Difference between revisions of "CNC Bender v10-20070828"
From ATTWiki
(→ENHANCED: Logic for Post Bend Jog and Radius Shifting in STEP Mode) |
|||
Line 12: | Line 12: | ||
<br> | <br> | ||
− | + | =ENHANCED: Logic for [[Post Bend Jog]] and Radius Shifting in STEP Mode= | |
− | + | ==Explanation of Issue== | |
− | + | ||
− | + | ||
− | = | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | = | + | |
− | + | ||
The [[Post Bend Jog]] was traditionally placed after the start of any "DURING FEED" radius shifting. This caused the bender to operate slightly differently during STEP mode when compared to AUTO mode. The problem with this is: | The [[Post Bend Jog]] was traditionally placed after the start of any "DURING FEED" radius shifting. This caused the bender to operate slightly differently during STEP mode when compared to AUTO mode. The problem with this is: | ||
Line 41: | Line 30: | ||
# This would create a crash condition where the radius shifting would occur with the tube still in the die. | # This would create a crash condition where the radius shifting would occur with the tube still in the die. | ||
− | [[image:V10_20070828_radius_options.jpg| | + | [[image:V10_20070828_radius_options.jpg|450px]] |
<br> | <br> | ||
Line 48: | Line 37: | ||
=First Installed To Benders= | =First Installed To Benders= | ||
− | |||
− |
Revision as of 03:47, 29 August 2007
Contents |
REVISION Information
10-20070828, August 28, 2007
ENHANCED: Logic for Post Bend Jog and Radius Shifting in STEP Mode
Explanation of Issue
The Post Bend Jog was traditionally placed after the start of any "DURING FEED" radius shifting. This caused the bender to operate slightly differently during STEP mode when compared to AUTO mode. The problem with this is:
AUTO MODE:
- The Post Bend Jog, even though placed slightly after the activation of the secondary DURING FEED radius shifting process, could still occur just before the the simultaneous shifting.
- This made the process appear to have activated the Post Bend Jog first - even though it did not.
- This is especially true if a Radius Shift Delay is set to greater than zero milliseconds.
STEP MODE:
- The Post Bend Jog move would effectively disappear during STEP mode.
- In Step mode, the DURING FEED radius shifting would already be completed before the Post Bend Jog would be activated.
- This would create a crash condition where the radius shifting would occur with the tube still in the die.