ST_BA_Byte
Structure for representing bits in a byte.
Syntax
TYPE ST_BA_Byte :
STRUCT
bBit1 : BIT;
bBit2 : BIT;
bBit3 : BIT;
bBit4 : BIT;
bBit5 : BIT;
bBit6 : BIT;
bBit7 : BIT;
bBit8 : BIT;
END_STRUCT
END_TYPE
Name | Type | Description |
---|---|---|
bBit1…bBit8 | BIT | Display of the individual bits. |
Requirements
Development environment | Required PLC library |
---|---|
TwinCAT 3.1 4024.35 | Tc3_BA2_Common from V2.1.20.0 |