Hi,
I'd like to interface several Simens S7- 300 & S7-1500 to a DeltaV DCS (currently v13.3.1, but will be migrated to v14.LTS before this implementation) using an EIOC card communicating via Ethernet IP.
Having read through the literature for the EIOC card, I don't see any issue with this.
I'll be interfacing to a maximum of 10 PLCs and reading and writing to 20 tags on each PLC node.
Has anyone implemented this before, and if so, is there any potential issue to watch out for?
Any information would be much appreciated.
Coilin
Does the EIOC support ProfiNet?
In reply to Ashley Davey:
Hi Colin, that's is a pity, but that would have been too easy.
There is an example of an Ethernet/IP implementation on s7-1200/1500 using Ethernet/IP downloadable libraries on the Siemens website (which I have not tested). I am not sure if I can post links on this forum.
Considering your application, in the absence of ProfiNet, I would use Modbus/TCP as there is no additional hardware required for the s7-1500.
Extract from Siemens doc s
"The "MB_CLIENT" instruction communicates as Modbus/TCP client over the PROFINET interface of the CPU. You do not need any additional hardware to use the instruction."
" The "MB_SERVER" instruction communicates as Modbus/TCP server over the PROFINET interface of the CPU. You do not need any additional hardware to use the instruction."
Ashley