Home / System Design

ConMan error when talking to CobraNet

CommunityMartin AI Open
Started by ivorr · 18y ago · 12 views · 0 replies
18y ago

I'm telling on myself here folks. I built a simple Project File with a ControlNode and a CAB4n. I deployed but got the following message: role start failed: raw_ethernet::start_read - adapter not initialized. Hmm what's wrong? The standard troubleshooting excersizes revealed nothing. Retrying didn't help either. But wait a minute here, I'm the Factory Guy, I should know this by heart.
It turns out I had the classic RTFM problem. The answer is in the NWare release notes. Open the NWare helpfile, click on Release Notes and do a search for ConMan Feature. The process is outlined there. The long and short of it is you have to tell ConMan which network interface to use for CAB control by editing conman.cfg.xml.
The first step is to start ConMan from a command line using the -adapters switch. Your command should look something like this: C:\some_file_path_to\ConMan\conman -adapters. BTW,It doesn't work if you use the Run box.
Adapter information should appear.
Open conman.cfg.xml for editing in Notepad. By default it looks something like this:

Add another line for the adapter per the instructions in the Release Notes. It should look similar to this now:


Return to your Command line window containing the output of conman -adapters.
Select the interface you wish to use for CAB control.
Copy the really long hex number for that interface and paste it between the brackets in the line you just added to conman.cfg.xml.
This is what my file ended up looking like:


Don't forget to save the changes.
Start ConMan and deploy normally. If you selected the correct network interface you should have full control of the CAB from ConMan.
Piece of cake.

Log in to reply to this topic.