Communication PLC5 to SLC500?

asteroide

Member
Join Date
Jul 2010
Location
der
Posts
158
Hello Friends

I need to share some bits between a PLC 5/30 and a 5/04 CPU through DH+.*

Is it possible? How can I do that? With MSG instruction?
*
Thanks a lot.
 
MSG 'PLC5 Typed Read' in the SLC application and MSG 'SLC Typed Read" in the PLC5 application.

You could do both Read and Write in either application , however, make sure you are properly documenting, especially the Write MSG.
 
MSG 'PLC5 Typed Read' in the SLC application and MSG 'SLC Typed Read" in the PLC5 application.

You could do both Read and Write in either application , however, make sure you are properly documenting, especially the Write MSG.

Just to make it crystal clear....

You only need one MSG instruction....

You can READ from another PLC into where you want the data to appear.

Or you can WRITE data to another PLC where you want the data to appear.

My preference, and shared by many, is that you use READ messages, because it gives you traceability, i.e. you can always look up where the data is coming from.
 
Another option is "Global Status Word" in the SLC or "Global Status Flag" in the PLC5.

See pdf's for more info.
 
Also try to write/ read, to/ from the same address in both plcs.
It may use up memory when you have a lot of plc talking to each other but when it comes to faultfinding it is sure easier to find the same bit address in the relevant plcs.
when I used to work for pepsico we had a large network of plc commmunicating on DH+ and i used set blocks of bits for each plc to plc comms.
eg B30:0 to B30: 10 was for comms from fryer to infeed.
 

Similar Topics

Dear Expert, Currently I am working in old PLC5 to get the data from Weighing scale delivered by Mettler-Toledo. Here is the result so far: 1...
Replies
2
Views
1,124
I've been searching the forums for hours and I've found many things to try but just haven't found the right answer yet. I have a running PLC 5...
Replies
4
Views
1,822
In one of my project, end-user wants to connect Controllogix 1756 IO's with PLC 5/40E controller on DH+ protocol. 1756 DHRIO card is installed in...
Replies
9
Views
6,693
I am trying to establish communication between two Allen Bradley PLC5 plcs on dh+ port(which is a three pin connector).Both of them are having...
Replies
5
Views
2,717
Hello, I have a PLC5/30 unit that controls an existing machine. I need to communicate to it from Iconics Gen64 SCADA software. I was told that...
Replies
0
Views
1,397
Back
Top Bottom