Changing [P] parameters at runtime.
Question: How can P1 to P4 parameters be altered when the application is being executed? Solution: If the driver is communicating, you must to the following: stop communication via StopComm()…
Question: How can P1 to P4 parameters be altered when the application is being executed? Solution: If the driver is communicating, you must to the following: stop communication via StopComm()…
Question: How can I find out whether there is a communication error in the driver? Solution: Whenever there is a communication error in the driver, Elipse SCADA will automatically call…
Question: How can objects be copied and pasted from one screen to another, or even within the same screen? Solution: This can be done in a few different ways, as…
Question: When an application is copied from one computer to another, its users and passwords stop working. How can I fix this? Solution: All users registered during setup or runtime…
Question: How can I tell which are the attributes of the user currently logged in the system? Solution: Whenever a user logs in the system via Login() function, the following…
Question: Is there any event that is fired whenever the user logs in or out the system? Solution: Whenever a valid user logs in the system, Elipse SCADA will automatically…
Question: How can the user be allowed to change their password when the application is running? Solution: This can be done by using the application’s UserAdministration() function. This function can…
Question: How can I perform a query with numeric or text filters to an Elipse SCADA’s Historic? Solution: By default, Elipse SCADA’s queries only allows date filters. However, to work…
Question: Can only a specific batch be deleted in Elipse SCADA? Solution: Yes, it can. To do so, you must pass all batches to temporary .DAT and .HDR files, leaving…
Sample application showing how to use Chrono tags to gauge time; to top, restart and reset a chronometer; and to establish the maximum interval for time measurements. Attachments: CRONO.zip