KB-34201: Monitoring open screens in Elipse SCADA.
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…
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…
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: 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: 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”)
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…
Question: How can I insert video and audio files into an application? Solution: To run a video file, use AVI screen object, according to the example below. To run audio…
Autor
Debora Aoki
Question: How can I create a historic alarms file that is updated daily, always at the same time? Solution: To do so, create an expression tag, and fetch its hour…