T_UtcTime
UTC time information.
Namespace: Tc3_Collections
Library: Tc3_Collections (Tc3_Collections.compiled-library)
Syntax
TYPE T_UtcTime :
STRUCT
secondSinceEpoch : DT;
fractionOfSecond : T_UINT24;
quality : T_UtcTimeQuality := ( Accuracy0 := 0, Accuracy1 := 0, Accuracy2 := 0, Accuracy3 := 0, Accuracy4 := 0 );
END_STRUCT
END_TYPE
Components
Name | Type | Description |
---|---|---|
secondSinceEpoch | DT | Number of whole seconds since January 1, 1970. |
fractionOfSecond | Seconds fraction encoded as 24-bit number. Coding: | |
quality | Additional information about the quality and accuracy of the time information. |