Siemens DCS to AB PLC
Siemens DCS to AB PLC
(OP)
Can anyone suggest the different methods of communicating from Siemens DCS to AB PLC.
I assumed the Siemens DCS (new but I don't have any info e.g. model No) would have RSLinx capability and connect via Ethernet but was told otherwise.
If someone familiar with Siemens could suggest the best method I would appreciate.
Thanks in advance
Roy
I assumed the Siemens DCS (new but I don't have any info e.g. model No) would have RSLinx capability and connect via Ethernet but was told otherwise.
If someone familiar with Siemens could suggest the best method I would appreciate.
Thanks in advance
Roy





RE: Siemens DCS to AB PLC
Other method would be Siemens PLC talking TCP socket type interface. On the AB PLC if it is Contrologix, I would use the 1756-EWEB with a TCP socket interface.
A good resource would be to talk to Prolinx
http://www.prosoft-technology.com/
Just remember I had to swap nibbles and bytes when I communicated between these type of processors.
RE: Siemens DCS to AB PLC
RE: Siemens DCS to AB PLC
If you can't afford to replace the PLC, look into a Profibus module for the AB PLC as controlsdude said. That would be the easiest to implement. Those Prosoft modules have been tested by Siemens for other applications, they market the idea when selling their "Totally Integrated Automation" concept to A-B users.
http:/
I also think that the PCS-7 people within Siemens have resources dedicated to doing this sort of interoperability work. If you are in the US, call your local Siemens Energy and Automation office and ask to speak to the PAS specialist about it. Or call Springhouse PA directly, that is the headquarters for the PCS-7 people.
Siemens PAS Division link
RE: Siemens DCS to AB PLC
My PLC RSLinx is an ethernet protocol, surely Siemens have an ethernet interface. Wouldn't it just be a driver that's required?
Do you think it's reasonable to expect the PLC configuration person to understand the DCS protocol?
Thanks
Roy
RE: Siemens DCS to AB PLC
----------------------------------
If we learn from our mistakes I'm getting a great education!
RE: Siemens DCS to AB PLC
BTW, I would make sure that the ethernet network has IGMP snooping on the switches if you do not go this way. There are other features that your switches have to have but you can read up on it.
Otherwise you would have use some third party comm blackbox or use a bridge PC to link the two.