KB-32657: Multiple users editing different objects in the same PRJ file.
Question: How can I centralize in a single .PRJ file all the changes performed by different users in different objects of this file in a definitive way? Solution: To do…
Question: How can I centralize in a single .PRJ file all the changes performed by different users in different objects of this file in a definitive way? Solution: To do…
Question: How can I retrieve, via scripts, both user name and user group to which this user belongs? Solution: Username is retrieved by Viewer‘s User property. Example: dim user user…
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…
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…
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…