KB-29354: Editing text font on recipes selection window.
Question: When I use ChooseRecipe() method, a window pops up with all recorded recipes. How can I increase the size of this window’s font? Solution: To do so, go to…
Question: When I use ChooseRecipe() method, a window pops up with all recorded recipes. How can I increase the size of this window’s font? Solution: To do so, go to…
Question: Can I execute an Excel macro via Elipse SCADA? Solution: Yes, you can. To do so, you must use DDEExecute (server, topic, command) function, where: server: name of the…
Question: Is there a Elipse SCADA version for Linux? Solution: No, there is not. To work with SCADA, you need Windows operational system (98, ME, NT, 2000, XP, 2003, Vista,…
Question: Why is the Logout() function in a script not closing the application? Solution: This function does not close the application; it just logs the current user out. To close…
Question: Why is data recorded on a Historic not being viewed when the *.dat file is too big? Solution: This happens because Elipse SCADA can’t open files that are too…
Question: How can I show all decimal places on a SCADA’s Display, and not just its rounded up value? Solution: To do so, you must set up the Precision property…
Question: How can I set an alarm and display the active ones on screen? Solution: To do so, open the Organizer, select the tag to be supervised, and configure the…
Question: Why is a SCADA full screen being closed when pressing Ctrl+F4? Solution: This is SCADA’s standard behavior. To change it, you can use the Ctrl+F4 combination in an OnKeyPress()…
Question: There is a script in the application using UserAdministration() function, but when the function is executed nothing happens. Why is this happening? Solution: This function is only executed if…
Question: Can I use retentive tags with Elipse SCADA? Solution: Retentive tags are used only with E3, but we can use Recipes to record the tags’ values in Elipse SCADA.…