- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2023-02-26 06:39 PM . Last Modified: 2023-05-02 11:48 PM
Alarm description length
Hi,
We have alarm tags setup to redirect using the state description (%ASubCondDesc%) of the tag. It looks like this description property is only 23 characters - can this be lengthened somewhere in the config?
Is there another way that a string tag can be setup to be used for the description of alarms?
Link copied. Please paste this link to share this article on your social media post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2023-02-27 04:16 AM
For point state alarms the OPC A&E active sub-condition description (%ASubCondDesc% redirection trip sequence) is a copy of the point's state description for the alarm state (e.g. high-high state for an analogue point). You cannot modify the database schema, all point state description string fields are fixed as 23 characters in length.
Also, there isn't any mechanism for adding your own %Axxxxxx% alarm redirection trip sequence attributes. Only the built-in attributes are supported, see Trip Sequences Supported by Redirection Actions
You can add your own database fields and access them using the %O<FieldName>% trip sequence, but these would relate the the source of alarm (e.g. a point or an outstation), not the state of the alarm (e.g. high-high or comms failed).
Andrew Scott, R&D Principal Technologist, AVEVA
Link copied. Please paste this link to share this article on your social media post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2023-02-27 12:11 PM
Thanks Andrew,
I managed to create a custom property following the How to configure a custom property field in ClearSCADA and Geo SCADA?
I then added this to field to the pager message using the %O<custom property name>%
Link copied. Please paste this link to share this article on your social media post.

