KB-33126: Command for aborting scripts.
Question: Is there any script output function in Elipse SCADA that aborts script execution at a certain point and will not execute the lines beyond this point, similarly to what…
Question: Is there any script output function in Elipse SCADA that aborts script execution at a certain point and will not execute the lines beyond this point, similarly to what…
Autor
Mateus Machado
Question: When is a Boolean tag’s OnValueChanged event fired? Can I run a script that fires it only when its value changes from 0 to 1, but not otherwise? Solution:…
Question: Can I set text style (bold, italics, etc) from Text object with SetZoneText function? Solution: No, it is not possible to set text format with this function, only its…
Question: How can I tell whether the user has pressed Cancel key while FolderSelectWindow() function is being executed? Solution: Whenever Cancel option is pressed, this function returns an empty string…
Demo application that shows how to delete a register from a history file. Attachments: ex_deleterecord
Demo application that demonstrates how to make a search in a historic by using its highest value. Attachments: ex_pico
Sample application that shows how to read and write in *.INI files. Attachments: ex_demoini
Demo application that searches inside a batch. Attachments: ex_findbatch
The attached sampe application has two purposes: To show how to use RunMacro function to improve the performance and simplify the scripts of an application that has many similar objects;…