CamMasterData

Data of type CamMasterData are optionally transferred by function block MC_ReadCamTableMasterPosition.

TYPE CamMasterData :
STRUCT
   Valid               : BOOL;  (* position information is valid *)
   MasterAxisPosition  : LREAL; (* absolute master axis position *)
   MasterCamPosition   : LREAL; (* local master cam position *)
   SlaveOffset         : LREAL; (* slave cam offset corresponding to the master position *)
END_STRUCT
END_TYPE