Description of the function
The WRITE_PARAM function is used to write the adjustment parameters of a module or integrated interface, by performing an explicit exchange with the processor memory.
NOTE: The advantage of this function is to be able to use a program to modify the adjustment values defined in the configuration.
The additional parameters and may also be configured.
Operation flow diagram:
Representation:
Representation:
Representation:
LD IODDT_Var
WRITE_PARAM
Representation:
WRITE_PARAM(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 whose adjustment parameters the user wishes to write.
Example: IODDT_Var of type T_COUNT_ACQ
|