TIA Portal v13 alarms

cjd1965

Lifetime Supporting Member
Join Date
Apr 2007
Location
UK
Posts
1,659
Hi I have a DB of words for alarming which is an array of words, 0..65

I have 256 alarms which must be acknowledged in the PLC

Previously in WinCC Flex 2008 I used alarm word 33 bit 0 as the PLC ack for Alarm 1 and so on... so 0..32 was alarm words and 33..65 alarm ack words

but TIA portal shows this as red and the error message is pretty useless

Any suggestions?
 
Helpful.

From memory, i think the ack bit has to be in the same alarm word as the trigger bit, but will check.

Rob
 
I'm sure you are. My point was that this is a forum where people can find solutions to many many technical problems. One method is to search previous posts and see how how others have overcome similar problems. Yours would be of very little use to anyone trying to sort the same problem you faced.

Rob
 
Hi I was using this solution because I wanted a PLC acknowledge bit due to the system having multiple HMI's (3) which can show the same alarms and any can acknowledge.

The issue I had was that I forgot to create an array tag at the HMI

So

Alarm DB (DB10) is a list of alarms/faults, Array [0..65] of type WORD

HMI Tag is an Array Of 65 Words

The important thing to remember is the big endian/little endian swap that is required

Some screenshots attached

Maybe not the 'perfect' method but works for me

2.png 1.jpg 3.png
 

Similar Topics

I am working on a program that was developed in 2015 for an S7-300 safety PLC. The new copy of this machine uses an S7-1500 safety plc. We were...
Replies
4
Views
1,844
Hi Guys, Please, I'm in need of TIA Portal v13 SP1 The V13 I saw can't open a Comfort panel HMI file. Can any one help? It will be much...
Replies
13
Views
5,346
TIA Portal V13 with 1515 Processor. TIA Portal being run on VM. For many weeks, was able to go online and monitor blocks while troubleshooting...
Replies
3
Views
3,951
We had hard drive failure and lost our most recent backup of one of our TIA Portal V13 projects. I uploaded the current program from the PLC...
Replies
15
Views
4,146
Hi, I try almost everything but not solve the problem. As attached is the screenshot of the error from Tia Portal, There seem problem with the...
Replies
6
Views
4,038
Back
Top Bottom