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: 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: Can I set up a simple link so that it isolates just some of the bits when the value is transferred, and not the whole value? Solution: Yes. To…
Question: How can I import tags from an OPC server? Solution: To do so, once connection to the server is set and communication is activated, go to E3Studio and follow…
Question: Is there a limit for the number of libraries available in a Domain? Solution: No. There are usually several libraries in the same Domain, which is very helpful for…
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 have a display showing a tag’s value only when it is higher than 5? Solution: To do so, you can set a Multiple-type link, as follows:…
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 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”)