OMRON Network Configrator ERROR

MuHaDa15

Member
Join Date
Nov 2023
Location
Kuala Lumpur
Posts
10
Hi, I am facing an error inside Omron Network Configurator.
I have 2 PLC communicate each other using ethernet cable, send signal using Network Variable.
but 1 PLC show an error code 01:007, inside manual it said I need to check the tagname/data size.
I cross check with tag inside CX-Programmer all tag are same.
any other things I need to check?
PL Model : Omron CJ2M
Thanks in advance.
 

Attachments

  • WhatsApp Image 2024-04-04 at 1.15.53 PM.jpeg
    WhatsApp Image 2024-04-04 at 1.15.53 PM.jpeg
    95.8 KB · Views: 18
  • WhatsApp Image 2024-04-04 at 1.21.49 PM.jpeg
    WhatsApp Image 2024-04-04 at 1.21.49 PM.jpeg
    79.8 KB · Views: 17
  • WhatsApp Image 2024-04-04 at 2.07.46 PM.jpeg
    WhatsApp Image 2024-04-04 at 2.07.46 PM.jpeg
    280.9 KB · Views: 17
  • WhatsApp Image 2024-04-04 at 2.07.35 PM.jpeg
    WhatsApp Image 2024-04-04 at 2.07.35 PM.jpeg
    236 KB · Views: 19
There is a free of charge tool call the ODVA/Molex EtherNet/IP tool with geeky features for the EtherNet/IP user.
You can download it from the link below. The Explicit Message tab lets you GetAttributeSingle to class ID 0x4 (Assembly), Attribute 3 (data), for the instance you are trying to allocate. If the settings of the PLC's IP are compatible with that of the EtherNet/IP adapter and you use the correct instance number, the response box will show you the size for the particular assembly. it is possible to GetAttributeSingle the data attribute for both input and output assemblies.
This can give you a hint of why the configurator does not let you configure this particular setting.
https://tools.molex.com/webdocs/mysst/EIP Tool v2.6.1.zip

Another possibility is to get a Wireshark trace of the Configurator when this tool connects to the device. I have never used that PLC but I think the Wireshark trace will show the error response from the adapter and if it is invalid IO size error the response from the device should show the correct size.
1712219301818.png
 
Your published tag (net variable) is defined as a "bool" with address 901.00. This should be datatype channel with address 901 to be correct size for 2 byte exchange.
 

Similar Topics

All, I'll confess that I'm not an experienced PLC programmer. I'm setting up an Ethernet/IP network using a EIP21 Ethernet/IP module in a rack...
Replies
0
Views
1,592
Hi, I am trying to connect a new CJ2M-CPU31 to a used NS12-TS01B-V2 (it seems to be restored to default). I want to connect that using Ethernet...
Replies
2
Views
2,138
Good Morning All, We am currently in the middle of migrating my control system servers over to our new virtual server set up. However this as...
Replies
2
Views
2,144
Hey guys, I'm trying to get some non-safe Input from a Mits Q-series PLC via Dnet to a NE1A. The NE1A is the master on the network and I'm...
Replies
3
Views
2,728
Hey Guys, I'm trying to program a new Omron safety PLC, NE1A. I was given a running program by the client and he said he wants it just like the...
Replies
1
Views
1,973
Back
Top Bottom