[?]: A block address reference help

SIMATIC S7-200/300/400, Step7, PCS7, CFC, SFC, PDM, PLCSIM,
SCL, Graph, SPS-VISU S5/S7, IBHsoftec, LOGO ...
dspic
Posts: 15
Joined: Wed Dec 02, 2009 3:33 am

[?]: A block address reference help

Post by dspic »

Dear all,
How i can find DB address value which is using or updating the program output such as FC,FB ..etc?


please see the E.g

Image

Here I want to find the address DB121DBX160.0 .
Is it possible to find this value specifically in Simatic manager ?


Image

Then i put a filter 121 but i only get the result down below

Image

How i can find the data source of this address or data user of this address?

all help appreciated .
lc001
Posts: 21
Joined: Tue Aug 22, 2006 9:21 am
Location: Europe

Re: A block address referance help

Post by lc001 »

we dont know the program but if it writes there indirectly (seems so) you can not find it, you need to read all the program.
xdoit
Posts: 36
Joined: Wed Nov 21, 2007 2:13 pm
Location: China

Re: [?]: A block address reference help

Post by xdoit »

If this is updated by some instructions such as indirectly addressing, nothing can do but read related FC & FBs. (not_allow)
dspic
Posts: 15
Joined: Wed Dec 02, 2009 3:33 am

Re: [?]: A block address reference help

Post by dspic »

Thanks you very much for value able ideas (sdoc)