Difference between revisions of "CNC Bender v11-20090609"

From ATTWiki
Jump to: navigation, search
(25px NEW - Pre Enable Process List)
(25px NEW - Added Operators to the [IF] and [IFNOT] Blocks in the Process Lists)
Line 46: Line 46:
 
   DO This
 
   DO This
 
[END]
 
[END]
 +
</pre>
  
 
<br><br>
 
<br><br>

Revision as of 01:47, 13 June 2009

Cncbender logo pushbending.png

Operatorstation model.jpg

Contents


Check.jpg NEW - Seam Detect Mode in PreBend Dynamic Options

Seamdetect application.jpg
Seamdetect diagram.jpg

The seam detect logic was ported into the latest version of CNC Bender from the older LiteControl platform. This logic allows for seam detection logic modes including the capability of rotating the tube in the rotation spindle until the seam/scribe/etch is located.

See CNC Bender Seam Detection for details.




Check.jpg NEW - Pre Enable Process List

The Pre Enable Proceslist allows for setting PID values BEFORE the axes are enabled. This allows the customer to quickly change the In Position Band value of any axis before the axis is enabled.

The first application of this is to allow for quick changing of the in position band of the bend axis from 1 degree In Position Band to 0.5 or 0.25 degrees.




Check.jpg NEW - Added Operators to the [IF] and [IFNOT] Blocks in the Process Lists

When using the pos() command in an IF block of code, the following operators are now allowed:

  1. <
  2. >
  3. <=
  4. >=
  5. =

When using two character operators, it is important that there are no spaces between the two characters.

[IF] or, pos(1)<= 100
  DO This
[END]



Other Pages