KB-26435: Browsing error when inserting Library into a Domain.
Question: After inserting a Library into a Domain, the screen where the XControl was inserted does not open correctly at run time, and the following message is displayed: “Browsing to…
Question: After inserting a Library into a Domain, the screen where the XControl was inserted does not open correctly at run time, and the following message is displayed: “Browsing to…
Question: How can I open the screen where a certain object is when its alarm is activated? Solution: To do so, follow these steps: 1. Insert an XObject in the…
Question: How can I import a screen from Elipse SCADA to Elipse E3? Solution: To do so, first you must export the screen from Elipse SCADA. Via Organizer, select the…
Question: How can I create a pulse button using the CommandButton object? Solution: To do so, there are at least two possibilities: you can write two scripts in events of…
Question: How can I set up a windowed screen to be always open on top of the other screens? Solution: To do so, there are two options: 1) You can…
Question: How can I open different screens for two Viewers connected to the same Domain? Solution: To do so, create a script with the names of the computers opening each…
Question: Which are the restrictions of the development licenses of Elipse SCADA? Is it necessary to purchase a license for I/O Drivers? Solution: When using any development license, the application…
Question: How can I open the KeyPad at a specific position? Solution: To do so, you must indicate this position in the script that opens the KeyPad: GetKeyPad().X = 300GetKeyPad().Y…
Question: How can I proportionally increase the size of a screen object (via E3Studio)? Solution: To do so, you must hold the Shift key, click the object’s diagonal corner and…
Question: How can I generate a bitmap of the Trend object on SCADA? Solution: To do so, just execute the SaveBitmap() function of the Trend object’s Plot item. Example: Plot.SaveBitmap(“Figure.bmp”,…