KB-33767: Updating Elipse SCADA from 16 to 32 bits.
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: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”)
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…