asi,profibus and mpi communication in s7

manjit

Guest
M
I would like to know in what way (principle) ASi ,profibus and mpi carry the signals from the devices to which they are connected to the cpu of the s7 400/300 plc?..please explain to me in total detail possible.
thanks
manjit
 
Well I use ASI bus from a S7300. you need an ASI master module, we use a CP342-2.

Then all asi inputs are mapped to input address space and can be read with for instance PIW and all outputs are mapped to output address space and can be written for instance with PQW.

The limitation is you cannot bit address them directly, which you allmost certainly will want to.

The way round this is at the start of OB1, copy ALL input words to say a data block. Then you can read any input as appropriate either bit byte or word adddressed.

Similarly have another (or the same) data block containing an image of all your outputs which you can address as bit byte or word. At the end of OB1 copy the entire image to the ASI master module.
 

Similar Topics

Can some body help me to make a conection with Allen bradley via SST profibus scanner and DP/asi link.?? I'm using: rslogix500 rslinks sst software
Replies
0
Views
3,378
Hi all I want to connect a S5 115U plc, using a Cp5431, to a Ifm Controller E using profibus DP. I'm using Com Profibus V5.0. Where can I find...
Replies
1
Views
5,868
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
121
I've been called to a site to assist with an ASi fault. The line has been down for a couple of weeks following a failure of the ASi power supply...
Replies
6
Views
1,319
Hi folks, I had trouble with door switches on a machine I was working on today. What first appeared to be as a simple reed switch turned out to be...
Replies
4
Views
749
Back
Top Bottom