Problem:
I have multiple instances of a template. Each instance represents an area and has a mimic with an embedded alarm list. The embedded alarm list for each instance needs to show alarms specific to this particular instance. How can this be done?
Solution:
Consider setting up an expression in the Embedded List's animations in the template itself. The expression could, but does not have to, be similar to the one below:
Animated property: Filter
Animation expression: 'Source="'+".FullName"+'.*"'
The above expression will allow the list to display alarms from all sources (objects) whose full names start with the name of each particular instance.
I have multiple instances of a template. Each instance represents an area and has a mimic with an embedded alarm list. The embedded alarm list for each instance needs to show alarms specific to this particular instance. How can this be done?
Solution:
Consider setting up an expression in the Embedded List's animations in the template itself. The expression could, but does not have to, be similar to the one below:
Animated property: Filter
Animation expression: 'Source="'+".FullName"+'.*"'
The above expression will allow the list to display alarms from all sources (objects) whose full names start with the name of each particular instance.