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,985
Good Afternoon , It has been decades since I have done anything with Siemens . What is the Siemens name of their Servo Product Line and what...
Replies
10
Views
162
I'm using the Siemens PRONETA software to do some IO testing currently. I love the simplicity and fast testing capability. Does anyone know about...
Replies
0
Views
83
Hi, First time user of S5 Siemens. Is there any solution on how to solve this kind of error. HMI OP7 $613 DB-error No. 11 (0: 15) Siemens PLC...
Replies
9
Views
172
Hello, I have an issue where I want to simulate an Siemens HMI panel, through NAT connection to a PLC. I have the possibility through extended...
Replies
5
Views
203
Back
Top Bottom