Programming Rules Description
It may take several PLC cycles to send a Modbus request or character string. The Start, Active, Done and Error bits operate in the following way:

The start signal is written by the application. Active, Done and Error signals are read by the application.
CAUTION | |
---|---|
Resetting the Start bit as soon as the Done bit is seen at 1 prevents the XXMIT block to restart after completion.
Several XXMITs can not be activate at the same time. If more than one XXMIT is activated, the first scanned block will operate and prevent operation of all other XXMITs until it has completed. The next block in the scan that is called will generate an immediate fault code 150.
The XXMIT function block can only be used in MAST task. There is an immediate fault code (127) if it is started in the FAST / AUX or EVENT tasks (there is no control performed by Control Expert at build time).