Difference between revisions of "AutoBuild"
From ATTWiki
(5 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
[[image:cncbender_logo.jpg|400px]] | [[image:cncbender_logo.jpg|400px]] | ||
[[image:Operatorstation_model.jpg|right]] | [[image:Operatorstation_model.jpg|right]] | ||
+ | <br> | ||
+ | <table> | ||
+ | <tr> | ||
+ | <td width=300> | ||
+ | AutoBuild will convert the current bender setup into a list of commands for the [[CNC Processor]] called a [[processlist]]. | ||
+ | </td> | ||
+ | <td> | ||
+ | [[image:autobuild.jpg|400px]] | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | This is the middle of a sample [[processlist]]:<br><br> | ||
− | + | <font size=1><pre> | |
− | + | ||
− | <font size= | + | |
[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 43: | ||
MandrelRetract = cto:6000 | MandrelRetract = cto:6000 | ||
[DISPLAY] Completed: (FRB Row 1) Retract Mandrel | [DISPLAY] Completed: (FRB Row 1) Retract Mandrel | ||
− | </font> | + | </pre></font> |
Latest revision as of 23:05, 30 December 2009
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