T_CP56Time2a

Binäres (7 Byte) Zeitformat (Typ a).

Syntax

TYPE T_CP56Time2a :
STRUCT
    Milliseconds    : WORD;
    IVResMinute     : BYTE;
    SURes2Hour      : BYTE;
    DOWDay          : BYTE;
    Res3Month       : BYTE;
    Res4Year        : BYTE;
END_STRUCT
END_TYPE

Milliseconds : Millisekunden := <0..59999>.

IVResMinute : Bit 7 = IV := <0=gültige, 1=ungültige Zeit>, Bit 6 = Res (reserviert) := <0>, Bit 0..5 = Minute := <0..59>.

SURes2Hour : Bit 7 = SU := <0=Normalzeit, 1=Sommerzeit>, Bits 5..6 = Res2 (reserviert) := <0>, Bits 0..4 = Hour (Stunde) := <0..23>.

DOWDay : Bits 5..7 = DOW (Wochentag) := <0=nicht benutzt, 1=Montag..7=Sonntag>, Bits 0..4 = Day (Monatstag) := <1..31>.

Res3Month : Bits 4..7 = Res3 (reserviert) := <0>, Bits 0..3 = Month (Monat) := <1..12>.

Res4Year : Bit 7 = Res4 (reserviert) := <0>, Bits 0..6 = Year (Jahr) := <0..99>.

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)