KB-32398: Changing a report’s row color according to a field’s value.
Question: How can I change a row’s color when printing a report according to a field’s value? Solution: To do so, add a script to report’s OnFormat event to check…
Question: How can I change a row’s color when printing a report according to a field’s value? Solution: To do so, add a script to report’s OnFormat event to check…
Three new properties were added to E3Chart in E3 version 3.2. They are: ShowPopupMenu: sets whether E3Chart’s default menu will be displayed when the user right-clicks the chart. MouseMode: controls…
How can a specific alarm be acknowledged inside E3Alarm via scripts? Alarm acknowledgement via scripts has been a feature of E3 since its version 3.2. To do so, three new…
OVERVIEW When TagTimer’s TriggerType property is set as a daily trigger (ttDaily), OnPreset event will be called just once. HOW CAN I REPRODUCE THIS PROBLEM? Create a TagTimer in the…
Question: How can I link a tag to a DrawScale object, which does not have Value property? Solution: E3’s DrawScale only works as a scale, unlike SCADA’s Bar Graph. One…
OVERVIEW Alarm messages can remain active in the summary if its corresponding AlarmSource is disabled via Studio, and then the domain is restarted. HOW CAN I REPRODUCE THIS PROBLEM? Stop…
Question:How can I create a report formatted with historical data?Solution:Since formatted reports have no queries, you must create dynamical fields manually and set up the amount of records the report will display, because the number…
Autor
Renato Souza
OVERVIEW In a script executed in the Viewer, the reference to AlarmServer object is lost after Deactivate method has been called. This can cause script error, should it be used…
OVERVIEW E3Alarm‘s alarms summary should keep all messages when Domain stops, but not when it closes. HOW CAN I REPRODUCE THIS PROBLEM? Run the Domain; Activate a certain amount of…
Question: How can I export an alarms table to Excel format? Solution: To do so, create a text report and set it up to retrieve data from the alarms’ *.dat…