Siemens S7 Classic Peripheral Addressing

zacslade

Member
Join Date
Oct 2014
Location
Phoenix, AZ
Posts
84
Hi All,

In Siemens S7 Classic, if I want to find the location of a physical input corresponding to a peripheral address, (say PIW488), how would I go about doing that?

Thanks,
 
Open the HW config of the Plc and select from menu "View" the address overview, should be the 2nd entry.
 
Are you really needing peripherial addressing instead of process image area?

(PIW488 <> IW488?)


https://support.industry.siemens.co...ou-need-peripheral-addressing-?dti=0&lc=en-WW

Thanks! Yeah, I'm working on some code that someone else wrote. I'm not sure the rationale behind choosing one or the other of those options, but the machine is quite old, and appears to lack drawings indicating the physical location of a few specific io. That's why I'm trying to work backwards from the code to make sense of it.
 
Double click on the Hardware container and the h/w config editor will open. Click on the module(s) to show the addresses, e.g.

hw.jpg
 
I'm not sure the rationale behind choosing one or the other of those options, but the machine is quite old, and appears to lack drawings indicating the physical location of a few specific io.
The most typical use for peripherial addressing is for analog I/O that are only accessed once in the program, when the values of the inputs are converted to or from engineering values.

Other use is for things such as drives that have a larger amount of data (i.e. more than 4 bytes) that must be accessed consistently as a single block. In that case you read or write the entire block by peripherial access by the DPRD_DAT and DPWR_DAT blocks

Yet another use is if the I/O must be read or written instantly for example when they are used in timed interrupt blocks.
 

Similar Topics

I really struggle with STL in Siemens Step 7 Classic. I'll learn chunks, but then I don't use it enough to retain and build on the knowledge. When...
Replies
17
Views
3,219
I've been working for a customer with Siemens Step 7 (classic) PLC automation, using a Siemens Field Service Laptop, and V5.6 of Simatic Manager...
Replies
5
Views
3,026
I'm trying to figure out how to read the actual speed reference value from the move blocks, writing to a DB that is being sent to the VFD. For...
Replies
5
Views
2,632
Had to do my first live troubleshooting under pressure today with Siemens Step 7 Classic (v5.6). There was a contactor that wasn't pulling in and...
Replies
9
Views
2,565
Hello, I am trying to configure a Siemens OPC server using the following siemens documentation...
Replies
12
Views
8,249
Back
Top Bottom