ST_BA_Time
Structure to specify the time of day.
Syntax
TYPE ST_BA_Time :
STRUCT
nHour : BYTE := 16#FF;
nMinute : BYTE := 16#FF;
nSecond : BYTE := 16#FF;
nHundredths : BYTE := 16#FF;
END_STRUCT
END_TYPE
Name | Type | Description |
---|---|---|
nHour | BYTE | Specification of the hour |
nMinute | BYTE | Specification of the minute |
nSecond | BYTE | Specification of the second |
nHundredths | BYTE | Specification of the hundredth of a second |
Requirements
Development environment | Required PLC library |
---|---|
TwinCAT 3.1 4024.35 | Tc3_BA2_Common from V2.1.20.0 |