8400 StateLine C | Operating instructions
Adapting the application individually
Implementing more additional functions in the signal flow
74 L from Firmware V06.00 - DMS 1.1 EN - 11/2011
Configuring the list by means of parameterisation
The parameter list is combined similarly to the user menu via parameter setting. The
following application example shows the required procedure for configuring the list
without
using the »Engineer« parameterisation dialog.
Task:
The parameters C00012, C00026/1 and C00027/1 are to be written.
1. Compiling the parameter list
Specify the given parameters in C01085/1 ... n in the <code>,<subcode> format:
– C01085/1 = 12.000
– C01085/2 = 26.001
– C01085/3 = 27.001
– C01085/4 ... n = 0.000 (no parameter)
2. Entering values for the parameters (value set 1)
In C01086/1 ... n, specify the values to be used to describe the selected parameters. The
values are entered according to the scaling format/scaling factor of the respective
parameter.
– C01086/1 = <value> for list entry 1 (in our example: for parameter C00012)
– C01086/2 = <value> for list entry 2 (in our example: for parameter C00026/1)
– C01086/3 = <value> for list entry 3 (in our example: for parameter C00027/1)
These values are used in the writing process if the two bSelectWriteValue_1 and
bSelectWriteValue_2 inputs are not assigned or both set to FALSE.
3. Entering other values for the parameters (value sets 2 ... 4)
If required, up to three other sets can be set in the same way in C01087/1 ... n to
C01089/1 ... n which can optionally be written to the parameters. The decision as to
which value set is finally used is dependent upon the assignment of the two
bSelectWriteValue_1 and bSelectWriteValue_2 inputs:
4. Selecting a value set
The value set to be used in this example is selected via the free parameters
DC00470/2...3 linked to the selection inputs:
5. Activating the writing of the parameters
In this example, the parameter list is written via the free parameter C00470/1 linked to
the bExecute control input. A change from FALSE to TRUE in C00470/1 activates the
writing of the parameter list.
C00470/2 bSelectWriteValue_1 C00470/2 bSelectWriteValue_2 Value set used
FALSE FALSE Value set 1 (C01086/1 ... n)
TRUE FALSE Value set 2 (C01087/1 ... n)
FALSE TRUE Value set 3 (C01088/1 ... n)
TRUE TRUE Value set 4 (C01089/1 ... n)