MC_SYNC_DIRECTIONS
Directions in which a slave is allowed to move during synchronizing phase.
Syntax
Definition:
TYPE MC_SYNC_DIRECTIONS :
(
Positive := 1,
Negative := 2,
Both := 3
)UINT;
END_TYPE
Values
Name |
Description |
---|---|
Positive |
Movement is allowed only in positive direction while synchronizing. |
Negative |
Movement is allowed only in negative direction while synchronizing. |
Both |
Movement is allowed in any direction while synchronizing. |