E_IEC870_5_103MCOT

Übertragungsursachen in Überwachungsrichtung (slave -> master) nach IEC 60870-5-103.

Syntax

TYPE E_IEC870_5_103MCOT:
(
     eIEC870_MCOT_UNUSED := 0, (* Not used *)
     eIEC870_MCOT_SPONTAN := 1, (* Spontanous data *)
     eIEC870_MCOT_CYCLIC := 2, (* Cyclic data *)
     eIEC870_MCOT_FCB := 3, (* Reset FCB bit *)
     eIEC870_MCOT_CU := 4, (* Reset communication unit *)
     eIEC870_MCOT_SR := 5, (* Start/Restart *)
     eIEC870_MCOT_ON := 6, (* Power on *)
     eIEC870_MCOT_TST := 7, (* Test mode *)
     eIEC870_MCOT_SYN := 8, (* Time synchronisation *)
     eIEC870_MCOT_GI := 9, (* General interrogation *)
     eIEC870_MCOT_TGI := 10,(* Termination of general interrogation *)
     eIEC870_MCOT_LO := 11,(* Local operation *)
     eIEC870_MCOT_RO := 12,(* Remote operation *)
     eIEC870_MCOT_CP := 20,(* Positive ack of command *)
     eIEC870_MCOT_CN := 21,(* Negative ack of command *)
     eIEC870_MCOT_TOV := 31,(* Transmission of disturbance values *)
     eIEC870_MCOT_WP := 40,(* Positive ack of generic write command *)
     eIEC870_MCOT_WN := 41,(* Negative ack of generic write command *)
     eIEC870_MCOT_RP := 42,(* Valid data response to genric read command *)
     eIEC870_MCOT_RN := 43,(* Invalid data response to generic read command *)
     eIEC870_MCOT_CWC := 44 (* Confirmation of generic write *)
);
END_TYPE

Voraussetzungen

Entwicklungsumgebung

Zielplattform

Einzubindende SPS Bibliotheken (Kategoriegruppe)

TwinCAT v3.1.4012.0

PC oder CX (x86, x64, ARM)

Tc2_IEC60870_5_10x (Communication->IEC60870)
Tc2_SerialCom (Communication->Serial)
Tc2_TcpIp (Communication->TcpIp)
Tc2_Utilities (System)