Omron Ethernet communications

Endactam

Member
Join Date
Apr 2013
Location
Canada
Posts
3
Hi,

I am trying to use the SEND command to pass a block of data across an ethernet network.

There are a bunch of PLC's on this network and most have blank routing tables, which is more than likley my problem. I can use the send problem without issue if the ethernet IP card is node 0 on the PLC however when it's not node 0 I cannot get the data to send (error #1005). Setting up a routing table on the PLC (I set the ethernet card to network 1) I still get the same error.

Is there any way to send from Network 1 to the default network (0) on the other PLC without setting up the routing table in the destination (there's a lot of PLC's on it currently running active communications so giving it a routing table may cause downtime).

Send configurations I've tried:
Mov &40 D1980 Mov &40 D1980
Mov #0000 D1981 Mov #0001 D1981
Mov #FE00 D1982 Mov #FE00 D1982
Mov #0700 D1983 Mov #0700 D1983
Mov #0000 D1984 Mov #0000 D1984

PLC 1 (Destination) *.*.*.254 - CJ2 Ethernet card is built in
PLC 2 (Source 1) *.*.*.001 - CJ2 Ethernet card is built in (send works)
PLC 3 (Source 2) *.*.*.111 - CS1 Ethernet card is node 4, network 1 (send does not work)

Oh and using network configurator I can poll to and from PLC1 to PLC3 so the communication settings are ok for EtherentIP coms... but not FINS.
 

Similar Topics

I have a strange Kepware issue I have been dealing with for a few weeks. I have Kepware setup with the Omron NJ Ethernet driver and reading in...
Replies
0
Views
80
We are trying to set up a newer generation Omron PLC (NX/NS Series) with Citect / Aveva Plant SCADA using the Ethernet/IP CIP Protocol to read...
Replies
2
Views
327
Has anyone had success communicating between the Avery ZM series of weight indicators and Omron CJ PLCs? I can easily do setups when provided...
Replies
0
Views
309
Hi Guys, I am trying to read data from Omron CP2E CPU from my Mitsubishi RJ71EN71 with Simple CPU Communication Function. Suppose it was using...
Replies
2
Views
1,801
I can't figure out how CX-Programmer is connecting to this PLC. - C200HX PLC - in the field. - Laptop connected to a network via ethernet cable -...
Replies
3
Views
2,469
Back
Top Bottom