Allen Bradley SNMP messages

Jonkers

Member
Join Date
Apr 2022
Location
Queensland
Posts
4
Hello all.

I have searched and it seems possible but I am still not sure how to go about this.

We have a chassis that has an en2t card and I am hoping to be able to get information from different devices using snmp. Mainly some Cisco switch temperatures and voltages from a Helios dc distribution panel.

There is an older post from some years back here and also says it’s possible but I can not see any good examples of how to achieve it.

Thanks
 
There are zillions of SNMP middleware devices and software products specifically because it's so fiddly and complex. While you can *probably* implement an SNMP poller or even a trap receiver with Logix open sockets, I'd want to hear a really good justification for spending the time.

"For the same reason that I have a Raspberry Pi emulating the 1988 Macintosh OS" is a good one.

Let's start with: are you going to poll those switches and power supplies, or set them up to announce SNMP traps ? Do they support SNMP v1, v2, or (you almost certainly can't do encryption on the Logix) v3 ?
 
It was just something I thought of while on break and started looking at to see if it was possible.

As I said there is some information around that says it is possible.

I am back on site today so hopefully will get to look into it some more over the next few days. Main reason was we have all this stuff already and wouldn’t need to buy anything new and it is more of a nice to have rather than plant critical.

But if it is crazy hard then I guess we will have to work out benefits vs costs.

But it would be v2. I was just going to poll the devices every minute or so.
 
It would be fun to write an SNMP poller in Logix open sockets.

But if it were me, I would use some sort of middleware.

It took me the usual trial-and-error to get the arguments, addresses, and Javascript syntax right, but I was able to get a Raspberry Pi running Node-Red to poll the uptime from the printer down the hallway and write it into my testbench ControlLogix. That's the sort of task I like to assign to a little embedded computer instead of my mission-critical controller.

SNMP_GetUptime.PNG
 
So after seeing your post and heading back to site this week. I ended up going down the node-red route and got it working on the test bench.

Used net-snmp calls from a function block as everything was v3 and no v3 nodes. Then used the cip Ethernet ip node to pass it on to the plc.

Just need to come up with a solution now to put it into the production environment.
 

Similar Topics

Hi Having issues with a older PanelView touch not working. Screen is connected to a Desktop computer. screen used as a display with touch...
Replies
1
Views
74
Hi good day Everyone, I have a cimplicity v10 project with 7 to 8k tags communicating with AB PLC through OPC and Rslinx classic. I have this...
Replies
1
Views
80
Hi everyone, I am currently working on a AB 193-EDN and i am trying to figure out this "Average %FLA", it keeps showing 70-75 but my clamp meter...
Replies
1
Views
83
I am using Allen Bradley PLC 1756-L81E and EIP module 1756-EN2TR for Ethernet/IP communication. My communication works fine but in Get-Attribute...
Replies
2
Views
164
I have a network with 4 PLCs PLC1 is controllogix and PLCs 2-4 are compactlogix and they all need to communicate. The current way I have this...
Replies
8
Views
223
Back
Top Bottom