QUOTE (smith_scott @ Aug 19 2009, 02:44 PM)

Hi Guys!
I need some help!
We have an Omron CJ1M-CPU13-ETN PLC which is installed with a DRM21 Devicenet Module. Being new to Omron, I am having trouble setting up the devicenet network.
Currently the card flashes "HC" which from the manual says "Routing Table Error". Could anyone give me a crash course on Routing Tables, their purpose and how I go about setting it up for my network?
On the deviceNet Network I have my robot and an SMC EX-500 DNet gateway module.
Appreciate the input!
Thanks !
Scott
Hi Scott, welcome to MrPLC.com!
FYI this error has nothing to do with the actual Devicenet network or communications.
This error means the CPU unit is unable to exchange data with the DRM21 because it can not identify it on the CPU bus as more than one unit is present which communicates to the CPU unit according to FINS messaging. That is why you need to define a routing table, so the CPU unit "knows" where to route messaging to this unit.
See
this post for some basic info on routing tables.
Basically you would only have to assign a different local network number for every PLC module which can communicate according to FINS messaging.
If they do not have this number assigned the CPU does not know how to route FINS messaging.
I see you have a ETN cpu, this means you will also have to assign a network number to this unit.
Do you have any other communication units in the PLC?
Following is the procedure to assign a local network routing table.
In CX-Programmer, connect to the CPU and set it in program mode. Go to Tools > Network Settings.

This will open CX-Integrator. Just cancel the two popups windows.
Now go to Tools > Start routing table

You will see a tree with unit numbers 0-10.
0 is the CPU, and 1-10 are the unit numbers "slots" for the special I/O units.
Unit number 1 is automatically claimed by the built in ETN module. Right click Unit 01 and select Insert CPU SIOU (Special I/O Unit).

At SIOU details, enter a network number. This is just an identifier so it doesn't matter what you enter but lets say 1. Select OK.

Select Yes.

Do the same for the DRM21 and every other SIOU unit you have (only FINS communication modules, not analog units etc), specify a different network number for every unit.
Again, this is just an identifier so whatever you like.
When all units which are actually connected to the CPU have a Local network number assigned, transfer the routing table to the CPU (has to be in program mode).

After transfer you get this message.

Power cycle the CPU, and the error should be cleared!
Hope this helps!