Technical Forum

SIMATIC TDC, FM458, T400

Addressing for FM458 & EXM448, how can use and search an address in CFC

Thread Starter: anilplc   Started: 6/30/2008 4:03 AM   Replies: 4

« Previous thread Next thread »
Page 1 of 1 (5 items)
  6/30/2008, 4:03 AM
Joined 11/30/2007
Last visit: 5/16/2013
Posts: 23
Rating:
Rated: no ratings [0 out of 5 / rated 0 time(s)]. (0) 
Rated: no ratings [0 out of 5 / rated 0 time(s)]. (0) 
Addressing for FM458 & EXM448, how can use and search an address in CFC.

My FM module addressing is Input Start 816 to 943 and Output Start 816 to 943, Process image OB1 PI.

In properties of EXM448 addresses start 8163 to 8163 and Process periphery/ SIMOLINK, and Preallocate counter address *EXM448_Cnt and for SIMOLINK *EXM448_Slot.

In CFC i can understand which address is coming from S7 CPU but it is connecting with which Word or Double word, can not understand, same for output also Output of FM458 is connecting on which address of S7 CPU ............??????

Anil
Top
  7/1/2008, 6:30 PM
Joined 8/31/2005
Last visit: 5/24/2013
Posts: 984
Rating:
Rated: Outstanding [3.85 out of 5 / rated 122 time(s)]. (122) 
Users with special expertise supervising conferences
Rated: no ratings [0 out of 5 / rated 0 time(s)]. (0) 

Hello Anil,
The addresses of the EXMs have no practical meaning for the FM458 programmer. The FM458 uses the periphal_adresses to access the EXMs (The FM uses the LE-Bus an not the backplane to access the EXMs. The EXM mainly only gets power supply

from the S7-Rach backplane.).


Communication S7-CPU -- FM458:
For general information look here (chaper 4.3)
If you use data sets (virtual connections) I have one tip:

##########################################################
How to follow virtual connections?

- while compiling D7-SYS will gernerate a MAP-Listing, this file includes some additional informations about virtual connections. In the compiling-log there is a line like this:
"I: CPU-MAP-Listing C:\PROGRAM FILES\SIEMENS\STEP7\EXAMPLES\D7-FM458-BASIC-PROG\ES_LOC\3\gen\pnmap.pro wurde erzeugt."
- copy the italic part and press <Win><R>,
- enter "notepad " and <STRG><V> and press enter
- the file "C:\PROGRAM FILES\SIEMENS\STEP7\EXAMPLES\D7-FM458-BASIC-PROG\ES_LOC\3\gen\pnmap.pro" is opened in notepad.

look for lines like that (I used a example project, see picture:

This should help you to follow virtual connections.


Attachment: Bild1.jpg  (11 Downloads)



=== Edited by miami @ 7/7/2008 6:08 PM [GMT ] ===



mfG / Best Regards

Dirk

Top
  7/2/2008, 3:57 AM
Joined 11/30/2007
Last visit: 5/16/2013
Posts: 23
Rating:
Rated: no ratings [0 out of 5 / rated 0 time(s)]. (0) 
Rated: no ratings [0 out of 5 / rated 0 time(s)]. (0) 
Thank you Sir

I'll try this information.

one more thing i found in Manual

Absolute address = (offset X F) + FM 458 I/O address

offset = S7RD/S7wr
F=1 (byte), 2 (word), 4(Real)

with this i can check peripheral address of S7 CPU like QW816 or IW920 connecting to CFC.
Top
  7/2/2008, 11:02 AM
Joined 8/31/2005
Last visit: 5/24/2013
Posts: 984
Rating:
Rated: Outstanding [3.85 out of 5 / rated 122 time(s)]. (122) 
Users with special expertise supervising conferences
Rated: no ratings [0 out of 5 / rated 0 time(s)]. (0) 
anilplc wrote:

Absolute address = (offset X F) + FM 458 I/O address

offset = S7RD/S7wr
F=1 (byte), 2 (word), 4(Real)

with this i can check peripheral address of S7 CPU like QW816 or IW920 connecting to CFC.


In the FM, do you use IO-Access (S7RD/S7WD) or data sets (CRV/CTV)?
The tip helps you only with data sets.

mfG / Best Regards

Dirk
Top
  7/2/2008, 11:14 AM
Joined 11/30/2007
Last visit: 5/16/2013
Posts: 23
Rating:
Rated: no ratings [0 out of 5 / rated 0 time(s)]. (0) 
Rated: no ratings [0 out of 5 / rated 0 time(s)]. (0) 


I am using S7RD or S7WD.

now my problem solved.

Thanks
Top
Page 1 of 1 (5 items)
Actions