Fault_Manager - YASKAWA XTRAWARE - V3.0 Manual

Supporting xtradrive versions 3.04 - 3.23
Table of Contents

Advertisement

Command Reference

FAULT_MANAGER

Table explanation
Group
Syntax
Op. Code
Modes
Description
Example
Example
Explanation
See Also
Note
110
Fault_Manager
FAULT_MANAGER
163
Program
This command allows smart handling of faults and alarms. It
acts as an interrupt of the highest priority when an alarm or a
fault condition occurs. The user can define the actions within the
fault manager routine for certain conditions. The routine ends
with a FAULT_MANAGER_RETURN command. Refer to the
Fault_Action page for detailed explanation of each alarm / fault
behavior.
LABEL 5
MOVE 1000 -1
...
...
FAULT_MANAGER
IF Fault_code = 151 THEN GO_TO 22
IF Fault_code = 152 THEN GO_TO 22
FAULT_MANAGER_RETURN -1
LABEL 22
HOME_SW 1000, 100
FAULT_MESSAGE_CLEAR
FAULT_MESSAGE_RETURN 5
When positive or negative over-travel occurs, XtraDrive stops the
motor automatically and the user program jumps to the
FAULT_MANAGER, followed by a jump to label 22, executing the
HOME command and clears the fault message buffer.
Afterwards, it starts the program label 5. As for other faults, the
XtraDrive acts as defined in the attached table (Fault_Action).
FAULT_MANAGER_RETURN, FAULT_MESSAGE_CLEAR,
ALARM_RESET
Variables: Fault_code, Fault_line
In the current XtraWare software, when alarm/fault occurs, the
user program stops immediately. This forces the user to turn the
power on and off, in order to restart the program and to clear
the fault/alarm. Since this is not a convenient way of working,
when a non-critical fault occurs, a method for handling fault
conditions by user program was added. Yet, there are some
alarm conditions that cannot be overridden.
XtraWare User Manual

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Xtraware 3.0

Table of Contents