Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

Dear Community Members,
We are currently experiencing a technical issue that is affecting the ability to create new posts. Our team is actively investigating the root cause and working to resolve it as quickly as possible. We apologize for the inconvenience and appreciate your patience.
SE Community Team!

Filter Alarm List by Alarm Response

EcoStruxure Geo SCADA Expert Forum

Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).

Search in

Improve your search experience:

  • Exact phrase → Use quotes " " (e.g., "error 404")
  • Wildcard → Use * for partial words (e.g., build*, *tion)
  • AND / OR → Combine keywords (e.g., login AND error, login OR sign‑in)
  • Keep it short → Use 2–3 relevant words , not full sentences
  • Filters → Narrow results by section (Knowledge Base, Users, Products)
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • Remote Operations
  • EcoStruxure Geo SCADA Expert Forum
  • Filter Alarm List by Alarm Response
Options
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Mute
  • Printer Friendly Page
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close
Top Experts
User Count
sbeadle
Kirk sbeadle Kirk
318
AndrewScott
Admiral AndrewScott
109
BevanWeiss
Spock BevanWeiss
95
AdamWoodlandToo
Lt. Commander AdamWoodlandToo
39
View All
Related Products
product field
Schneider Electric
EcoStruxure™ Geo SCADA Expert

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Back to EcoStruxure Geo SCADA Expert Forum
Start a Topic
rlao
Lt. Commander rlao
Lt. Commander

Posted: ‎2025-09-09 01:47 AM . Last Modified: ‎2025-09-12 07:48 AM

1 Like
4
226
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2025-09-09 01:47 AM . Last Modified: ‎2025-09-12 07:48 AM

Filter Alarm List by Alarm Response

Hi all,

 

I am working on a request to implement an alarm list that only shows acknowledged alarms that have no response. The idea is that the operator on shift can easily go through the un-responded alarms and enter responses or follow up with whoever acknowledged the alarm. Initially I thought this would have been fairly simple but ended up getting stuck.

 

As far as I can see, the alarm list object does not have any filtering options for alarm responses, but happy to be proven wrong on this one.

 

I tried building an SQL list on CAlarm based off the Response field. This gave me the results I was looking for but the ID field for CAlarm is on the object containing the alarm, not the alarm itself. This means that the pick action on the SQL list row just brings up the object menu rather than the alarm menu. The object menu does not contain an action to respond to the alarm.

 

Just wondering if there is a way to build a list that shows acknowledged un-responded alarms and provides a pick action to enter a response to the alarm from that list directly?

 

Thanks

Labels
  • Labels:
  • ViewX
  • Tags:
  • english
  • scada
  • SCADA app
  • SCADA software
  • SCADA tutorial
  • Telemetry and SCADA
Reply

Link copied. Please paste this link to share this article on your social media post.

  • All forum topics
  • Previous Topic
  • Next Topic
Replies 4
sbeadle
Kirk sbeadle Kirk
Kirk

Posted: ‎2025-09-10 02:14 AM

0 Likes
0
207
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2025-09-10 02:14 AM

Hi, there's no filter string which can operate on the alarm response.

Reply

Link copied. Please paste this link to share this article on your social media post.

sbeadle
Kirk sbeadle Kirk
Kirk

Posted: ‎2025-09-12 07:48 AM

0 Likes
0
167
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2025-09-12 07:48 AM

Changed to Informational.

Reply

Link copied. Please paste this link to share this article on your social media post.

AdamWoodlandToo
Lt. Commander AdamWoodlandToo
Lt. Commander

Posted: ‎2025-09-14 08:01 PM

0 Likes
1
148
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2025-09-14 08:01 PM

For anyone stumbling across this in the future such as future me, we solved it by:

 

1. Creating a suitable SQL query (which includes the fullname and condname) on CAlarm to show the active alarms without a response, and showing it as an embedded list on a mimic

2. Creating a script, that runs on click of the list, that just pops up a response menu option

3. That menu option just uses the CurrentRowIdx property of the embedded list, runs a Server.Query with the exact same SQL as the list, pulls out the specific row from the query, selects the relevant fullname and condname columns from the row and then calls SetAlarmResponse

 

About 10 lines of actual mimic script surrounded by sanity checks, error handling, etc.

 

Can't use CurrentRowId as possible to have multiple alarms for the same object.

Reply

Link copied. Please paste this link to share this article on your social media post.

rlao
Lt. Commander rlao
Lt. Commander

Posted: ‎2025-09-19 12:36 AM

In response to AdamWoodlandToo
0 Likes
0
113
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2025-09-19 12:36 AM

To provide further updates on this: CurrentRowIdx presented issues because alarms could get raised or acknowledged between the initial loading of the list and the re-query on user pick action. This meant the row order would change on the re-query and lead to unrelated alarms getting responded to.

 

Changing to CurrentRowId resolves this since the re-query will track the object even if the re-queried result set is different to the initial one. Yes, multiple alarms on one object is not handled properly, but in our case that scenario is a rare occurrence given our setup. Unfortunately, I don't believe there is a better way to track the row selection for embedded lists.

Reply

Link copied. Please paste this link to share this article on your social media post.

Preview Exit Preview

never-displayed

You must be signed in to add attachments

never-displayed

 

You’ve reached the end of your document

WHAT’S NEXT?

Ask our Experts

Didn't find what you are looking for? Ask our experts!

My Dashboard

Check out the new Feeds and activities that are relevant to you.

To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

Welcome!

Welcome to your new personalized space.

of

Explore