ET_State - General Information
Type: |
List type |
Available as of: |
V1.0.0.0 |
The enumeration describes the states of the FB_UnwinderModule.
Name |
Value |
Description |
---|---|---|
Disabled |
1 |
The module is disabled. |
Initializing |
2 |
The module is being initialized. |
NoOpDriveEnabled |
3 |
No operating mode is selected and the axis is in position control. |
NoOpDriveDisabled |
4 |
No operating mode is selected and the axis is not in position control. |
ManualInit |
20 |
The operating mode Jogging is being initialized. |
ManualRunning |
21 |
The Jogging mode is being executed. |
ManualExit |
22 |
The operating mode Jogging is quit. |
AutomaticInit |
30 |
The operating mode Automatic is being initialized. |
AutomaticWaitForStart |
31 |
The operating mode Automatic is selected and is waiting for the start command. |
AutomaticStarting |
32 |
The start movement is executed. |
AutomaticRunning |
33 |
The operating mode Automatic is running. |
AutomaticExit |
34 |
The operating mode Automatic is quit. |
BrakeReleaseInit |
60 |
The operating mode Brake is being initialized. |
BrakeClosed |
61 |
The operating mode Brake is being executed. The brake is closed. |
BrakeReleased |
62 |
The operating mode Brake is being executed. The brake is open. |
BrakeReleaseExit |
63 |
The operating mode BrakeRelease is quit. |