FT Studio ME Alarm Ack

rywins

Member
Join Date
Feb 2013
Location
Philadelphia
Posts
29
I am developing an ME application with alarms. The alarms are set to trigger on a bit in the PLC (I am not using the alarm block in my PLC program, simply setting the bits and the ME is handling alarming). When there is an unacknowledged new alarm, it is easy to set the mini alarm screen to pop up on the HMI. This is configured in the alarm setup. Is the bit any alarm in alarm accessible to use for visibility on the HMI? Specifically, I am looking to blink a button when a new alarm comes in and when i acknowledge them on the HMI, have the button steady color.

I realize this could be done by using the alarming on the PLC side, but I am unable to do this per client request.
 
Create three boolean arrays like this:
alarms[xx] alarm
ack_alarm[xx] ackknowledge
hand_alarma[xx] handshake
Use them in your alarm setup of FT ME, xx depends of number of alarms used.
All of them have to be controller tags.
 

Similar Topics

Hello, I made a change in alarm setup in factory view studio, where I changed a alarm message text. After that I made a run application and...
Replies
0
Views
129
I am trying to enable an external alarm via computer speakers for Factory Talk Network Distributed Edition. I am using Alarm and Events setup. I...
Replies
7
Views
171
Hello all. Is there a way to upload alarm tags at the bit level to my FTView studio? I export them from my PLC thinking I will upload them to...
Replies
2
Views
408
Hello All. I am new to automation so please excuse my explanation. I am working on a request where I need to reset 2 alarm bits (AlarmError1_Alarm...
Replies
2
Views
1,471
Hi everyone, I'm new to the forum and new to automation too. I am currently using FT View Studio to create the HMI of a project and I have come...
Replies
1
Views
2,010
Back
Top Bottom