| Writes BOOLs into a device's digital outputs. A maximum of 128 values can be written at once. |
| V |
Execute |
BOOL |
Starts the action at rising edge. |
| V |
DeviceId |
UINT |
The device ID of the Modbus server. |
| V |
Address |
UINT |
The starting address of the values to be written. It starts at one. |
| V |
Length |
UINT |
The number of values to be written. The maximum is 128. |
| V |
Value |
ARRAY [0..127] OF BOOL |
The BOOL values to be written. |
| V |
Done |
BOOL |
The values were written successfully. |
| V |
Busy |
BOOL |
The function block is not finished and new output values are to be expected. |
| V |
Error |
BOOL |
Signals that an error has occurred within the function block. |
| V |
ErrorID |
MB_ERROR
|
Error identification code. |
| Usable EtherCAT states: all. Not tied to EtherCAT, only to the port. |