Data type MC_TableType
TYPE MC_TableType :
(
(* n*m tabular with equidistant ascending master values *)
MC_TABLETYPE_EQUIDISTANT := 10,
(* n*m tabular with strictly monotone ascending master values (not imperative equidistant) *)
MC_TABLETYPE_NONEQUIDISTANT := 11,
(* motion function calculated in runtime *)
MC_TABLETYPE_MOTIONFUNCTION := 22
);
END_TYPE