Difference between revisions of "CNC Bender v10-20070828"
(→IN STEP MODE) |
(→IN STEP MODE) |
||
Line 48: | Line 48: | ||
====IN STEP MODE==== | ====IN STEP MODE==== | ||
# The [[Post Bend Jog]] move would effectively disappear during 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 - because STEP mode pauses after the radius shifting starts, but before the [[Post Bend Jog]] | + | # In Step mode, the DURING FEED radius shifting would already be completed before the [[Post Bend Jog]] would be activated - because STEP mode pauses the process after the radius shifting starts, but before the [[Post Bend Jog]] begins |
# This would create a crash condition where the radius shifting would occur with the tube still in the [[bend die]]. | # This would create a crash condition where the radius shifting would occur with the tube still in the [[bend die]]. | ||
<br><br> | <br><br> |
Revision as of 04:47, 29 August 2007
Contents |
REVISION Information
10-20070828, August 28, 2007
ENHANCED: Better Post Bend Jog Handling in All Radius Shift Modes
The Post Bend Jog now works the same in both AUTO and STEP modes during bending - even if the Radius Shifting Mode is set to "During Feed".
- When the Radius Shift Mode is set to "DURING FEED", then all radius shifting is performed using a simultaneous secondary process that runs in parallel with the main process list.
- The Post Bend Jog was traditionally placed after the start of radius shifting that occurred simultaneously. This is a sample process list before this enhancement:
Explanation of Issue
[SECONDARY_PROCLIST] radius_shift_part11, enable {any other commands} [DISPLAY] Next Step: (FRB Row 2) Move Feed Axis +1.0000 IN Relative FeedPositive = pos0:25.40000000, vel0:694.00000000, ump0:1, cto:60000
But this created a problem. Compare what happens in the two scenarios listed below (AUTO and STEP). Note how the end result is different in STEP than in AUTO even though the command order (as shown above) is not changed.
IN AUTO MODE
- The Post Bend Jog, even though placed after the activation of the secondary DURING FEED radius shifting process, can still appear to occur on the bender just before the the simultaneous radius shifting occurs due to delays in startup of the radius shift secondary process.
- This makes operators believe that the Post Bend Jog is activated first - even though it was not.
- This is especially true if a Radius Shift Delay is set to greater than zero milliseconds.
IN 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 - because STEP mode pauses the process after the radius shifting starts, but before the Post Bend Jog begins
- This would create a crash condition where the radius shifting would occur with the tube still in the bend die.
Solution To Issue
The Post Bend Jog will now always be placed BEFORE the start of any "DURING FEED" radius shifting. This is a sample process list with the new order:
[DISPLAY] Next Step: (FRB Row 2) Move Feed Axis +1.0000 IN Relative FeedPositive = pos0:25.40000000, vel0:694.00000000, ump0:1, cto:60000 {any other commands} [SECONDARY_PROCLIST] radius_shift_part11, enable
Proper Clearance in all Radius Shift Modes
The end effect of this change is that both STEP and AUTO modes will now treat the Post Bend Jog identically even when the Radius Shift Mode is set to During Feed.
If the tube does not crash in the dies during AUTO mode, then it will not crash in the dies in STEP mode.