KB-27638: Communication between SCADA applications.
Question: Can data from a SCADA application be acquired via another one? Solution: Yes. To do so, there are two options: Via Remote Applications (but you need to purchase a…
Question: Can data from a SCADA application be acquired via another one? Solution: Yes. To do so, there are two options: Via Remote Applications (but you need to purchase a…
Question: After reestablishing the communication lost between the supervisory and several relays, why is the driver not able to access data from the relay’s buffer? Solution: When the communication between…
Question: How can I call the Windows calculator at run time? Solution: To do so, you must use the Global Manager’s ShellExecute method: ShellExecute (strOperação, strArquivo, strParametros, strDir, nCmdVisual)) Example…
Question: How can I configure a SetPoint to be opened with the current time? Solution: To do so, you must create a script in the setpoint’s OnStartRunning event, and attribute to…
Question:Why is the AppBrowser not displaying objects in the Remote Domain’s server? Solution: This is a network restriction for the System user used by E3Server. To fix this, there are…
Question: How can I keep bad quality data from being displayed in an E3Chart? Solution: To do so, you must edit ShowBadPoint property of all the chart’s pens to False,…
Question: How does Set command help enhance a script’s performance? Solution: In addition to improving the organization and making it easier to analyze scripts, Set command optimizes the script’s performance…
Question: How can I retrieve a record according to a selected date? Solution: To do so, you must use the Historic’s FindTime() function. Example of script, executed at a button’s…
Question: Since Windows CE does not have a C: folder, where should the I/O driver be placed when Elipse SCADA is using this platform?Solution: When working in an application for…
Question:Can two Elipse SCADA applications be executed in the same computer at the same time? Solution: No, two SCADA applications cannot be executed in the same computer simultaneously. Possible alternatives…