Difference between revisions of "Bend Program Optimization"

From ATTWiki
Jump to: navigation, search
(Specific Optimization Techniques for CNC Bender)
(Specific Optimization Techniques for CNC Bender)
Line 82: Line 82:
  
 
</td>
 
</td>
 +
 
<td bgcolor="#e3e4f5">
 
<td bgcolor="#e3e4f5">
 
<ol>
 
<ol>
Line 88: Line 89:
 
<li>Enable the Simultaneous Vertical / Horizontal Shift option.  This option allows the horizontal head axis and vertical head cylinders to move at the same time when the bend head is shifting radius levels.</li><br>
 
<li>Enable the Simultaneous Vertical / Horizontal Shift option.  This option allows the horizontal head axis and vertical head cylinders to move at the same time when the bend head is shifting radius levels.</li><br>
 
<li>If necessary, enable the Radius Shift Delay to delay the start of simultaneous shifting for a millisecond duration after the Feed/Rotate axes begin moving.</li><br>
 
<li>If necessary, enable the Radius Shift Delay to delay the start of simultaneous shifting for a millisecond duration after the Feed/Rotate axes begin moving.</li><br>
<li>If necessary, enable the Early Radius Level Change Mode.  This allows the tube to shift radius levels on any row before feeding/rotating.  This means that vertical motion is applied, without shifting into the dies.
+
<li>If necessary, enable the Early Radius Level Change Mode.  This allows the tube to shift radius levels on any row before feeding/rotating.  This means that vertical motion is applied, without shifting into the dies.</li>
 
</ol>
 
</ol>
 
</td>
 
</td>

Revision as of 15:34, 20 July 2006

The goal of bend program optimization is to reduce the cycle time per part.

General Optimization

Attempt to optimize motion through combination of motion.

  1. Closely watch the bender during cycle to determine if there are any motions that can be combined.

  2. Are there places in the cycle where other actuators are waiting for another actuator?

  3. Determine if there are features already built into CNC Bender that will allow for this optimization. If not, then describe the optimization to Advanced Tubular programmers for consideration.


Specific Optimization Techniques for CNC Bender

Change Feed THEN Rotate to Feed AND Rotate in each FRB row

  1. The "AND" implies that Feeding and Rotation are performed together

  2. Set this option in the FEED option cells of the FRB page


Remove the Post Bend Jog move in each FRB Row

The Post Bend Jog Enabled feature allows Post Bend Jogging to occur after a bend is complete. This jogging motion clears the bend from the bend die before the bend arm returns home.

  1. This is the extra motion of the carriage just after a bend for the tube to clear the bend die.

  2. If the bend angle is very small, then removing this motion is probably possible

  3. If the bend angle return step angle is very high, then removing this motion may be possible


Increase the Bend Return Step Point value in each FRB Row

The Step Point controls when the next row's Feed and or Feed/Rotate begin moving in relationship to the returning bend arm. If the step point is set to 90, for example, then the Feed and Rotate will begin moving as soon as the bend arm is within 90 degrees of its target position of ZERO degrees.

  1. Increase this value after observing the bend cycle at this bend. Determine if the Feed can come forward earlier without colliding with the dies in the returning bend arm.

  2. The value is set in the bend cell of the bend that just completed.

  3. Increasing this value will sometime enable the removal of Post Bend Jog motion


Set Radius Shifting to occur DURING the FEED

CNC Processor uses is ability to run multiple processes simultaneously to move the Feed, Rotate, and the RADIUS SHIFTING at the same time. While the feed and rotate are occuring, the radius can also be shifting in what is called a "secondary process".

  1. Set this value in the Radius Option of the row that shows different radius than the previous row

  2. If the tube moves up or down without the carriage or bend head shifting the tube out of the die, then increase the Horizontal Radius Shift Offset to a higher value

  3. Enable the Simultaneous Vertical / Horizontal Shift option. This option allows the horizontal head axis and vertical head cylinders to move at the same time when the bend head is shifting radius levels.

  4. If necessary, enable the Radius Shift Delay to delay the start of simultaneous shifting for a millisecond duration after the Feed/Rotate axes begin moving.

  5. If necessary, enable the Early Radius Level Change Mode. This allows the tube to shift radius levels on any row before feeding/rotating. This means that vertical motion is applied, without shifting into the dies.


Set the Pressure Die Retract Timer to Enable

This feature enables Pressure Die Retract timing rather than full pressure die open.

  1. Set the Pressure Die to retract a short distance (PD Retract Timer = 100 ms) on bend rows that do move into radius shift rows


Enable Hold Mandrel Forward

  1. Use this feature if a plug mandrel is installed. This will save significant time for each bend.

  2. Draw the mandrel back on the last bend in order to make the part easier to unload.


--Mcone 11:31, 20 July 2006 (EDT)