Post Fault Processlist

From ATTWiki
Revision as of 16:25, 8 July 2006 by Mcone (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

CNC Bender runs a POST FAULT processlist if it is present after a fault occurs in CNC Processor.

For example, if a command time-out occurs, then a fault will be triggered, then immediately run the PostFault.cncprocesslist.

Contents

Sample Post Fault Processlist

Robot_Clear_BenderIsReady
OutputControlOff
[manualmode]

This is a sample post fault processlist in which the “ready” output to a robot is being cleared (so that the robot will not try to collect a part if a fault has occurred). The second step in the list is to shutdown the control. Finally, the processor is instructed to switch to manual mode.

Flexibility

This feature’s power is its flexibility. It allows each bender to use custom reactions to fault events.

Caution

As with all hand-customized process lists that are this flexible, pleaseexercise care in choosing the proper commands. (Choosing an incorrect command could cause a machine crash.)

Location

The processlist location and name is c:\cnc\config\PostFault.cncprocesslist If the processlist is not present in this location with this name, then it is simply ignored, and no process is run after fault events.

--Mcone 12:25, 8 July 2006 (EDT)