Is put/get necessary for communication between 2 PLCs?

plcnoob69

Member
Join Date
Jun 2023
Location
Nigeria
Posts
30
Or there is an alternative to this? I suppose there are many but I've only seen put/get
Can you for example set up a new plc and connect it to an existing scalance or profibus node, and have both PLCs read the same inputs? Or for example have one PLC raise outputs as signals to the other PLC?
 
You can, and should consider, multicasting when you have a large number of controllers as well.

Also, if you use PUT/GET, you must have some sort of heartbeat to detect if the other end is actually processing logic or simply turned on but in stop mode.
 
What is your PLC and FW and SW version?

Current Siemens PLCs support controller to controller comms as IO: I-Slave on Profibus, IDevice on Profinet. As you suggest, it maps IO memory in one PLC directly to IO memory in another PLC.

There is also a feature for multiple PLCs to read the same inputs from an IO rack, called MIMO, I think? It requires the IO device to support it, and not many do.
 

Similar Topics

Hello All, After trying to transfer some field changes on the safety scanner microscan3, and verifying, the device is stuck at .... waiting for...
Replies
0
Views
71
I have a 120V relay, 120V DI card and a analog input. I was wanting to know if i could put a 24V DI and well as a 120V DI card on the same plc...
Replies
1
Views
89
Hi There, I have a filler with a coriolis flowmeter that has died. the filler requires a pulsed output (manufacturer wont edit the program) is...
Replies
13
Views
269
Hello, I'm looking for a dirt cheap digital display + input, that would be wired to an analog input and analog output. This would be for my home...
Replies
10
Views
268
Hello, I am trying to read a barcode scanner input using a cognex dataman 280 barcode reader, store it another string, the compare with another...
Replies
1
Views
94
Back
Top Bottom