InTouch Alarm Filter

dalporto

Lifetime Supporting Member
Join Date
Jun 2021
Location
Montreal, QC
Posts
258
Hi.


I'd like to have a filter on an Alarm Summary page where I could pick which of the 3 groups I created I want to display on the screen.


I cannot find the information I'm looking for. It's telling me that either it cannot be done on a InTouch Standalone installation using the wizard alarm display, or that it's straight in front on my face and I just cannot see it.


Thanks.
 
It's probably something like that.


almQuery("AlmSystemSummary","\InTouch!$System/G1/G1_Alarms",0,9999,"All","Summ");





Problem is how to actually write this part, I don't find how to point to G1_Alarms:


"\InTouch!$System/G1/G1_Alarms"
 
almQuery("AlmSystemSummary","\intouch!G1_Alarms",0,999,"All","Summ");


Looks like it didn't like the 9999 instead of 999...


I'm ok now.
 
almAckSelect("AlmSystemSummary", "Comment" );


I want to ack one line only. Now this scripts (and many other ack scripts) wants me to put a "comment" that will replace the alarm description in the alarm page, which I don't want.


What is the way around that? Is there a way that the "comment" tag refers to its own alarm comment?


Or easier, is there a script that will only acknowledge the stupid line?


I need a break, I'm getting mad at this.
 

Similar Topics

Hi All, I'd like to know how to show 100 days of Alarm in the Alarm Summary in Aveva (Intouch) SCADA. I couldn't find any option like that in...
Replies
10
Views
846
I found an older thread about fixing this issue, but the link to the technote was dead. I'm running InTouch 2014R2 with SQL 2012. When I try and...
Replies
0
Views
1,303
Hello to all of you! I am working with InTouch 2017 application for HMI. So far, so good - configuration is simple, there is two clients, each...
Replies
1
Views
1,440
Hello, Looking for some help on returning a tag's alarm group. I can only find documentation on returning a "selected" item's alarm group from...
Replies
2
Views
1,516
Is it possible to have an indirect tag screen (i.e. motor/pump/servo screen) with an alarm banner? Presently I have 4 pump screens that all...
Replies
9
Views
3,362
Back
Top Bottom