Parameter
|
Data type
|
Description
|
---|---|---|
ENABLE
|
BOOL
|
When ON, the explicit message operation (specified in the first element of the CONTROL pin) is executing.
|
ABORT
|
BOOL
|
When ON, the operation is aborted.
|
Parameter
|
Data type
|
Description
|
---|---|---|
ACTIVE
|
BOOL
|
ON when the operation is active.
OFF at all other times.
|
ERROR
|
BOOL
|
ON when the operation is aborted without success.
OFF before operation, during operation, and if operation succeeds.
|
SUCCESS
|
BOOL
|
ON when the operation concludes successfully.
OFF before operation, during operation, and if operation does not conclude successfully.
|
CONTROL1
|
WORD
|
This parameter contains the control block. The first element contains a code describing the operation to be performed. The content of the control block depends on the operation. The structure of the control block depends on the protocol (EtherNet/IP or Modbus TCP).
Note: Assign this parameter to a located variable.
|
DATABUF1
|
WORD
|
This parameter contains the data buffer. For operations that:
Note: Assign this parameter to a located variable.
|
1. Refer to the topics Configuring the Control Block for EtherNet/IP and Configuring the Control Block for Modbus TCP for instructions on how to configure these parameters for the EtherNet/IP and Modbus TCP communication protocols.
|