KB-27009: Opening a screen from a Library.
Question: How can I open a screen from a Library (XControl)? Solution: To do so, follow these procedures: In the desired XControl, create a property for the frame name (called…
Question: How can I open a screen from a Library (XControl)? Solution: To do so, follow these procedures: In the desired XControl, create a property for the frame name (called…
Question: When running the application, why is there a dotted X on screen where there should be an E3 Gallery’s figure instead? Solution: This may happen because the application is…
Question: How can I set the number of decimal places of a variable via scripts? Solution: To do so, you must use the Round() method. Example: Round(variable, number of decimal…
Question: How can I edit Windows services via E3? Solution: It is not possible to do so, because E3 will not support Windows services’ edition.
Question: How can I convert a string into an integer?Solution: To do so, you must use VBScript’s CInt function. For example: CInt(“string”)
Question: Can I create templates at run time? Solution: No, you cannot. At run time, you can only create values and units.
Question: Why is an ActiveX (E3Browser, E3Alarm or E3Chart) displayed in front of other objects at run time, even though it was configured to be displayed behind these objects? Solution:…
Question: How can I display images from a Webcam in Elipse SCADA? Solution: To do so, follow these procedures: Insert a Watcher object in the application via Organizer–Watcher–New option. Select…
Question: How can I set a filter by date on an E3Storage’s Query? Solution: To do so, you must use the CompressedDataStartEndTime query and set the dates in the respective…
Question: Does ELO-2180 driver enable reading mass memory? Solution: No, it does not. ELO-2180 driver only enables reading instant variables from the user’s output. To read mass memory, you must…