Overview
You can reduce time to build your application with:
Control Expert specific project settings
Control Expert project development rules
General advice
Control Expert Specific Project Settings
In Control Expert, select and these submenus:
This table describes the solutions from submenus:
Submenu |
Status |
Solution |
---|---|---|
|
Online/Offline |
Click value and replace by if needed. |
|
Online |
Uncheck:
|
|
Online |
Uncheck to reduce the amount of information downloaded to the PLC.If is checked, check to only download to the PLC the variables which attribute is HMI variables. |
Uncheck (1). |
||
Click the value and replace by for (2). |
||
Check . |
||
|
Online/Offline |
Uncheck values if needed. |
(1) Keeping this option helps to secure the application. (2) The On user request option can be activated for a running application in a plant. It may not be selected for bench tests. NOTE: If Upload information is not downloaded to
the PLC, it won’t be possible to open the project in connected
mode without having the same project opened in local mode on the PC.
|
Control Expert Project Development Rules
Control Expert project development rules to improve the time to build the project are listed below:
To facilitate program maintenance and optimize performance when performing online modifications, use small sections: up to 300 instructions on average, as limited by the application structure.
On LL984 language, reduce the number of networks per segment: 40...100 networks per segment.
To deal with online modification, use periodic task (if possible) with enough extra time: 20% of the current scan time.
In the Data editor, only check the save attribute for variables strictly as required (See %S66, and %S94).
General Advice
General advice is listed below:
In Control Expert software, use instead of when offline.
When a modification is done on a section, the complete section is rebuilt. So reduce the number of sections with changes at a time when online.
Use Ethernet communication instead of USB.
When using Ethernet communication, modify the to 12x1024 in the tab of the CPU. The build time speeds up but the scan is negatively affected. So when online, change this setting during the commissioning process and switch it back once running in the field.
NOTE: This option must be active for SCADA application via NOE as requires x times 1024 to work.