EDeadTimeCompensationMode
Syntax
Definition:
TYPE EDeadTimeCompensationMode :
(
None := 0,
LastVelocity := 1,
LastVelocityAcceleration := 2,
NonlinearShift := 10
)UDINT;
END_TYPEValues
|
Name |
Description |
|---|---|
|
None |
No dead time compensation applied. |
|
LastVelocity |
Compensation uses the last known velocity to extrapolate the actual position. |
|
LastVelocityAcceleration |
Compensation uses the last known velocity and acceleration for more accurate extrapolation. |
|
NonlinearShift |
Compensation applies a non-linear time shift method for improved accuracy in dynamic motion. The history of the last actual values is taken into account. |