In the Visu template standard configuration, a maximum of 10 hardware controllers of the type 705010 as well as 20 hardware controllers of the type 705152 can be used.
If multiple hardware controllers are due to be used, corresponding changes to the global variable lists and programs are required.
Hardware controllers of type 705010
In order to use multiple hardware controllers of the type 705010, the following steps are required:
-
In the global variable list gvlConfigurationController, the value for the maximum number of controllers must be increased to the desired value (e.g. to 11).
-
After the maximum number has been increased, the function block instances for loading the controller configuration have to be expanded accordingly in the declaration part of the PRG_Main program (e.g. also to 11).
Hardware controllers of type 705152
In order to use multiple hardware controllers of the type 705152, the following steps are required:
-
In the global variable list gvlConfigurationHwCtrl705152, the value for the maximum number of variables must be set to the desired value (e.g. to 21).
-
After the maximum number has been increased, the function block instances for loading the controller configuration have to be expanded accordingly in the declaration part of the PRG_HardwareCtrl program (e.g. also to 21).