MC_CamOperationMode
The CamOperationMode is used for managing couplings with superimposed cam plates with the function block MC_CamIn_V2 (multi-cam). Cam plates can be added, switched or removed.
TYPE MC_CamOperationMode :
(
CAMOPERATIONMODE_DEFAULT, (* same as additive *)
CAMOPERATIONMODE_ADDITIVE, (* additive cam in a multi cam scenario *)
CAMOPERATIONMODE_EXCHANGE, (* exchange existing cam in a multi cam scenario *)
CAMOPERATIONMODE_REMOVE (* remove cam from a multi cam scenario *)
);
END_TYPE