step7 reference data

wglespaul

Member
Join Date
Jul 2003
Location
Macclesfield, UK
Posts
19
Hi,

I understand how to cross reference, display data, filter etc, can anyone explain in simple terms all the applications of displaying reference data (what its used for etc..) and also Ive read in the siemens manuals that reference data can be found in 6 different lists; cross references, assignment of IQM, assignment of T/C, program structure, unused symbols, addresses without symbols.

I do have the necessary materials, but a simple explanation of why instead of just how would be very useful for a beginner like myself.
Thanks

Tom

______________-
You'll never walk alone :(
 
In short:

Cross reference:
Will list all used adresses and WHERE they are used.
The general purpose place to find out how (dis)organized your program is :)
Important note: If some adresses of different types are overlapping (M5.3 and MB5 and MW4 and MD2 for example), then this is the only place that I am aware of that lets you check this. And you have to do a lot of browsing up and down to do it.
If somebody knows an easier way I would be VERY glad to know about it.

Assignment of IQM:
Will list used Inputs, outputs and flags.
Great for finding places where to add new things to your program. You know: thats the UNUSED I, Q and M areas ;)

Assignment of TC:
Will list used timers and counters.
Also great for finding places where to add new things to your program.

Program structure:
Will list which program subroutines calls which. Only helpful if you are REALLY confused :)

Unused symbols:
Will help you find those parts of your program you can get rid of.

Adresses without symbols:
Will help you find those parts of your program you forgot to comment properly.
 
Last edited:

Similar Topics

Hi. I have bought the 2 hardcover books from Hans Berger for programming in LAD and STL. I have read through both of them. I just find them too...
Replies
4
Views
3,393
This is the first time I am working with Simatic Manager Step7 as I started my siemens journey with TIA which is pretty easy and do a lot of stuff...
Replies
3
Views
142
When you download a DB, the values get overwritten by what is in the "actual" column in offline DB. Does this happen at the start of the PLC...
Replies
6
Views
142
Hello Inside a FB, I´m trying to transfer a string from a DB to a IN_OUT var that was define as a UDT. The problem is that i can´t determine the...
Replies
4
Views
128
Hi all, I am trying to convert RSLogix 5000 program to Step7. I need to bit shift left my array of double integers for tracking the product on...
Replies
2
Views
519
Back
Top Bottom