Siemens Simatic ProTool Alarms/Messages

qee

Member
Join Date
Dec 2003
Posts
23
Can anyone tell me how to trigger alarms and messages on a Siemens Simatic OP270 Display from an S7313C-2DP Processor? Is it simply a case of assigning a word to them and then writing the value of the alarm/message that you want displayed to that word?

Any help would be greatly appreciated.

Thanks,
Qee.
 
First you have to create an areapointer that is called Alarm messages.The area pointer consists of words and the alarms themselfs are bits so if you want 16 alarms then use one word 32 alarms 2 words and so on.

The alarmbits are for some reason turned around so the first alarm is triggered by yourareapointer.dbx1.0 if you entered dbw0. Check the lower left corner to see which bit that triggers the actual alarm.

You can also add the areapointer alarmack_op to see when the alarm is beeing acked by the operator and the areapointer alarmack_plc if you for some reason want to ackknowledge the alarm from the plc.

There are also other ways to trigger alarm on the op by using systemfunctions in the plc but the above described is the easiest.

clipboard01.jpg
 
Last edited:

Similar Topics

Good Evening , It has been several years since I used Siemens Software . I’m looking to purchase the software for a Siemens Simatic S7...
Replies
4
Views
497
I'm just trying to figure out the right method of adding a DO card to an existing rack. It's not the *next* open slot, but I have to move the AO...
Replies
5
Views
547
Hi to all, Our company does not usually use Siemens PLCs, but have a press with one in it. We are trying to change the IP address in our Simatic...
Replies
2
Views
1,066
Hi. I have 2 files where I would like to see the ladder logic differences (similar to the Rockwell compare function). I am using TISoft Siemens...
Replies
1
Views
1,264
Hi all, First time posting here. I have a Siemens Simatic S7-1200 controller that I intend to use for a small project at home. I also have a...
Replies
7
Views
2,014
Back
Top Bottom