Accessing always ON bit in Simatic S7 safety blocks?

Binaural

Member
Join Date
Jul 2005
Location
Sydney
Posts
366
Hi all,

I'm a bit confused. In the siemens manual "SIMATIC S7 Distributed Safety - Configuring and Programming" there is a section regarding using always on/off bits in a failsafe FB.

*****************
Boolean Constants "0" and "1"
If you require Boolean constants "0" and "1" in your safety program to assign parameters during block calls, you can access the "RLO0" and "RLO1" variables in the F-shared DB using fully qualified DB access ("F_GLOBDB".RLO0 or "F_GLOBDB".RLO1).​
******************​
I have configured my automatic DBs and the DB F_GLOBDB exists, although I cannot open it to verify these bits exist (block is protected). I am trying to access this DB from a safe block. However, I still cannot access it and can't find any information on the internet anywhere regarding this problem. Does anyone have any advice? Cheers!​
 
You have to use symbolic adressing to access the bits.

"F_GLOBDB".VKE0 = Always off
"F_GLOBDB".VKE1 = Always on
 

Similar Topics

Hi all, I am having issues accessing my Cimplicity software - the site code changed after re-install and I am no longer able to attain a new key...
Replies
10
Views
169
For the past few day, I have had problems accessing the Rockwell Knowledgebase. When I try to access it (and I do have a TechConnect Support...
Replies
7
Views
409
Hi, Small issue i've really been beating myself up over today. I've been working with Panelview panels for years. Currently working on an older...
Replies
1
Views
591
Dear experts, I have the following setup: CPU-313C (6ES7313-5BF03-0AB0 V2.6) + CP343-1 (6GK7343-1EX30-0XE0 V2.0) communicating with Siemens PC...
Replies
7
Views
2,706
I'm looking to replace an AB PanelView 600 2711-K6C2 HMI with a C-more EA9-T10WCL. The PLC in the system is a SLC 5/03, which is staying. I...
Replies
2
Views
1,248
Back
Top Bottom