KB-37021: Opening different screens for Viewers connected to the same Domain.
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: 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: 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: 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 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 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 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”,…
Question: Can I record alarms and events on different tables in the Database? And how can I tell them apart in E3Alarm? Solution: You cannot record alarms and events on…
Question: Are there stock images available for E3 screens? Solution: Yes, there are. You can use the Symbol Factory gallery, which comes with E3Studio installation. To access it via E3Studio,…
Question: At an application, I used DoModal() method in a CommandButton’s script at an application. Why does the button remains pressed on the main screen after the modal screen has…
Question: Which objects and variations must be used to read a double point? Solution: To do so, you can use these objects and variations: Object 3 Variation 1 – Double…