KB-35855: Connecting SCADA to the SQL Server.
Question: Can I connect SCADA to the SQL Server? Solution: Yes. To do so, you must use an ODBC connection. For further information, access Tutorial for creating an ODBC connection…
Question: Can I connect SCADA to the SQL Server? Solution: Yes. To do so, you must use an ODBC connection. For further information, access Tutorial for creating an ODBC connection…
Question: How can I limit the access of a certain user group to a certain screen object? Solution: This can be done via a script that, executed preferably at Viewer‘s…
Question: When an alarm becomes active, inactive, or is acknowledged, are these occurrences recorded on the same register? Solution: For each alarm occurrence (when the alarm becomes active, inactive or…
Question: How can I check where a tag is being used in the application? Solution: To do so, you must use the E3 Studio’s search tool, which displays where a…
Question: How can I change the Key Pad displayed on SCADA? Solution: To do so, you must uncheck the Enable Key Pad option via Organizer and, via scripts, call another…
Question: How can I create and view a Windows folder via scripts? Solution: To do so, you must create a script similar to the following example: Set fso = CreateObject(“Scripting.FileSystemObject”)…
Question: How can I open, move and keep opened several windowed screens? Solution: To do so, you must create a script on a button to open the screen: Application.GetFrame(Name).OpenScreen(“Screen1”), 0…
Question: How can I edit the values of a rectangle’s VerticalPercentFill property’s maximum and minimum limits at run time? Solution: To do so, you can create a Library and use…
Question: How can I open the same screen several times at the same moment? Solution: To do so, on the command that opens the screen, you must set the name…
Question: Why can’t I close a certain modal screen after opening another modal screen from it? Solution: This is the system’s normal behavior. To close the first modal screen, you…