S7 Digital In's Out Analog In's Out Address what is the configuration for the address

tunfem

Member
Join Date
Jun 2004
Location
Port Harcourt
Posts
22
Hello,
New to Siemens step 7 series e.g S7-200,300 . Need to know from Siemens experts what are the standard addressing for Digital Input,Output and Analog Input& Output.The Internal relay bits.
Thanks.
 
Plucas,
I need to know how Siemens address their digital input, output and analog input & output in in the rack . I am use to allen bradely PLC. I have a job on Siemens PLC.
 
s7-200
BITS
I0.0, Q0.0, V0.0, M0.0
BYTES
IB0....
WORDS
IW0....
AIW0, AQW0
DWORDS
ID0....

S7-300, 400, WINAC
BITS
I0.0, Q0.0, M0.0 DB1.DBX0.0
BYTES
IB0,....DB1.DBB0
WORDS
IW0....DB1.DBW0
DWORDS
ID0....DB1.DBD0

IMAGE REGISTER ON S7-300, S7-400 AND WINAC VARIES BY CPU. EG: S7-313 IS 0-127

ABOVE THE IMAGE REGISTER- PIB128, PQB128,PIW128, PQW128,PID128, PQD128. READ DIRECTLY FROM THE CARD FOR INPUT OR OUPUT BYTE, WORD OR DWORD. THIS CAN BE USED WITHIN THE IMAGE REGISTER FOR INSTANT READS OF INPUTS OR OUTPUTS.

S7-200 ADDRESSES STARTING AT 0 EG: I0.0,Q0.0, AIW0, AQW0. ANALOG INPUTS AND OUTPUTS HAVE A SEPERATE ADDRESS RANGE THAN DIGITAL I/O. THE CPU ASSIGNS THE NEXT AVAILABLE ADDRESS TO THE NEXT MODULE. EG: 4 16 POINT DI MDOULES WOULD HAVE THE ADDRESSES OF I0.0 THROUGH I7.7 AND THEN 4 8 OUT DO MODULES ON THE SAME RACK WOULD HAVE Q0.0 THROUGH Q3.7. A 4 AI 1 AQ MODULE WOULD ADDRESS IN THE SAME RACK AS AIW0, AIW2, AIW4, AIW6, AQW0.

S7-300 ETC. ARE ADDRESSED ANY WAY YOU WANT IN THE HARDWARE CONFIG.
 
Last edited:
tunfem said:
Plucas,
I need to know how Siemens address their digital input, output and analog input & output in in the rack . I am use to allen bradely PLC. I have a job on Siemens PLC.

All that information can be found on the page I linked to in the training material, all you need to do is read the various documents.

Paul
 
Dear Paul,
don't be cruel to that guy. Maybe that would be first time for him to read anything and you wanted to force him to do it. Do you know what kind of trauma it could be to him. I'm ashamed of you. :D

🍺

Regrads,
 
Yes, let's face it, he already knew that he needed "Siemens experts" to answer this. There's no way anyone other than an expert would know how to address the I/O on a PLC.
 

Similar Topics

Hello, I have a small programming task that I need help solving. I have to: * Create an analog input (4-20v)and a digital output * The analog...
Replies
45
Views
25,092
I am attempting to interface a Mistras acoustic sensor to a AB Micro820. The problem I have is the sensor logic is 3.3VDC and Micro820 is 24VDC...
Replies
10
Views
2,409
Hey I was wondering if you guys could explain to me how the signal flows on a analog & digital signal. for example: Explain the wiring of a...
Replies
2
Views
2,182
Hi, I have 7 years of experience as a maintenance / PLC programmer in a fairly old steel mill. I was the one who converted PLC2 to CtrlLGx...
Replies
4
Views
2,404
Hello, I was wondering if you guys could help explain to me how the wiring and signal on Digital and Analog inputs/outputs run from the PLC to the...
Replies
2
Views
2,677
Back
Top Bottom