Description

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Description

mapp Services V5.16

The configuration can be changed at runtime using the function block.

Parameter "Configuration" makes it possible to edit a configuration or a part thereof.

Command "Load" is used to read out the currently configured parameters. The currently active configuration on the controller is written to the PV on input "Configuration". This overwrites the data in the structure. Values can then be edited as needed.

Command "Save" applies the values from structure "Configuration" to the active configuration; they are then applied immediately if possible.

mpconfig_explanation

To adjust the configuration parameters in the application correctly, proceed as follows:

1. Command "Load = TRUE"

Loads the current configuration from the target system to the configuration structure. The procedure is completed with "CommandDone = TRUE".

2. Command "Load = FALSE"

Resets command "Load". The procedure is completed with "CommandDone = TRUE".

3. Configure the configuration structure.

The parameters of the configuration structure can now be adjusted as desired.

4. Set command "Save = TRUE".

Transfers the changed configuration structure to the target system. The procedure is completed with "CommandDone = TRUE".

5. Set command "Save = FALSE".

Resets command "Save". The procedure is completed with "CommandDone = FALSE". Steps 1 and 2 can be performed again to check whether the parameters have been changed successfully.