KL6Control5B

KL6Control5B 1:

Interface

VAR_INPUT
    COMin : KL6inData5B;
END_VAR
VAR_IN_OUT
    COMout : KL6outData5B;
    TxBuffer: ComBuffer;
    RxBuffer: ComBuffer;
END_VAR

Description

KL6Control5B controls the data transfer between the data buffers TxBuffer and RxBuffer, internal to the PLC and the hardware in a manner similar to the KL6Control block, but in this case is for the serial bus terminal in 5-byte mode.

Note

The function blocks for background communication are preferably handled in a fast task (compare Supported Hardware).

This block is replaced by SerialLineControl from version 2 of the communication library.