Difference between revisions of "CNC Bender v11-20090827"

From ATTWiki
Jump to: navigation, search
(Other Pages)
(25px NEW - CYCLE HOLD for Secondary Processes -)
Line 11: Line 11:
  
 
<pre>
 
<pre>
 +
[IF] AND, input=not(Input_AutoLoader_PartPresent_End), input=Input_AutoLoader_PartPresent2_End, output=not(Output_AutoLoader_GripperClose_Constant)
 
[Immediate_Message] AUTOLOADER PART NEST JAMMED - Entering CYCLE HOLD
 
[Immediate_Message] AUTOLOADER PART NEST JAMMED - Entering CYCLE HOLD
 
[CYCLEHOLD]
 
[CYCLEHOLD]
 +
[END]
 
</pre>
 
</pre>
 
  
 
===[[image:Check.jpg|25px]] ENHANCED - AutoLoader Timeout is Tied to Robot Timeout ===
 
===[[image:Check.jpg|25px]] ENHANCED - AutoLoader Timeout is Tied to Robot Timeout ===

Revision as of 15:36, 28 August 2009

Cncbender logo pushbending.png

Operatorstation model.jpg


Check.jpg NEW - CYCLE HOLD for Secondary Processes -

In previous versions, "[CYCLEHOLD]" had no effect inside secondary processes that control devices around the bender. Now hoppers and side loaders can put the entire cell into the regular cycle hold state.

This is a snippet from a secondary processlist.

[IF] AND, input=not(Input_AutoLoader_PartPresent_End), input=Input_AutoLoader_PartPresent2_End, output=not(Output_AutoLoader_GripperClose_Constant)
[Immediate_Message] AUTOLOADER PART NEST JAMMED - Entering CYCLE HOLD
[CYCLEHOLD]
[END]

Check.jpg ENHANCED - AutoLoader Timeout is Tied to Robot Timeout

The Robot Timeout value in the Low Level dynamic options is now used to control the AutoLoader timeouts.


Other Pages