Difference between revisions of "AutoBuild"
From ATTWiki
Line 5: | Line 5: | ||
AutoBuild will convert the current bender setup into a list of commands for the [[CNC Processor] called a [[processlist]]. This is the middle of a sample [[processlist]]:<br><br> | AutoBuild will convert the current bender setup into a list of commands for the [[CNC Processor] called a [[processlist]]. This is the middle of a sample [[processlist]]:<br><br> | ||
− | <font size= | + | <font size=1><pre> |
[DISPLAY] Next Step: (FRB Row 1) Close Pressure Die And Clamp, Home Boost Dies | [DISPLAY] Next Step: (FRB Row 1) Close Pressure Die And Clamp, Home Boost Dies | ||
AllDiesClose = cto:6000 | AllDiesClose = cto:6000 | ||
Line 33: | Line 33: | ||
MandrelRetract = cto:6000 | MandrelRetract = cto:6000 | ||
[DISPLAY] Completed: (FRB Row 1) Retract Mandrel | [DISPLAY] Completed: (FRB Row 1) Retract Mandrel | ||
− | </font> | + | </pre></font> |
Revision as of 17:16, 25 April 2008
AutoBuild will convert the current bender setup into a list of commands for the [[CNC Processor] called a processlist. This is the middle of a sample processlist:
[DISPLAY] Next Step: (FRB Row 1) Close Pressure Die And Clamp, Home Boost Dies AllDiesClose = cto:6000 [DISPLAY] Completed: (FRB Row 1) Close Pressure Die And Clamp, Home Boost Dies [DISPLAY] Next Step: (FRB Row 1) Set Clamp Pressure To 0 % SetClampPressure = pwr0:0.00000000, cto:6000 [DISPLAY] Completed: (FRB Row 1) Set Clamp Pressure To 0 % [DISPLAY] Next Step: (FRB Row 1) Set PD Pressure To 0 % SetPDPressure = pwr0:0.00000000, cto:6000 [DISPLAY] Completed: (FRB Row 1) Set PD Pressure To 0 % [DISPLAY] Next Step: (FRB Row 1) Set Torque On Feed Axis To 15 % SetTorqueFeed = tqe0:15 [DISPLAY] Completed: (FRB Row 1) Set Torque On Feed Axis To 15 % [DISPLAY] Next Step: (FRB Row 1) Move Feed Axis +47.8779 MM Relative, and Move Bend Axis +90.0000 DEG Relative With Bottom Boost FeedBendBoost1 = pos2:47.87787204, vel2:35.09566238, ump2:1, adp2:3, pos3:90.00000000, vel3:63.33333333, ump3:1, cto:60000 [DISPLAY] Completed: (FRB Row 1) Move Feed Axis +47.8779 MM Relative, and Move Bend Axis +90.0000 DEG Relative With Bottom Boost [DISPLAY] Next Step: (FRB Row 1) Set Torque On Feed Axis To 90 % SetTorqueFeed = tqe0:90 [DISPLAY] Completed: (FRB Row 1) Set Torque On Feed Axis To 90 % [DISPLAY] Next Step: (FRB Row 1) Retract Mandrel MandrelRetract = cto:6000 [DISPLAY] Completed: (FRB Row 1) Retract Mandrel