KB-26945: Registering a new user when acknowledging Elipse SCADA’s alarms.
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 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…
Question: How can I export data from a *.dat file into Excel? Solution: To do so, follow these procedures: 1. Via Organizer, add a Text-type report and access Settings tab.…
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”)
Question: How can I create a filter for an SQL Server’s query with an ODBC connection? Solution: To do so, you must use table’s SQLQuery() function. Records can be selected…