E3Chart’s new properties (E3 v. 3.2).
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…
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…
CustomConfig is a new resource, that has been present in Elipse E3 since version 3.2. It allows you to create wizards to configure ElipseX…
Autor
Guilherme Taschetto
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 Counter Tags may sometimes skip certain numbers during count. Example: 1, 2, 3, 3, 5 (it remained in #3 for two seconds, skipping #4). HOW CAN I REPRODUCE THIS…
OVERVIEW When an InternalTag object retrieves a trio Value/Quality/TimeStamp through a link to its Value property, or through WriteEx method, it will perform the following operations: Update Value property; Update…
OVERVIEW If an alarm area’s name is changed at runtime, its old name will still be displayed in the alarm’s fields (Area, FullAlarmSourceName). HOW CAN I REPRODUCE THIS PROBLEM? Change…
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…
OVERVIEW Some alarms will leave their acknowledged status if the AlarmSource is restarted by an update command in the Domain, or via Activate/Deactivate methods. HOW CAN I REPRODUCE THIS PROBLEM?…
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 If the AlarmServer is deactivated and then reactivated in runtime, the alarms summary becomes empty and is no longer updated. HOW CAN I REPRODUCE THIS PROBLEM? Start up a…