ST_PMLCumulativeTimes
Collection of tags for recording times in the various states and UnitModes in the machine.
By using FB_PMLAdminTime, these are filled automatically and can be reset using the M_ResetCumulativeTime() method of the FB.
TYPE ST_PMLCumulativeTimes :
STRUCT
AccTimeSinceReset : DINT;
ModeStateTimes : ARRAY[0..cMaxDefinedUnitMode-1] OF ST_PMLModeStateTimes;
END_STRUCT
END_TYPE
Requirements
Development Environment | Target platform | PLC library to include |
---|---|---|
From TwinCAT
| PC (i386) | From Tc3_PackML_ V3 1.0.3 |