Command Reference
ALARM_RESET
Table explanation
Group
Fault_Manager
Syntax
ALARM_RESET
Op. Code
167
Modes
Program
Description
Resets the current alarm from the alarm buffer. The list of alarms
can be found at the XtraDrive User Manual (see catalog number
8U0108). The ALARM_RESET command can only reset alarms not
marked with * in the table listed there. If the command is used
to clear other alarms the program will be stopped.
Example
LABEL 5
TORQUE_ANALOG
….
….
FAULT_MANAGER
ALARM_RESET
SET_OUTPUT 1 ON
DELAY 1000
SET_OUTPUT 1 OFF
FAULT_MANAGER_RETURN 5
Example
Explanation
When an alarm occurs (for example, over-torque in this case), the
program jumps to the fault manager, resets the alarm (if
possible) and toggles an output.
See Also
FAULT_MANAGER_RETURN, FAULT_MANAGER
Variables: Fault_code, Fault_line
XtraWare User Manual
97
Summary of Contents for XTRAWARE - V3.0
Page 2: ......
Page 4: ......
Page 12: ......
Page 79: ...Operating the XtraDrive Using XtraWare Table 14 Sample ECAM Table XtraWare User Manual 69 ...
Page 202: ......
Page 220: ......
Page 258: ...List of Operation Codes 248 XtraWare User Manual versions use STOP_EX ...