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

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
134
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
237
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
62
All, I have a PowerFlex 525 driving an agitator motor. The goal is to have the agitator start automatically after a power loss or a comm loss. I...
Replies
2
Views
81
Hi, I have a ControlLogix system with 1756-IF16 analogue inputs. I can't scale the inputs at the card as there is a requirement to facilitate...
Replies
14
Views
388
Back
Top Bottom