KB-19375: Displaying the pen’s values being plotted on the E3Chart
Question: How can I display the pen’s values being displayed on the E3Chart? Solution: To do so, go to Legend tab in E3Chart‘s properties and enable the legend, selecting the…
Question: How can I display the pen’s values being displayed on the E3Chart? Solution: To do so, go to Legend tab in E3Chart‘s properties and enable the legend, selecting the…
Question: How can I load the text of the last active alarm into a script’s variable? Solution: To do so, you can use the Alarms’ GetInfo(“Comment”) function. Example of script:…
Question: How can I export/print the application’s scripts? Solution: To do so, right-click the Application item (via Organizer) and select the Script Report option.
Question: On a Trend Graph plotting historical data, how can I set up a pen’s value to be displayed whenever the mouse is on the pen? Solution:To do so, you…
Question: How can I change the figure being displayed on a Bitmap object at run time? Solution: To do so, you must edit the Bitmap’s Filename property. For example: Bitmap1.fileName…
Question: How can I set up an alarm in a tag? Solution: To do so, just access the tag’s Alarms tab, then enable and set up the LoLo, Low, High,…
Question: Which function should I use to delete a record in a database? Solution: To do so, you need to use the DeleteRecord() function.
Question: How can I split a string into smaller parts? Solution: To do so, you can use the Global Manager’s Right, Left and Mid functions, found at Elipse SCADA’s Global…
Descrição: Como posso alterar a resolução do E3Viewer? Solução: Para isso, siga estes procedimentos: Abra o E3Studio. No Organizer, clique com o botão direito no objeto Viewer e abra suas…
Question: How can I set up the SCADA application to store alarms continuously, but display only the ones from the last 24 hours? Solution: To do so, first you must…