FTView SE VBA for Resetting Alarms

rroze002

Member
Join Date
Jun 2013
Location
Florida
Posts
39
I've been messing around with trying to find a way to clear all PlantPAx AOI latched alarms via the Alarm Banner or Summary objects. So far, I can reset one AOI alarm using a macro and setting up the alarm command to pass the tag name to the macro.

What I'm thinking of is, using VBA to run through each active alarm and reset it - something like a "for each ...next" loop. Does anyone know which method or function to use in VBA or any other way to do this?

I've been trying the following method to get the tag name but, not successful yet:

tag_name = Me.AlarmBanner.SelectedEvent.GetColumnValue(column_name)

thanks
 
Not sure that is how PlantPax was intended. I haven't used it that much, but typically you "tie" each AOI together, so the parent resets the children. I would much rather see the resets come from the PLC, just my two pennies.
 

Similar Topics

Hi all. Currently I'm working on a VBa script for FTView. I would like to understand a bit better about some commands. 1) What are the...
Replies
3
Views
599
Hi all. I'm running a VBA code on my FTView which is actually working, but everytime I open the display that calls the VBA code, it throws the...
Replies
28
Views
1,813
Greetings, I have this question: How can I add a tag, in my case LS:0 {#5} (literal string of tag #5), to a variable using VBA? I couldn't find...
Replies
4
Views
897
Hello Every one, I need a help on vba code for getting data from MSSQL server 2014 to display in FTview SE client version 12 . Thanks. Please...
Replies
4
Views
1,815
I have a VBA on an alarm banner that calls a large number of pop-ups alarms based on changes of digital PLC tag value. Problem is that when the...
Replies
2
Views
2,325
Back
Top Bottom