PLC DO interface to ABB DCS DI and vice versa
PLC DO interface to ABB DCS DI and vice versa
(OP)
I need to control a solenoid currently connected to a PLC from an ABB DCS in a remote part of a plant. So the PLC and DCS would "share" control of the 24VDC Solenoid. Any ideas on the best way to do this without a gateway?





RE: PLC DO interface to ABB DCS DI and vice versa
Put the two contacts in series, either PLC or DCS can turn off solenoid.
Wire DCS output to PLC input and do whatever logic turns you on, accepting that if the PLC goes belly up, so does your control.
Vice versa with PLC output to DCS input.
RE: PLC DO interface to ABB DCS DI and vice versa
If true, is there physical IO points between both system. Like dry contact relays wired between both system from the DCS to PLC?
If you have a dry contact wired from the DCS relay output and the contact wired to the PLC input, just program this input on the PLC to trigger the solenoid with a program change.
dpc seems more complicated and could possibly cause you problems. I believe mine is more accepted way of wiring between systems with relays when gateway communications do not exist.
RE: PLC DO interface to ABB DCS DI and vice versa
RE: PLC DO interface to ABB DCS DI and vice versa
RE: PLC DO interface to ABB DCS DI and vice versa
controlsdude repeated what dpc said but somehow it's a simpler hook up.
Keith Cress
kcress - http://www.flaminsystems.com
RE: PLC DO interface to ABB DCS DI and vice versa
http://www.clrwtr.com/ABB-PLC-PLCs.htm