Description of the function
The WRITE_CMD function can be used to send a command to a module or integrated interface through the use of command words, by performing an explicit exchange.
NOTE: The command words are specific to each specific-application, and are described in the specific-application manuals.
The additional parameters and may also be configured.
Operation flow diagram:
Representation:
Representation:
Representation:
LD IODDT_Var
WRITE_CMD
Representation:
WRITE_CMD(IODDT_Var);
Description of parameters
The following table describes the input parameters:
Parameter
|
Type
|
Comment
|
IODDT_Var
|
|
IODDT-type variable corresponding to the channel or module on which a command is to be performed.
Example: IODDT_Var of type T_COUNT_ACQ
|