S7300 analog addressing

russrmartin

Member
Join Date
Aug 2002
Location
Eastman, Wisconsin
Posts
744
All,

Just a really easy question. I've got an application with an S7300 that will utilize various analog modules. I know that an analog input will by default take the shape of PIWXXX address. My question is, can PIW and PQW have the same number, and what is the first address that these can occupy. For example, can I have both a PIW256, and a PQW256 in the same address table. Also, just as important, is it possible to address the first as PIW0, PIW1, PIW2, etc. Thanks.

Russ
 
PIW/PQW can have the same number.

You can allocate any free address (for your CPU's range of I/O space).

Convention is to put analogues at 256 and above.
 
Also, just as important, is it possible to address the first as PIW0, PIW1, PIW2, etc.

You should be aware that the Step7 addressing is Byte orientated. his means that PIW0 occupies PI Bytes 0 & 1. PIW1 would occupy PI Bytes 1 & 2, thus overlapping PIW0. It's a good idea to stick with the convention of starting WORDs (and DWORDs) on an even Byte to help avoid this.

This applies to all addressing within Step7, ie also Marker and DB Bytes. For example, a REAL stored in MD100 would occupy Bytes MB100 - MB103.
 

Similar Topics

Hi all, When configuring S7300 analog module with 4-20 mA range, there is an option called Measuring Type, and I should choose 2DMU or 4DMU. I...
Replies
11
Views
4,335
Hi, I am trying to scale analog values in a system with a S7-300 PLC and TI 505 remote IO. The remote IO uses a CTI Remote Base Controller...
Replies
2
Views
3,945
Hi all, Does any body have some literature on how to scale the analog input signals e.g level tank control using a pressure...
Replies
2
Views
6,243
How can I integrate my S7-300 Simatic with the IFM AS-i Master AC1335 and its slave IOs, such as 2411 and Airbox 2041, into Simatic Manager?
Replies
0
Views
116
Hello everyone, One of our machine we use Siemens Cpu315-2dp. And this cpu communicate with 4 Lenze servo drives series 9300 via profibus. Also...
Replies
0
Views
179
Back
Top Bottom