ControlNet Module LED Status

KyleH

Member
Join Date
Sep 2004
Posts
6
Hello,

First of all I'd like to say this is my first post to this board although I have been lurking around reading posts for a while.

I would like to extract the LED status from a ControlNet module 1756-CNBR (redundent media). I have checked the AB knowledgebase and know about the option of using a CIP MSG instruction, but to do this I would need to create a UDT in ControlLogix. I can not take the processor down or put it in program to create a UDT since it is in a running plant.

I also know how to extract fault data using a GSV instruction. The problem is the ControlNet module does not display a fault if one of the two Controlnet connections is bad. The module is always happy as long as one of the two connections is OK. The only way I know how to monitor Ch A status and CHB status is by looking at the LED's on the module. Currently my ChB is down, and the LED is flashing red, but the module does not report a fault code.

I doesn't seem possible to extract LED status using a GSV instruction.

Anyone have any ideas?
 
I will state that I know nothing about Controllogix but reading the manual from AB it seems that if a connection is lost the modules status bits will show it, maybe those could be monitored.
http://www.ab.com/manuals/cl/1756653.pdf

Another option is to use something like a heart beat or always on bit and monitor it for loss of communication.
 
I searched the RA/AB KB long and hard to find the same thing. There was one tech answer that flat out said, monitoring of each redundant network can't be done. I played with the GSV block reading various CNBR module properties, but as you said, it doesn't have a GSV module flag if one of the two controlnet rendundant networks go out.

I worked at an OEM where I believe we did this, but it was propietary. If I figure it out in the next couple of months I will post.
 
The same topic was brought up just yesterday. You can read the ControlNet physical interface status and redundant media status with one CIP generic message instruction (more elemental than a GSV).

RA Knowledgebase documents 16584 or 18423 describe the same method of access to the ControlNet Object.

You could make the target a SINT[x] array and just parse out the elements you need with COP instructions. No need for a UDT.
 
Hi All,
Did anyone manage to achieve this? I am looking at the same issue now so will check out the use of CIP message...
 

Similar Topics

we have purchased two rockwell control net module 1756CNR/C version -25 but it not work at two controller syn condition. In one controller...
Replies
2
Views
2,620
Does anyone know if its possible for a Non-Allen Bradley controller to acquire IO data from a module in an Allen Bradley remote rack (lets say a...
Replies
5
Views
2,462
Would someone take a look at the attached drawing and help me pick the correct Allen-Bradley ControlNet fiber repeater module should be used here...
Replies
0
Views
1,481
I'm connecting to a 1756-CNB with my laptop through a 1784-PCC serial card. My question is how long can the RJ45 cable be? The one I have is...
Replies
1
Views
3,964
Hey everyone, looking for advice in this particular scenario. Currently we have a controlnet bus that has (6) CN2DN devices and (2) powerflex...
Replies
5
Views
207
Back
Top Bottom