Siemens s5 datawords

wout

Member
Join Date
Jun 2009
Location
Hofors
Posts
6
I have a problem with an Siemens S5 135U plc.
How can i find DB11 DW17 in the program?
Somewhere in the program they transfer a value in to this adres, but i am not able to find this location
Can somebody help me?
 
Hi wout,

First of all, are you 100 % sure that the value is changed in the program and not from some kind of OP / HMI?
Are you using Step 5 software for editing the program?
In case of using Step 5 you can search the operand by the command:

Documentation -> Cross References...

Under "Selection" you but in as single operand "DB11" and make a search.
Take a note or print the result and then make a new search with the single operand "DW17" and then look if you have any correlations with the first search.

e.g. DB11 is used in PB12 seg. 3 - is DW17 used in a segment close to that one?


If this method doesn't give you any results you probably have a program that contains indirect addressing. Then you have to analyze the program and try to find the part of the code that could have something to do with DB11.DW17


Mvh/
Wille
 
Thank you very much for your help. Now i have found a location.
It's not a friendly written program, they youse much datawords in different datablocks for machine faults and i made an upload from the plc so i must read the program without comments or a little explanation.
 

Similar Topics

Hello everyone, I've had this issue for the last 2 days where I try to assign the profisafe address to an IO block (6ES7 146-6FF00-0AB0) but when...
Replies
5
Views
125
Hello, good morning, I have been having two problems with the Tia Portal software. The first is that I have installed it on my computer and...
Replies
5
Views
167
Hello to all, I'm just starting with using CodeSys. Immediately, I have noticed that Codesys doesn't use data blocks like for example S7 does...
Replies
11
Views
175
Hi, I'm setting up a modbus master on an S7-300. It seems to work in OB1 but not when I use it in OB35. Does anyone have any ideas why? Could...
Replies
10
Views
115
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
12
Views
333
Back
Top Bottom