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…
Autor
Guilherme Taschetto
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: Are Elipse E3 and Elipse SCADA compatible with Windows 64 bits? Solution: Yes, both systems have been compatible with 64-bit processors and operating systems since their following versions:…
Question: What is Expand Bits option for? Solution: Some PLCs do not allow direct access to bit variables, such as in an input or output. In such cases, you must…
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: How can I export a formatted report to PDF? Solution: To do so, the only possibility is to use a virtual printer that prints in PDF format. For virtual…
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…