Definition of Initial Values
Concept allows the initial values on DFB pins of a structured array to be defined.
Control Expert forbids this option for pins of array type. This option is reserved for output pins of structure type.
The converter reflects this with the following error message in the conversion log:
Error: Cannot convert initial values of call-by-reference data (pin Add_PV.in1)
At the same time, Control Expert enforces pins of array type and input pins of structured type to be connected, which in this case leads to analysis errors:
{ALL:[MAST]}: (r:26, c:68) E1194 oarameter ´IN2´has to be assigned
{ALL:[MAST]}: (r:26, c:68) E1194 oarameter ´IN1´has to be assigned
To solve this problem, create a variable of the pin’s type and initialize it with the original values.
Connect this constant to the appropriate pin of each DFB instance.
Example
Solution: Add initialized variable.