MC_Direction
This enumeration type contains the possible directions of movement for the function blocks MC_MoveVelocity and MC_MoveModulo.
TYPE MC_Direction :
(
MC_Undefined_Direction := 0,
MC_Positive_Direction := 1,
MC_Shortest_Way := 2,
MC_Negative_Direction := 3
);
END_TYPE