KB-32769: Shortcut for running Domain/Viewer is not working.
Question: Why can’t I run the application and the Viewer anymore through the shortcut pointing to E3Server.exe after it has been updated to version 3.0? Solution: In versions equal or…
Question: Why can’t I run the application and the Viewer anymore through the shortcut pointing to E3Server.exe after it has been updated to version 3.0? Solution: In versions equal or…
Question: How can I print a screen? Solution: The following example illustrates how to print the current screen with a button click. First of all, you will need to create…
Question: How can I disable the Close button on the Viewer’s window? Solution: To do so, right-click the Viewer in the Organizer, then go to Properties, and select Settings tab.…
Question: The horizontal axis is set with a 1-hour interval. When the application runs, the times are displayed with no minutes (9:00, 11:00, 13:00). Is it possible to change this…
Question: With two windowed screens, how can I click on a button and open the screen in the frame where the button is? Solution: In the button’s script, use the…
Question: How can I print an Internal Tag’s value on a report’s header? Solution: To do so, follow these procedures: In the report, add a Data Field to the PageHeader.…
Question: How can I extract a certain amount of characters from a script’s left or right? Solution: To do so, use Left and Right functions to extract characters from the…
Question: Can I issue commands via WEB plug-in? Solution: No. Elipse SCADA’s WEB plug-in only allows you to monitor a screen opened in the server via internet, which means web…
Question: When attempting to install SCADA, the following error window is displayed: What does it mean? Solution: DAO stands for Data Access Object, an API enabling communication between database management…
Question: How can I retrieve, via scripts, both user name and user group to which this user belongs? Solution: Username is retrieved by Viewer‘s User property. Example: dim user user…