Help with Siemens Protool HMI alarm messaging

Join Date
May 2010
Location
Melbourne
Posts
453
This is a different problem but on the same machine as my other post.

Basically there is an alarm message showing up on the TP270 HMI, and I am trying to find the bit that is triggering it in the S7-300 PLC program but I can't find it.

The alarm message coming up is listed as alarm message 10 "IGS01 CALIBRATION LOST ERROR".

If you go to Area Pointers setup in ProTool you can see that the Alarm Messages pointer is set to DB6.DBW0.

With this information you would assume that alarm message 1 = STAT0 = DB6.DBX0.0, therefore alarm message 10 = STAT9 = DB6.DBX1.1, however this is not the case.

When the alarm is active, DB6.DBX1.1 is false.

So then I tested another alarm, alarm message 49 "MELT PUMP OIL COOLER/HEATER NOT RUNNING".

You would think that alarm message 49 = STAT48 = DB6.DBX6.0, but when I was triggering the alarm condition on and off I could see that it was in fact STAT56 or DB6.DBX7.0 triggering the alarm message.

I have attached DB6 and some screenshots of the alarm message setup in ProTool.

Can anyone explain this behaviour?

AlarmMessages1.jpg AlarmMessages2.jpg
 

Attachments

  • DB6.pdf
    19.7 KB · Views: 30
With this information you would assume that alarm message 1 = STAT0 = DB6.DBX0.0, therefore alarm message 10 = STAT9 = DB6.DBX1.1, however this is not the case.

When the alarm is active, DB6.DBX1.1 is false.



Can anyone explain this behaviour?
Are you sure that Alarm1 isn't DB6.DBX0 and Alarm 10 DB6.DBx1.1?
I assume it is a Siemens PLC.
I didn't get a chance to loo at the attached files!
 
When you specify the range for the alarm messages, Siemens is "Very helpful" in incrementing in groups of 16 (The length of a word)so message numbers 1- 8 would set by F 201.0 - 201.7 and message numbers 9 - 16 by F200.0 - 200.7 . It's a little confusing when the higher byte operates the lower messages!
 
Thanks guys.

I'm away from work and the machine at the moment but I think it is starting to make sense.

What a backwards way of doing things.

Can't wait until this problem is fixed so I can get back to working on 'normal' Allen Bradley PLCs :)
 

Similar Topics

I was new on siemens Protool software. so may i ask a stupid Q? its that necessary to have a plc program first, before write the program on...
Replies
2
Views
3,165
Hi all, i am the new controls guy at the plant and i have inherited a pc from the previous controls guy with Siemens tia portal version 16 and 17...
Replies
20
Views
790
Hi, I have a customer with a S7300 from around 2013 which they link to approx 25 inverters, 3 DP to DP converters and 5 IM153 remote I/O units...
Replies
8
Views
314
Hi all, First, thank you for reading the thread. So I had a task as the following: An up-counter must be programmed as part of a batch-counting...
Replies
7
Views
280
Hi I’m after some help , I have a plc program with a baumer verisens vision camera attached I have got the signals working ect but I have an...
Replies
9
Views
956
Back
Top Bottom