ET_State - General Information
Type: |
List type |
Available as of: |
V1.0.0.0 |
Versions: |
Current version |
The enumeration describes the states of the FB_SmartInfeedModule.
Name |
Value |
Description |
---|---|---|
Disabled |
1 |
The module is disabled. |
Initializing |
2 |
The module is being initialized. |
NoOpDriveEnabled |
3 |
No operation mode is selected and the axes are in position control. |
NoOpDriveDisabled |
4 |
No operation mode is selected and the axes are not in position control. |
ManualInit |
20 |
The operation mode Jogging is being initialized. |
ManualRunning |
21 |
The jogging mode is being executed. |
ManualExit |
22 |
The operation mode Jogging is quit. |
AutoInit |
30 |
The operation mode Automatic is being initialized. |
AutoWaitForStart |
31 |
The operation mode Automatic is selected and is waiting for the start command. |
AutoWarmStartMovement |
32 |
The operation mode Automatic is selected and is executing a warm start. |
AutoRunning |
33 |
The operation mode Automatic is being executed. |
AutoExit |
34 |
The operation mode Automatic is quit. |
BreakeReleaseInit |
40 |
The operation mode Brake is being initialized. |
BreakeClosed |
41 |
The operation mode Brake is being executed. The brakes are engaged. |
BreakeReleased |
42 |
The operation mode Brake is being executed. The brakes are released. |
BreakeReleaseExit |
44 |
The operation mode Brake is quit. |