Siemens S7-315F-2 safety programming addressing?

dreamer12

Member
Join Date
Aug 2015
Location
QLD
Posts
1
Hey folks,

It's my first time doing any STEP7 programming and I'm working on a safety program in this control system.

I think I understand the functionality behind the safety program in STEP7 itself, but I'm a little confused about memory addressing.

In the safety program the system looks at its safety inputs (obvs mapped to Ix.x etc.) - I also wish to integrate some HMI buttons into the routine.

Do I need to map these HMI buttons to a particular memory range (or directly into safety Data Block memory) for it to be considered safe, or is any memory address (e.g. M1000.1) sufficient so long as it's used in the safety program?

Thanks!
 
It is possible to map HMI inputs as IO. However, just copying them into the safety program doesn't make them safe inputs. Be very careful how you do this. Definitely do not try to write to safety data blocks in the HMI, that will cause a safety error.

Look into the ACK_OP block as one way to do this, but it is only intended for acknowledgment signals, not to toggle a bypass or anything like that.

What are you trying to do?
 

Similar Topics

Hello, I'm using a 315F-2 dp/PN fail safe CPU. I also have an extension rack with a IM-365 module. Can someone tell me if it is allowed to use a...
Replies
1
Views
3,976
The past week we received a new piece of equipment from Germany which utilizes siemens controls. Typically in our company we use A.B. controls for...
Replies
11
Views
265
Hello I have a s7-1200 and I would like to read the tags present in this controller with my controllogix controller. The two controllers don't use...
Replies
5
Views
159
Hi need help why this “failure 5 emergency stop “ appears at every startup in the morning ? Have to shut off main switch at least 10 times on...
Replies
19
Views
311
i have two plc 1. s7-1212dc/dc/dc ip; 192.168.0.1 2. s7-1500 1513-1pn ip; 192.168.3.2 i need to get data from plc1 to plc2. any idea how to do...
Replies
5
Views
124
Back
Top Bottom