KB-30308: Using the ElseIf clause in a script.
Question: How can I use the “ElseIf” clause in a script? Solution: To do so, just insert it into an “If”‘s loop. For example: If condition == “value”ActionElseIf condition2 ==…
Question: How can I use the “ElseIf” clause in a script? Solution: To do so, just insert it into an “If”‘s loop. For example: If condition == “value”ActionElseIf condition2 ==…
Question: How can I display a message when the login is incorrect? Solution: To do so, you must use a script that tests if the Application’s useName attribute contains any…
Question: Can two different domains in Elipse E3 communicate with each other? Solution: Yes. Two possibilities of doing so are: Via OPC Communication Via Remote Domains
Question: Is it possible to change the default font of a Text object on SCADA? Solution: No, it is not, because this is hard-coded on SCADA. So, you must change…
Question: How can I set up an alarm to be triggered when the communication between the Elipse E3 and a PLC is offline? Solution: There are two different ways to…
Question: How can I break a line on a MessageBox? Solution: To do so, you must write a script using the Chr() function. For example: MessageBox(“phrase line 1″+Chr(13)+Chr(10)+”phrase line 2”…
Question: In an application, the data is being “drawn” by E3Chart, but when leaving the screen and returning to back to it, the chart is erased and it starts to…
Question: How can I view the Driver’s status? Solution: To do so, you must create a tag and configure its parameters as N1=-1, N2=0, N3=0 and N4=2, or import a…
Question: How can I change the physical layer from serial to Ethernet? Solution: To do so, the Driver must belong to the IOKit. The IOKit is a shared component used…
Question: Which files must be copied for backing up an E3 application? Solution:To do so, you must copy the .DOM (Domain), .PRJ (Project), and .LIB (Library) files. However, it is…