KB-36115: Changing the script’s font size.
Question: How can I change the script’s font size? Solution: To do so, go to the script edition area, and execute one of the following actions: either press [Ctrl] key…
Question: How can I change the script’s font size? Solution: To do so, go to the script edition area, and execute one of the following actions: either press [Ctrl] key…
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
Sample application that illustrates how to convert a *.dat file into an *.xls, *.csv or *.txt file. Attachments: ex_convert
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…