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

From ATTWiki
Jump to: navigation, search
(Modify the CONSTANT RUN Processlist)
(EDITING the Code)
 
(11 intermediate revisions by one user not shown)
Line 1: Line 1:
 
[[image:cncbender_logo.jpg|400px]]
 
[[image:cncbender_logo.jpg|400px]]
  
This describes basic principles for automatically setting the pressure to LOW in CNC Bender.
+
This is the most efficient way to allow CNC Bender to automatically switch to LOW PRESSURE AUTOMATICALLY after some time of inactivity.
  
==Modify the CONSTANT RUN Processlist==
+
==Constant Run Processlist Example==
  
 
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.
 
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:
+
This IF block of code was extracted from the "ConstantRun.cncprocesslist" file in the c:\cnc\config\ folder.
  
 
<pre>
 
<pre>
Line 24: Line 24:
 
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.
 
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 2: Enter the Data in CNC Bender Offline Then Save as a Part==
+
==EDITING the Code==
  
 +
Load the ConstantRun processlist into a text editor, modify the values in the code, then save the changes to the file.
  
<table>
+
Close and reload CNC Bender, and the new ConstantRun processlist will take effect.
 
+
<tr>
+
<td width=100>
+
</td>
+
<td width=300>
+
The OFFLINE version of CNC Bender can be used to enter part data at a remote station, then save parts that are compatible with CNC Bender software.
+
</td>
+
<td>
+
</td>
+
</tr>
+
 
+
 
+
<tr>
+
<td width=100>
+
STEP 1
+
</td>
+
<td width=300>
+
Enter data in the Tube Shape menu (Pre-Bend, FRB, Post-Bend).
+
</td>
+
<td>
+
[[Image:CNCBenderFRBpage.jpg|300px]]
+
</td>
+
</tr>
+
 
+
 
+
<tr>
+
<td>
+
STEP 2
+
</td>
+
<td>
+
Press the SAVE button.
+
</td>
+
<td>
+
[[Image:CNCBenderFRBSaveButton.jpg]]
+
</td>
+
</tr>
+
 
+
<tr>
+
<td>
+
STEP 3
+
</td>
+
<td>
+
Enter the Part name to use in the Save Part File menu and press Save.
+
<br><br>
+
If you want to save the part to one of the operator stations directly, then use Select New Temporary Path to find the \cnc\parts folder on that operator station on the network, then save the part.
+
<br><br>
+
You can also use a USB thumb drive to transfer the part to an operator station.
+
</td>
+
<td>
+
[[Image:CNCBenderSavePartFile.jpg|300px]]
+
</td>
+
</tr>
+
 
+
<tr>
+
<td>
+
STEP 4
+
</td>
+
<td>
+
Enter the File menu by pressing the File button in the main menu.
+
</td>
+
<td>
+
[[Image:CNCBenderMainMenu.jpg|300px]]
+
</td>
+
</tr>
+
 
+
<tr>
+
<td>
+
STEP 5
+
</td>
+
<td>
+
Press the Load Part button
+
</td>
+
<td>
+
[[Image:CNCBenderLoadPartButton.jpg|150px]]
+
</td>
+
</tr>
+
 
+
<tr>
+
<td>
+
STEP 6
+
</td>
+
<td>
+
Select the new part just copied and press the Load the File button.
+
</td>
+
<td>
+
[[Image:CNCBenderLoadPartFileMenu.jpg|300px]]
+
</td>
+
</tr>
+
 
+
 
+
<tr>
+
<td width=100>
+
STEP 7
+
</td>
+
<td width=300>
+
Finalize the setup of the bender.
+
</td>
+
<td>
+
[[Image:CNCBenderFRBpage.jpg|300px]]
+
</td>
+
</tr>
+
 
+
 
+
</table>
+
 
+
==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==
+
 
+
<table>
+
 
+
<tr>
+
<td width=100>
+
</td>
+
<td width=300>
+
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.
+
 
+
 
+
</td>
+
<td>
+
</td>
+
</tr>
+
 
+
</table>
+
<br><br>
+
 
+
  
 
==Other Pages==
 
==Other Pages==

Latest revision as of 22:58, 31 August 2010

Cncbender logo.jpg

This is the most efficient way to allow CNC Bender to automatically switch to LOW PRESSURE AUTOMATICALLY after some time of inactivity.

Constant Run Processlist Example

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 IF block of code was extracted from the "ConstantRun.cncprocesslist" file in the c:\cnc\config\ folder.

[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.

EDITING the Code

Load the ConstantRun processlist into a text editor, modify the values in the code, then save the changes to the file.

Close and reload CNC Bender, and the new ConstantRun processlist will take effect.

Other Pages