E_IEC870_5_103CCOT
TYPE E_IEC870_5_103CCOT:
(
eIEC870_CCOT_UNUSED := 0, (* Not used *)
eIEC870_CCOT_SYN := 8, (* Time synchronisation *)
eIEC870_CCOT_IGI := 9, (* Initialisation of general interrogation *)
eIEC870_CCOT_GRC := 20, (* General command *)
eIEC870_CCOT_TOV := 31, (* Transmission of disturbance values *)
eIEC870_CCOT_WC := 40, (* Generic write command *)
eIEC870_CCOT_RC := 42 (* Generic read command *)
);
END_TYPE
Cause of transfer in control direction (master -> slave).
Requirements
Development Environment | Target System | PLC libraries to include |
---|---|---|
TwinCAT v2.10.0 Build >= 1313 | PC or CX (x86, ARM) | TcIEC870_5_103Link.Lib ( Standard.Lib; TcBase.Lib; TcSystem.Lib; TcUtilities.Lib; TcIEC870_5_101.Lib; TcIEC870_5_101Link.Lib; COMlibV2.Lib; are included automatically ) |