KB-13089: Setting more than one line in a Text Report’s description via scripts.
Question: How can I set more than one line in a Text Report’s description via scripts? For example:Text on Line 1Text on Line 2 Solution: To do so, write the…
Question: How can I set more than one line in a Text Report’s description via scripts? For example:Text on Line 1Text on Line 2 Solution: To do so, write the…
Question: How can I configure a scrollbar linked to a Browser to roll the data being displayed on screen? Solution: To do so, you must insert a Slider object and…
Question: How can I display variables on a MessageBox? Solution: To do so, follow these steps: Set the constant messages between quotation marks; Set the variables without quotation marks; Use…
Question: How can I enable/disable task switching (Alt + Tab) at runtime? Solution: To do so, you must write a script to edit the application’s Exclusive property. For example: Example…
Question: Can I execute IF/ELSE/ENDIF commands in an Expression Tag? Solution: No, this is not possible.
Question: How can I change the script’s font size? Solution: To do so, go to the script edition area, and execute one of the following actions: either press [Ctrl] key…
Question: How can I create a screen that request all users to log in? Solution: To do so, execute the Application’s Login() function at the screen’s OnShow() event. If the…
Question: How can I use the historic’s Average() function? Solution: This function returns the average value of a set of data in the historic. The complete command is: Average (src,…
Question: How can I execute a script to open a screen whenever a Boolean tag’s value is 1 (one), and close it when it is 0 (zero)? Solution: To do…
Question: Can I log into Elipse SCADA with my user’s and password’s values via scripts? Solution: No, you cannot. Unlike Elipse E3, Elipse SCADA has no methods to log in…