Returning the duration (in minutes) of an active alarm.
Question: How can I return the duration (in minutes) that the alarm was active? Solution: Alarm sources are Elipse E3‘s objects which set up all the information regarding to…
Question: How can I return the duration (in minutes) that the alarm was active? Solution: Alarm sources are Elipse E3‘s objects which set up all the information regarding to…
Question: How can I add/remove columns from an E3Browser? Solution: E3Browser is an ActiveX control used for visualizing data stores in the database, be they generated by Elipse E3…
Question: How can I change the visibility in an E3Browser column? Solution: To do so, change the Visible parameter of the desired column with a CheckBox: select its Change event…
Question: How can I change the type of text being displayed in an E3Browser or Report (for example, to have it display True or False instead of 0 or 1)?…
Question: How can I update or delete a selected record in E3Browser? Solution: To do so, you must first add a script to E3Browser‘s Click or DblClick events using GetColumnValue…
Question: In an application storing both the Alarms and Events records in the Alarm Server, how can I set up the E3Browser to display only Alarms? Solution: In the E3Browser…
Question: In an application developed in two different languages (English and Portuguese, for example), the alarm messages are saved in both languages. How can I sort these messages out, and…
Question: Can I set up an alarm filter for multiple areas and via Acked field simultaneously in an E3Broswer? Solution: Yes, you can. To set up this filter, you must…
Question: How can I change the background color on an E3Browser row according to the value on the column? For example, when the column’s value is “T”, I want the…
Description: The Export Library is a very simple tool, developed to facilitate the direct export of an E3Browser content to Excel format. To use this tool, follow these steps: Save…