MC_ValueSelectType

TYPE MC_ValueSelectType :
(
   (* a bitmask can be created by adding the following values *)
   MC_VALUETYPE_POSITION      := 1,
   MC_VALUETYPE_VELOCITY      := 2,
   MC_VALUETYPE_ACCELERATION  := 4,
   MC_VALUETYPE_JERK          := 8
);
END_TYPE

Type definition for access to value tables with the function block MC_ReadMotionFunctionValues.