KB-27170: Using Historic’s Average function.
Question: How can I use the historic’s Average() function? Solution: This function returns the average value of a set of data in the historic. The complete command is: Average (src,…
Question: How can I use the historic’s Average() function? Solution: This function returns the average value of a set of data in the historic. The complete command is: Average (src,…
Question: How can I execute a script to open a screen whenever a Boolean tag’s value is 1 (one), and close it when it is 0 (zero)? Solution: To do…
Question: Can I log into Elipse SCADA with my user’s and password’s values via scripts? Solution: No, you cannot. Unlike Elipse E3, Elipse SCADA has no methods to log in…
Question: How can I set up the application to make each new user log in to it (user/password)? How can this data be recorded, and how can the name of…
Question: How can I convert a string into an integer? Solution: To do so, you must use Global Manager’s Int function, which converts a string into an integer. Example of…
Autor
Mateus Machado
Autor
Mateus Machado
Question: How can I rename historic files (*.dat) according to the number of records and setting the current date on their names? Solution: You can do this by using a…
Question: When I use Sleep method, my application hangs for the whole duration of this process. How can I fix this? Solution: This is the expected, default behavior of this…
Question: How can I open Windows Explorer in a specific folder via my Elipse SCADA application? Solution: To do so, use Global Manager’s Execute() function. Example of script: Execute(“explorer.exe C:\MyApp\Files”)