Difference between revisions of "CNC Bender Process List"

From ATTWiki
Jump to: navigation, search
(Other Pages)
 
(9 intermediate revisions by one user not shown)
Line 1: Line 1:
 
[[image:cncbender_logo.jpg|400px]]
 
[[image:cncbender_logo.jpg|400px]]
 
[[image:Cncbender.jpg|thumb|CNC Bender User Interface for ProControl]]
 
[[image:Cncbender.jpg|thumb|CNC Bender User Interface for ProControl]]
 +
 +
<br><br>
  
 
A Process List is a list of instructions that control CNC Bender's CNC Processor.  The list is a programming language that allows for specific instructions to be programmed by the [[CNC Bender Process List Builder]] based on the instructions in the CNC Bender Data menu.
 
A Process List is a list of instructions that control CNC Bender's CNC Processor.  The list is a programming language that allows for specific instructions to be programmed by the [[CNC Bender Process List Builder]] based on the instructions in the CNC Bender Data menu.
 
<br><br>
 
<br><br>
 
Because of the Process List language, CNC Bender is extremely flexible and customizable.  For example is possible for a user to insert custom steps into the process that perform highly specialized features.  These steps are commands with parameters that can completely change the behavior of a bend program.
 
Because of the Process List language, CNC Bender is extremely flexible and customizable.  For example is possible for a user to insert custom steps into the process that perform highly specialized features.  These steps are commands with parameters that can completely change the behavior of a bend program.
 +
<br><br>
 +
This is an example of a single command from a process list that was generated by CNC Bender Process List Builder:
 +
 +
<pre>
 +
[DISPLAY] Next Step: (Pre-Bend) Move Feed Axis -7.5720 IN Relative, and Move Rotate Axis +0.0000 DEG Relative
 +
FeedNegRotatePos = pos0:192.32880000, vel0:812.80000000, ump0:1, pos1:0.00000000, vel1:300.00000000, ump1:1, cto:60000
 +
</pre>
 +
 +
 +
=Other Pages=
 +
*Back to [[CNC Bender]]
 +
*Back to [[CNC Bender Software Updates]]
 +
*See also [[Processlist]]
 +
*See also [[Secondary Processlist]]

Latest revision as of 15:49, 28 August 2009

Cncbender logo.jpg

CNC Bender User Interface for ProControl



A Process List is a list of instructions that control CNC Bender's CNC Processor. The list is a programming language that allows for specific instructions to be programmed by the CNC Bender Process List Builder based on the instructions in the CNC Bender Data menu.

Because of the Process List language, CNC Bender is extremely flexible and customizable. For example is possible for a user to insert custom steps into the process that perform highly specialized features. These steps are commands with parameters that can completely change the behavior of a bend program.

This is an example of a single command from a process list that was generated by CNC Bender Process List Builder:

[DISPLAY] Next Step: (Pre-Bend) Move Feed Axis -7.5720 IN Relative, and Move Rotate Axis +0.0000 DEG Relative
FeedNegRotatePos = pos0:192.32880000, vel0:812.80000000, ump0:1, pos1:0.00000000, vel1:300.00000000, ump1:1, cto:60000


Other Pages