KB-35324: Logging into SCADA via scripts.
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: 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: Can Elipse E3 work as an OPC server, making all tags available to another client? How can it be done? Solution: Elipse E3 is a native OPC server. To…
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…
When the communication between the Client-Domain and the Server-Domain fails, what happens? If an error occurs, all client-application’s links with the Domain are disconnected (Displays, for example, show the ???…
Question: How can I disable E3Server’s and E3Admin’s automatic initialization on Windows start up? Solution: To do so, follow these procedures: Open the Control Panel. Access the Administrative Tools option.…
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…
Question:Wchi files store data from historics? Solution: This data is stored at Elipse SCADA’s *.dat and *.batch files. *.dat: historic data. *.batch: header, in case of batch historics.
Question: How can I convert an EventTimeDbl field into Date/Time format and display it in an E3Browser? Solution: To do so, use the SQL CONVERT command below in the SQL…
Environment variables are operational system’s variables that contain information about the system, such as specific directories, the logged user’s name, and the current date. You can use these variables in…
Question: How can I load figures into the MSCOMCTL Library’s Treeview control? Solution: To do so, you must first insert onto screen the MSCOMCTL Library’s ImageList object to store the…