Swissi Posted May 21 Report Posted May 21 Hi Engineers Please can you help me how to acknowledge tp700 hmi alarm, I configured db word to trigger the alarms, I did offline simulation using plcsim, I could acknowledge the alarm using acknowledgment button on alarm page.i want to acknowledge the alarm using plc bit. I searched in chrome and found some ways but when tried it doesn't work for me. I really appreciate your help Regards
Hati Posted May 21 Report Posted May 21 In the HMI discrete alarm list, you can define a PLC tag for the alarm ack for each alarm.
Swissi Posted May 21 Author Report Posted May 21 Hi I'm using tia v13 sp2, in hmi discrete alarm, I found only hmi acknowledgment tag, hmi acknowledgment address, I enter it but couldn't enter plc acknowledgment tag, it showing red color .The hmi tag is configured to connected plc tag, Can you please give me step by step tutorial? Regards
Solution Hati Posted May 25 Solution Report Posted May 25 (edited) I don't know how you have defined the Alarm bits and ack bits. I define them as an array of bool [0-255]. Then i just assing the absolute addresses of the array to the alarm and ack bits. Edited May 25 by Hati
Swissi Posted May 27 Author Report Posted May 27 Hi I tried it as you said and it worked. Before, i was assigning alarm acknowledge bit from different int address, in the same data block. I Tought, it should be integer address for alarm trigger bits and other different integer address for acknowledge bits. I figured now, alarm acknowledge bits should be in the same word or array address of the alarm trigger bits. (am I right?) Thanks anyway for your help and support Regards
Hati Posted May 27 Report Posted May 27 Not the same array or word for either. Both need to have their own array of bools or words.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now