KB-27732: Exponentiation function.
Question: What is the exponentiation function in Elipse SCADA ? Solution: To do so, you must use **. Example of script: // tag001 squared tag001 ** 2
Question: What is the exponentiation function in Elipse SCADA ? Solution: To do so, you must use **. Example of script: // tag001 squared tag001 ** 2
Question: What driver should I use with Rockwell’s CompactLogix? Solution: With this, you must use ABCIP driver (Ethernet/IP – CIP protocol). You can download it directly at Elipse’s website.
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 display values with milliseconds in a Report? Solution: For versions equal to or higher than v. 3.5 b. 174, to format the date/time with milliseconds, the…
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: 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: 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…