Question:
Why is the data loaded in the Browser not being updated after the application has been executed, thus making it necessary to stop the application and then re-execute it so that the data is finally updated?
Solution:
Elipse SCADA’s Browser does not update its data automatically. To reload it, you must execute UpdateQuery function. This can be done in WhileRunning event of the screen.
Example: Browser1.UpdateQuery()