Wizard Optimize Long Data |
Home Back Next |
The frames from the controller will be optimized. So the controller network load becomes less - the data are read not so often.
Especially with error texts from the controller, getting the data from the controller is often slow. The reason for this is that the long error text is cyclically read from the controller to see if it has changed. Error texts usually have an additional error code in the control. It is sufficient to read this error code cyclically and only after a change the complete error text.
The function "Optimize long data" cyclically reads the index. If it changes, the data part is read. This also works without intervention in the existing OPC client variables. Internal memory variables are used. To do this, variable names are assigned to the results of the optimization.
|