Step7 siemens S7

wglespaul

Member
Join Date
Jul 2003
Location
Macclesfield, UK
Posts
19
I'm starting to use step7 for the first time, just practising navigating and writing simple ladder programs and testing the different languages for my training manual. How does the absolute and symbolic addressing work? What do the symbols I, Q, mean etc? And how are the contacts typically represented as i have been using I0.0, I0.1 Q1.0 for the inputs and outputs, not knowing what they represent. Also by inputting these absolute addresses into a symbol table and given them a symbolic name, is that how to properly name your functions. I'm very new to all this and i only have a few basic documents to work from.

Thanks

Tom

________________________________________________
Alea Jacta Est
 
Tom

I means an input (I0.0)
Q means an output (Q0.0)
M means a memory bit (internal) (M0.0)
T means a timer (T1)
C means a counter (C1)

In the symbol table if you put I0.0 as symbolic name SWITCH1, and save the table then when you are writing your ladder instead of assigning a -| |- or -|/|- as I0.0 you can just write SWITCH1, I find this easier to do then trying to remember what each input or output is assigned to.

Just remember to have the 'symbolic representation' turned on in the 'View', 'Display With'

If you want to know any more, please clarify your question and I will do my best to answer you.

Have a search at Siemens A & D Support Web Site for some more manuals.

Paul
 
Hello Tom,

Also you can program in German Symbolic, it´s mean the moore use arround the world, I recomend you to use it.

E means an input (E0.0)
A means an output (A0.0)
M means a memory bit (internal) (M0.0)
T means a timer (T1)
Z means a counter (Z1)

You can use also the tipical absolute and symbolic addressing, it´s mean one input for example a Push Bottom "Start" can call "start" or E0.0, depends to your favorite deside.

J (n) ust remember to have the 'symbolic representation' turned on in the 'View', 'Display With'. :cool:

I recomend you to will start to learn the basic code by STL (AWL) to improve in this type of PLC.

Best reagards 🤷

Tony :D
 

Similar Topics

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
180
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
162
I have a word in some DB which I want to load to AR1 and use as a pointer. In order to do this I need to write L DBxy.DBW xy SLD 3 LAR1 I...
Replies
3
Views
555
Hi, I received a Step7 Backup from my client and tried opening this backup but it won't open as there seems to be files missing from the backup...
Replies
11
Views
3,055
Hi! i'm just wondering did there is any chance to change Set Time(TV) on Siemens plc timer without step 7 using c# or python if timer not set in...
Replies
1
Views
1,264
Back
Top Bottom