Difference between revisions of "CNC Bender v12-20100827"

From ATTWiki
Jump to: navigation, search
(25px ENHANCED - Run Buttons Check for CLEAR to Run Cycle)
(25px ENHANCED - Run Buttons Check for CLEAR to Run Cycle)
Line 17: Line 17:
 
<td width=200>
 
<td width=200>
  
[[image:runbutton.jpg|150px]]<br>
 
 
The processlist builder now uses a "Wait For Run Buttons Clear" command to test for clear run buttons before continuing the cycle to check for a Run Buttons press.<br><br>
 
The processlist builder now uses a "Wait For Run Buttons Clear" command to test for clear run buttons before continuing the cycle to check for a Run Buttons press.<br><br>
 
This protects against the run buttons being permanently enabled through a failure and causing the machine to run without the buttons being pressed.<br><br>
 
This protects against the run buttons being permanently enabled through a failure and causing the machine to run without the buttons being pressed.<br><br>
Line 28: Line 27:
 
Wait For Run Buttons Clear
 
Wait For Run Buttons Clear
 
</pre>
 
</pre>
 +
<br>
 +
[[image:runbutton.jpg|150px]]<br>
 
</td>
 
</td>
 
</tr>
 
</tr>

Revision as of 02:00, 27 August 2010

Cncv12procontrol withteachmode.jpg



Check.jpg ENHANCED - Run Buttons Check for CLEAR to Run Cycle

The processlist builder now uses a "Wait For Run Buttons Clear" command to test for clear run buttons before continuing the cycle to check for a Run Buttons press.

This protects against the run buttons being permanently enabled through a failure and causing the machine to run without the buttons being pressed.

[BIGDISPLAY] Waiting for RUN BUTTONS CLEAR

[DISPLAY] Next Step: (Pre-Bend) Wait for the run buttons to CLEAR
Wait For Run Buttons Clear


Runbutton.jpg

Check.jpg ENHANCED - Run Buttons Advance a STEP In STEP Mode only when CLEAR

Now the release of the run buttons is what triggers CNC Bender to advanced to the next step in step mode.

The Run buttons RELEASE or CLEAR is the trigger that allows a new step to run in STEP mode. This prevents STEP mode from running as if it is in AUTO if the run buttons are stuck. Now the release of the run buttons is now what advances CNC Bender to the next step in step mode.

This enhancement requires the presence of the new command named "Wait For Run Buttons Clear" in the Command Definition library. It also requires two new clear inputs for the run buttons (See the CIO dictionary screen image at the right)

New CIO objects that examine cleared run buttons: InputClearForRunButtonsInCIO.jpg

Other Pages