EAxisState
Syntax
Definition:
TYPE EAxisState :
(
Invalid := 0,
Disabled := 1,
Standstill := 2,
Homing := 3,
ErrorStop := 4,
Stopping := 5,
DiscreteMotion := 6,
ContinuousMotion := 7,
SynchronizedMotion := 8,
ResetPending := 10,
Enabling := 11,
Disabling := 12,
NotReady := 13
)UINT;
END_TYPEValues
|
Name |
Description |
|---|---|
|
Invalid |
Axis object is not initialized or in an undefined state. |
|
Disabled |
Axis is disabled and the drive power stage is off. |
|
Standstill |
Axis is enabled and at standstill, ready to accept motion commands. |
|
Homing |
Axis is performing a homing procedure to establish a reference position. |
|
ErrorStop |
Axis has stopped due to an error. Error must be reset before further motion. |
|
Stopping |
Axis is decelerating to standstill during a stop command and remains in this state until Execute for stop command is released. |
|
DiscreteMotion |
Axis is executing a point-to-point motion command with a defined target position. |
|
ContinuousMotion |
Axis is executing a continuous velocity motion without a defined end position. |
|
SynchronizedMotion |
Axis is coupled to a master axis and following synchronized setpoints (e.g. gearing, camming). |
|
ResetPending |
An error reset has been requested and is being processed. |
|
Enabling |
Axis is in the process of being enabled (drive power stage is starting up). |
|
Disabling |
Axis is in the process of being disabled (drive power stage is shutting down). |
|
NotReady |
Axis is not ready for operation, e.g. waiting for required sub-modules to initialize or to start up. |
Bedeutung der Zustände
Name | Beschreibung |
|---|---|
Invalid |
|
Disabled |
|
Standstill |
|
Homing |
|
ErrorStop |
|
Stopping |
|
DiscreteMotion |
|
ContinuousMotion |
|
SynchronizedMotion |
|
ResetPending |
|
Enabling |
|
Disabling |
|
NotReady |
|
Versionsinformation
- TwinCAT Standard >= v3.1.4026.23.1
- TF5500 MC3 Base >= v4.0.6