RS5K Generic Ethernet Modules

scottmurphy

Member
Join Date
Oct 2004
Posts
363
I have 18 Ethernet/IP VSD's configured as generic ethernet modules. I had a situation today, where the VSD 'dropped' off the network, we replaced the ethernet cabling, and it came right.

We are thinking it could of been a couple of things:
  1. The cable was faulty/damaged, long patch leads have been used.
  2. The RPI was too high (20mS), but when I changed this to 250mS, the problem was still present
The other problem I noticed, was that whilst the VSD was not connecting, the status words that I was reading retained there last updated value, this is fine, as is what to be expected.

What I want to know, is how can I determine if any particular node is offline?
I could code some sort of heartbeat I guess, but I would of thought that the node present status could be read via the software somewhere???
 
Scott,

Do a GSV - Class name 'Module', Instance Name '<the drive name in your I/O tree>', Attribute Name 'EntryStatus'. Store that in a DINT tag, then do a MVM (Masked Move) on that tag with a mask of 16#F000. If the destination tag from the MVM equals 16384 (4000h), then the drive is communicating. If not, then the drive is not communicating.
 
Awesome, thanks very much for that. Was exactly what I was after.

Is there a technote or something that details the complete status that is returned from the GSV?
 
jimbo3123 said:
This is probably a dumb question, but what is a VSD?

a variable speed drive. there are lots of names, like inverter, VFD(variable frequency drive). A unit which alters the supply frequency to a motor load.

myles
 

Similar Topics

I have a 1769-L33ER compact logix plc that is currently running v20.12. The program does not have any source protection set up. I can upload the...
Replies
11
Views
1,895
I am trying to learn more and deeper in RSLogix5K. For 1 machine here with a ControlLogix I have version 20.05, so I am teaching myself on that...
Replies
4
Views
1,563
DoMore has the ability to format strings, and I can show timer acc as xx:xx once I move the value to a string. Is this possible in RS5K V24.11 ?
Replies
5
Views
1,845
Hey, folks. I was looking on line at some videos and saw one about PID tuning and the guy had made a rung with a compute instruction using a...
Replies
0
Views
1,161
Hey guys I was looking through all the posts about PRINTING a program (RS5K V.20.04) but I don't want to print it. I just want to save it (PDF)...
Replies
2
Views
1,429
Back
Top Bottom