Difference between revisions of "Processlist"

From ATTWiki
Jump to: navigation, search
(Other Pages)
 
(6 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
[[image:cncbender_logo.jpg|400px]]
 +
[[image:Operatorstation_model.jpg|right]]
 +
 
A processlist is a list of commands to move the bender.  This list is what [[CNC Processor]] uses to administrate motion.
 
A processlist is a list of commands to move the bender.  This list is what [[CNC Processor]] uses to administrate motion.
 +
 +
<br>
 +
<br>This is the middle of a sample [[processlist]]:<br><br>
 +
 +
<font size=1><pre>
 +
[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
 +
</pre></font>
 +
 +
 +
==Other Pages==
 +
*See [[CNC Bender]]
 +
*See [[Secondary Processlist]]
 +
*See [[Processlist Builder]]

Latest revision as of 13:51, 15 September 2009

Cncbender logo.jpg

Operatorstation model.jpg

A processlist is a list of commands to move the bender. This list is what CNC Processor uses to administrate motion.



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


Other Pages