Enumeration Cia402State

CIA402 refers to the CANopen application profile for drives and motion control. It defines various states that a CiA402-compliant device, such as a motor drive, can be in.

Enumeration Members

FAULT: "FAULT"

Fault (FLT).

This state signifies that a fault condition has been detected and the drive is no longer operational. It requires manual intervention or troubleshooting to resolve the fault and bring the drive back to a functional state.

FAULT_REACTION_ACTIVE: "FAULT_REACTION_ACTIVE"

Fault reaction active (FRA).

When a fault or error condition occurs, the drive enters this state. It indicates that the drive is responding to the fault by taking appropriate actions, such as shutting down or entering a safe state.

NOT_READY_TO_SWITCH_ON: "NOT_READY_TO_SWITCH_ON"

Not ready to switch on (NRS).

This is the initial state where the drive is not ready to be switched on. In this state, the drive is not powered or initialized.

OPERATION_ENABLED: "OPERATION_ENABLED"

Operation enabled (OP).

This state indicates that the drive is enabled and ready to perform its intended operation. It can receive motion commands and execute them.

QUICK_STOP_ACTIVE: "QUICK_STOP_ACTIVE"

Quick stop active (QSA).

This state is used to bring the drive to an immediate stop. It is typically triggered by an emergency stop or a quick stop command.

READY_TO_SWITCH_ON: "READY_TO_SWITCH_ON"

Ready to switch on (RTS).

In this state, the drive is ready to be switched on. It has been powered and initialized, and it is waiting for the switch-on command.

SWITCHED_ON: "SWITCHED_ON"

Switched on (SWO).

When the switch-on command is received, the drive enters this state. In this state, the drive is energized and ready to start motion.

SWITCH_ON_DISABLED: "SWITCH_ON_DISABLED"

Switch on disabled (SOD).

In this state, the drive is powered and initialized but cannot be switched on. This state is usually used for safety purposes or when certain conditions need to be met before enabling the drive.

Generated using TypeDoc