KB-33320: SQL Server’s query filter in Elipse SCADA.
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 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…
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…
Autor
Debora Aoki
Autor
Debora Aoki
Question: How can I display a tip box when the mouse is over an object? Solution: To do so, enable Show tips during run-time option on Size and Pos tab.…
Question: Can I perform trigonometric functions with SCADA? Solution: Yes, they can be performed with functions such as Cos, Sin, and Tan, among others, in the Global Manager.
Question: Is there any script output function in Elipse SCADA that aborts script execution at a certain point and will not execute the lines beyond this point, similarly to what…
Autor
Mateus Machado
Question: What is the possible reason for a toggle button to change its status without being clicked on? Solution: This button must be linked to a PLC tag. Probably, something…