Command Reference
FAULT_MESSAGE_CLEAR
Table explanation
Group
Fault_Manager
Syntax
FAULT_MESSAGE_CLEAR
Op. Code
165
Modes
Program
Description
Used by the fault manager to clear the fault message from the
fault buffer. The list of faults can be found in Chapter
7, Error
Messages. This command can only be used in a fault manager
routine.
Example
LABEL 5
MOVE 1000 -1
…
…
FAULT_MANAGER
FAULT_MESSAGE_CLEAR
SET_OUTPUT 1 ON
DELAY 1000
SET_OUTPUT 1 OFF
FAULT_MANAGER_RETURN 5
Example
Explanation
When a fault occurs, the program jumps to the fault manager,
clears the fault message and toggles and output.
See Also
FAULT_MANAGER_RETURN, FAULT_MANAGER
Variables: Fault_code, Fault_line
112
XtraWare User Manual
Содержание XTRAWARE - V3.0
Страница 2: ......
Страница 4: ......
Страница 12: ......
Страница 79: ...Operating the XtraDrive Using XtraWare Table 14 Sample ECAM Table XtraWare User Manual 69 ...
Страница 202: ......
Страница 220: ......
Страница 258: ...List of Operation Codes 248 XtraWare User Manual versions use STOP_EX ...