RSLogix5000 GSV

mitch11

Member
Join Date
Mar 2017
Location
Ohio
Posts
26
Hello all,

Could someone further explain how to use the GSV instruction in RSLogix.

For example, if I want to monitor the communication status between the PLC and a VFD, I have read that you can use a GSV. Class name module, and attribute name EntryStatus.

How am I supposed to know what the value that I receive back means? What value indicates communication is OK? Not OK?

Like I said above, this is just one example of the GSV. What if I wanted to monitor the status of the controller? What value indicates minor fault, major fault, program mode, run mode, etc.

Thanks for any information! 🍻
 
In the Studio 5000 Help file, the "GSV/SSV Objects" section is really good for both reference info and examples.

As a more general matter, I recommend two of the Programming Manuals:

1756-PM014: Logix 5000 Controllers Major, Minor, and I/O Faults

1756-PM015: Logix 5000 Controllers Information and Status Programming Manual
 
Doesn't matter what the value back means - read anything - if the MSG.DN is true, then you have comms, if the MSG.ER is true you haven't, monitor that to latch an alarm bit.

Here's one I use, it also includes to not to set the alarm bit if the drive is inhibited:

xf1elf.png
 

Similar Topics

Good Morning Everyone, I'm looking to use the GSV instruction to get I/O fault codes for my project so I know if there's a comms issue in my E/IP...
Replies
5
Views
856
hi i want to knw the use GSV instruction class...
Replies
3
Views
5,889
Hi! So my problem is a little funky, I had Studio 5000 v 24 and 30 installed, but forgot to install RSLogix (which I cannot go without). Is there...
Replies
2
Views
77
So I had an odd request from a customer for the above. I have written the logic and tested it all in one PLC with only using 7 outputs and 7...
Replies
15
Views
421
Hello everyone, I have an RSLogix5000 project which is running live in the factory but I need to make some changes to the logic. I want to test...
Replies
0
Views
1,116
Back
Top Bottom