FB_KL85xx8BitToByte
Application
This function block converts 8 bits to 1 byte.
VAR_INPUT
b01 : BOOL;
b02 : BOOL;
b03 : BOOL;
b04 : BOOL;
b05 : BOOL;
b06 : BOOL;
b07 : BOOL;
b08 : BOOL;
b01: Bit 0
b02: Bit 1
b03: Bit 2
b04: Bit 3
b05: Bit 4
b06: Bit 5
b07: Bit 6
b08: Bit 7
VAR_OUTPUT
byOut : BYTE;
byOut: Byte composed of the 8 bits.