KB-33732: Exporting data from a historic file to Excel.
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: 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: 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: 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: When is a Boolean tag’s OnValueChanged event fired? Can I run a script that fires it only when its value changes from 0 to 1, but not otherwise? Solution:…
Question: Can I set text style (bold, italics, etc) from Text object with SetZoneText function? Solution: No, it is not possible to set text format with this function, only its…
Question: How can I tell whether the user has pressed Cancel key while FolderSelectWindow() function is being executed? Solution: Whenever Cancel option is pressed, this function returns an empty string…