KB-34083: Repeating column name on all report pages.
Question: Can I repeat the name of the column on the top of every report page when it has multiple pages? Solution: No, Elipse SCADA doesn’t allow this type of…
Question: Can I repeat the name of the column on the top of every report page when it has multiple pages? Solution: No, Elipse SCADA doesn’t allow this type of…
Question:Why can the screen open in Elipse SCADA be only monitored via web? Solution: Whenever a screen is opened in Elipse SCADA, an HTM file corresponding to this screen is…
Sample application that illustrates how to convert a *.dat file into an *.xls, *.csv or *.txt file. Attachments: ex_convert
Question: Why is the data loaded in the Browser not being updated after the application has been executed, thus making it necessary to stop the application and then re-execute it…
Question:What must be changed in an application developed with the Elipse SCADA 16 bits when updating it to the 32-bit version? Solution:Pay extra attention to the following points when updating…
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: The Elipse SCADA only generates HTML files for active screens. How can I generate HTML files for all the application’s screens, be they active or not? Solution:To generate HTML…
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”)