Guest VN_DKTD1K41 Posted March 15, 2004 Report Posted March 15, 2004 I am currently making a profibusDP network. A ABB Inverter (ACS550 using PROFIBUS-DP Adapter Module RPBA-01) is slave, is controlled by a PLC S7 300 (CPU 315-2DP). What are SFBs, SFCs, FCs, FBs I can use to communicate in the network? Quote
Klaus Posted March 15, 2004 Report Posted March 15, 2004 You can use sfc 14 to read data over the profibus and sfc15 to write data. Remeber that the Laddr adress is entered in hex format. So if you for example is using PIW/PQD 512 to communicate then the laddr should be 200. Quote
Guest VN_DKTD1K41 Posted March 16, 2004 Report Posted March 16, 2004 Thank Klaus! SFC14, SFC15 are functions that access the I/Os or the process image input table of a DP standard slave. ABB Inverter don't have consistent data so I can't use them to exchange data. Can I use SFC58, SFC59 or FC1, FC2. Who know to use them? Quote
Seppo Alanen Posted March 17, 2004 Report Posted March 17, 2004 (edited) Key-word is ACS550 User manual and for PROFIBUS Adapter Module, Installation and Start-up Guide. For ACS400 only ?? I don't have exp. with ACS550 but ACS400 and NPBA-12 adapter. There have to build sequence for DB-connection 1'st were ware one timer ! After that you can read/write Peripherial words for DB-Node directly without any FC-routine by anybody. Edited March 17, 2004 by Seppo Alanen Quote
Guest dinghongtaocn Posted September 5, 2004 Report Posted September 5, 2004 You can use SFC14 and SFC15 Quote
jacekd Posted September 8, 2004 Report Posted September 8, 2004 SFC 58/59 are for writing/reading data records i.e. configuration data of the module (in DPV1 mode) not for IO data. I'm not sure which FC1/2 you mean but I suppose DP_SEND/DP_RECV. They were needed with older CPs for Profibus DP, and it's not your case. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.