Difference between revisions of "SE2Bender v3-20080220"

From ATTWiki
Jump to: navigation, search
 
Line 1: Line 1:
[[image:cncbender_logo.jpg|400px]]
+
[[image:Solidedgelogo.jpg|right]]
[[image:Operatorstation_model.jpg|right]]
+
[[image:Se2bender_logo.jpg|350px]]
  
 
__NOTOC__
 
__NOTOC__
Line 6: Line 6:
 
<br>
 
<br>
  
=CHANGES to CNC PROCESSOR=
+
=CHANGES to CONVERSION SETUP Dialog=
  
===[[image:Check.jpg|25px]] Added New Configurable Pulse Duration Value for Machine Lube ===
+
===[[image:Check.jpg|25px]] Added Invert Rotation Feature ===
  
The pulse duration for the machine lube plunger was always as quick as possible.
+
This feature allows for the inversion of rotation values when an SE file is imported.  Rotations are inverted by multiplying all the rotations by -1.
 
<br>
 
<br>
 
<br>
 
<br>
This version of CNC Processor allows you to control the Machine Lube Pulse Duration.  This value is indicated in milliseconds, and is configured in the CNCProcessor.cfg file like this.  In the machine lube section, the keyname is added for Machine Lube Pulse Duration.
+
This changes the direction of the rotation for benders that move rotations in the opposite direction from the standard Supravision format.
 
+
<pre>
+
[Machine Lube]
+
 
+
Machine Lube Duration= 20000
+
Lube Machine At Bend Count= 500
+
Pulse Machine Lube Pump= 1
+
Watch For Machine Lube Complete Input= 0
+
Machine Lube Pulse Duration=5000
+
 
+
</pre>
+
 
+
 
+
The default value is 2000, which would move the plunger forward every 2 seconds.  (In this case, the plunger will alternate forward and back 1/2 of the entered value - or 1 second.)
+
 
+
 
<br>
 
<br>
 
<br>
 
<br>

Revision as of 17:01, 20 February 2008

Solidedgelogo.jpg

Se2bender logo.jpg



CHANGES to CONVERSION SETUP Dialog

Check.jpg Added Invert Rotation Feature

This feature allows for the inversion of rotation values when an SE file is imported. Rotations are inverted by multiplying all the rotations by -1.

This changes the direction of the rotation for benders that move rotations in the opposite direction from the standard Supravision format.