Difference between revisions of "CNC Bender v11-20090827"
From ATTWiki
(→Other Pages) |
|||
(9 intermediate revisions by one user not shown) | |||
Line 4: | Line 4: | ||
__NOTOC__ | __NOTOC__ | ||
− | ===[[image:Check.jpg|25px]] NEW - [[CYCLE HOLD]] for Secondary Processes | + | ===[[image:Check.jpg|25px]] 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.<br><br> | 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.<br><br> | ||
− | This is a snippet from a secondary processlist | + | This is a snippet from a secondary processlist that shows this feature in action: |
− | <pre> | + | <font size=1><pre> |
− | [Immediate_Message] AUTOLOADER PART NEST JAMMED - Entering CYCLE HOLD | + | [IF] AND, input=not(Input_AutoLoader_PartPresent_End), input=Input_AutoLoader_PartPresent2_End, output=not(Output_AutoLoader_GripperClose_Constant) |
− | [CYCLEHOLD] | + | |
− | + | [Immediate_Message] AUTOLOADER PART NEST JAMMED - Entering CYCLE HOLD | |
+ | [CYCLEHOLD] | ||
+ | [END] | ||
+ | </pre></font> | ||
===[[image:Check.jpg|25px]] ENHANCED - AutoLoader Timeout is Tied to Robot Timeout === | ===[[image:Check.jpg|25px]] ENHANCED - AutoLoader Timeout is Tied to Robot Timeout === | ||
Line 23: | Line 26: | ||
*Back to [[CNC Bender]] | *Back to [[CNC Bender]] | ||
*Back to [[CNC Bender Software Updates]] | *Back to [[CNC Bender Software Updates]] | ||
− | *See [[ | + | *See [[Cycle Hold]] |
+ | *See [[Hopper Logic]] | ||
+ | *See [[Processlist]] | ||
+ | *See [[Secondary Processlist]] |
Latest revision as of 15:42, 28 August 2009
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 that shows this feature in action:
[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]
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
- Back to CNC Bender
- Back to CNC Bender Software Updates
- See Cycle Hold
- See Hopper Logic
- See Processlist
- See Secondary Processlist