KB-32904: Driver’s IP switchover.
Question: Can I retrieve the number of the active IP with a tag? How can I force a switchover from the main to the backup IP? Solution: Yes, this can…
Question: Can I retrieve the number of the active IP with a tag? How can I force a switchover from the main to the backup IP? Solution: Yes, this can…
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 disable a table link row’s Blink property via scripts? Solution: To do so, just access the object’s links collection, select the property containing the table link,…
Question: Can I share a DLL/connection between two or more I/O drivers? Solution: Yes. If ShareServer property is set as TRUE, this driver will share its execution between the other…
Question: Why is a filter by date, recorded as a string, not working? Solution: For the comparison logic to work (value higher than InitialDate, but lower than FinalDate), the value…
Question: How can I set a button in E3 to display the same functionalities as when SCADA’s WhilePressed event is on? (The goal here is to be able to increase/decrease…
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 tell which values are loaded in a ComboBox? Solution: To do so, you must use ComboBox’s ListCount property to find out the number of items, and…
Question: How can I disable zoom and selection options when right-clicking the E3Chart? Solution: To disable E3Chart’s zoom and selection menus via E3Studio, you must set E3Chart‘s Enabled property as…
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…