S7-300 question?

lixin

Member
Join Date
Sep 2003
Location
China
Posts
7
Hello,everyone!

I'm new to PLC. Today I got a s7-300 program. In its Block OB1, there is a "move" command in the first network. The data at 'IN' is 'QW32',and the data at 'OUT' is 'DB3.DBW108'.

my question is : 1 what and where is 'QW32'?
2 what and where is 'DB3.DBW108'?
3 what does 32 means?
 
These are basic questions, so I would suggest getting hold of a good book. Hans Berger has written a couple on the S7 range. ISBN 3895780936 is the STL version but as a beginner the LAD version may be more appropriate.

Your questions

1. QW32 is output word 32. Consisting of real-world outputs Q32.0 to Q33.7 (16 bits)

2. Part of the S7's memory is accessible via DATA BLOCKS (DB). DB3 addresses a data block, and DBW108 addresses word 108 in that block.
The 'W' indicates WORD i.e. 16 bits. You can also access DBX (bit) DBB (byte) or DBD (double word).
 
Thanks!

Thank you very much for your reply!

You tell me that the real-world output Q32.0~Q33.7, does these output address in relation with hardware,the output module?

Can you tell me where can I buy that book? how? I'm living in China,too far away.


Does DBW108 mean the NO.108 word?

Wait for your reply! Thanks again!
 
Q32.0 to Q33.7 probably relate to an output module.
Have a look in the 'Hardware Configuration' and it will tell you what modules are installed and their addresses.
You are right about 108.
Don't know where you can get the book from - Amazon.com ? Or Siemens themselves - they must have offices in China.

good luck
 

Similar Topics

Hello all. I have an ESA HMI that is connected to a Simatic S7-300 (CPU312). I have uploaded the program from the PLC which is written with Step7...
Replies
6
Views
1,439
Hate to ask so many questions. But i have found this site is better than tech connect. I have a kinetic 300 in a machine and we making some...
Replies
0
Views
1,543
I would like to turn a servo motor (slave) relative to the motion of a slide. The slide will be moved with a hydraulic cylinder. I would like to...
Replies
0
Views
1,603
Happy New Year I have a question about homing an AB Kinetix 300 servo drive. I am attempting to run this drive in position mode...
Replies
6
Views
4,139
Good afternoon, I am hoping someone out there can help me with a query I have about Siemens S7-300 I/O addressing. We have an S7-400 PLC system...
Replies
8
Views
3,587
Back
Top Bottom