TODConcat
(FUN)
FUNCTION TODConcat : TIME_OF_DAY
This function converts hour, minute and second to the IEC 6-1131-3 format TIME_OF_DAY
.
In case of invalid inputs TOD#00:00
will be returned.
- InOut:
Scope
Name
Type
Comment
Return
TODConcat
TOD
Input
uiHour
UINT
0..23
uiMinute
UINT
0..59
uiSecond
UINT
0..59
uiMillisecond
UINT
0..999
peError
POINTER TO ERROR