MC_TRACK_REF_BkPlcMc (from V3.0)
Syntax
TYPE TRACK_REF_BkPlcMc:
STRUCT
Track: ARRAY [ciBkPlcMc_TrackRef_MinIdx..ciBkPlcMc_TrackRef_MaxIdx] OF MC_TRACK_REFTYPE_BkPlcMc;
END_STRUCT
END_TYPE
TYPE MC_TRACK_REFTYPE_BkPlcMc:
STRUCT
OnCompensation: LREAL;
OffCompensation:LREAL;
Hysteresis: LREAL;
END_STRUCT
END_TYPE
Parameter
Name | Description |
---|---|
OnCompensation | The switch-on dead time to be compensated in seconds. |
OffCompensation | The switch-off dead time to be compensated in seconds. |
Hysteresis | The axis must have moved away from the switching point by this distance before reaching of the switching point is evaluated again. If a positive value is specified as dead time compensation, signaling is delayed. A negative value leads to leading signaling. The time cannot be adhered to precisely, if the controlling parameter changes with a fluctuating rate. If this controlling parameter is an actual axis position, the actual axis velocity must be constant. |