Difference between revisions of "Setup CNC Bender to Switch Pressure to LOW Automatically"

From ATTWiki
Jump to: navigation, search
(IDEA 2: Enter the Data in CNC Bender Offline Then Save as a Part)
(IDEA 3: Send New Data or Corrections Data From a Measuring Center Through Benderlink)
Line 26: Line 26:
  
  
==IDEA 3: Send New Data or Corrections Data From a Measuring Center Through Benderlink==
 
  
<table>
 
 
<tr>
 
<td width=100>
 
</td>
 
<td width=300>
 
[[Benderlink for CNC Bender]] is designed primarily as a way to connect CNC Bender to a measuring center to allow the measuring center to control the bender setup.<br><br>
 
 
It is possible to connect to any SV-Network-compatible bender, or any Eaton-Leonard-Premier compatible bender with Benderlink.<br><br>
 
 
See more here: [[Benderlink for CNC Bender]]
 
 
</td>
 
<td>
 
</td>
 
</tr>
 
 
</table>
 
 
<br><br>
 
  
 
==IDEA 4: Combine Ideas 1 and 2==
 
==IDEA 4: Combine Ideas 1 and 2==

Revision as of 22:51, 31 August 2010

Cncbender logo.jpg

This describes basic principles for automatically setting the pressure to LOW in CNC Bender.

Modify the CONSTANT RUN Processlist

The Constant Run Processlist is good for tasks that should run ever 3/4 of a second. The process is reserved for non-motion type commands.

This is an example of watching for the high pressure output, and time beyond the last cycle:

[if] and, BeyondPowerOnTime=2000, BeyondLastCycleTime=5000, BeyondLastCycleTime=not(6000), output=Output_High_Pressure
  [display]AUTOMATIC HIGH to LOW PRESSURE After 5 Seconds 
  LowPressureOn
[end]

In the example above, the LowPressureOn command will run...

  • When master motor power has been on for at least 2 seconds
  • The high pressure output is ON.
  • And the processor has been idle for between 5 and 6 seconds.

The "and" keyword in the [if] statement means that ALL of these conditions in the parameter line must be true. If they are true, then the LowPressureOn command is called.



IDEA 4: Combine Ideas 1 and 2

You could use SVin in CNC Bender OFFLINE at a remote engineering station to use data from outside sources to setup the bender before the data reaches the operator station.





Other Pages