KB-30528: Displaying the name of the active Formula.
Question: How can I display the name of the currrently active Formula? Solution: To do so, in the same script that passes the Formula’s name to the method responsible for…
Question: How can I display the name of the currrently active Formula? Solution: To do so, in the same script that passes the Formula’s name to the method responsible for…
Question: How can I record alarms from my application on disk? Solution: On the Alarm Server, you can configure alarms to be saved in a Database. To do so, just…
Question: How can I display an image of the Domain’s resources on a Figure object? Solution: To do so, just go to E3Studio and edit the Figure object’s Filename property,…
Autor
Guilherme Taschetto
Question: What is the OnTagRead event’s purpose? Solution: This is an I/O Driver’s event. It is fired on every reading performed by the Driver, regardless of which tags are being…
Question: Why are some Internal Tags displayed with quality 0 and in red in WatchWindow? Solution: This occurs when the Internal Tags are linked to I/O Tags and the Driver…
Question: What is the Validate event’s purpose? How can I use it? Solution: You use this event to validate the input data, allowing you to cancel the operation if the…
Question: How can I enable the selection of more than one OptionButton per screen? Solution: To do so, you need to set different values in every OptionButton’s GroupName property. For…
Question: How can I increase the font on a Text object at runtime? Solution: You cannot edit the font of a Text object at run time. However, you can use…
Question: If I increase an application’s resolution, will the screen objects’ dimensions automatically increase too? Solution: No, they will not. So, you must manually increase the screen objects’ size too…