Using Status bits with Compact Logix

sparkytex

Lifetime Supporting Member
Join Date
Jun 2013
Location
Port Hardy B.C.
Posts
354
Hello guys,

I want to add a few status bits to the HMI program for the operator. There are 5-AB 1769 L32E Compact Logix PLC's throughout the plant and I would like to program some sort of communication or processor fault/OK status to the RSView32. I know with PLC5 and RSLogix 5 there were Status bits you could use that were under controller properties that looked like "S:10".

I'm trying to locate the equivalent with the Compact logix processor but I cannot find them. Any help would be greatly appreciated.

regards,

Tex
 
Check out the GSV instruction.

I looked into the GSV instruction help guide. Never having used that instructions I am unsure how to reference controller status. I basically want the know the controller status (If a major fault has occurred or if controller is showing no faults) and would like to know if Comms path between the processor and the HMI has lost communication.

Having these indications on the HMI would greatly help out the operators in the chance the PLC were to fault or if comms were lost between the PLC and the HMI.

Any examples of programming would be helpful.
 
I just looked this up in RSLogix5000 Instruction Help, I think you need to use a GSV instruction with the FaultLog object. The Instruction Help also says: "The objects available for access are dependent on the controller" so I don't know if you can do this in the CompactLogix L32E or not. Hope this helps.
 
I just looked this up in RSLogix5000 Instruction Help, I think you need to use a GSV instruction with the FaultLog object. The Instruction Help also says: "The objects available for access are dependent on the controller" so I don't know if you can do this in the CompactLogix L32E or not. Hope this helps.

That's kind of where I was at too, I'm going to have to find some more information regarding the GSV instruction.

thanks
 

Similar Topics

Hi all! Trying to figure out if it is possible to monitor connection status in my program (like device status). We generally use our own...
Replies
5
Views
1,483
Good Day all, I have a site where I'm using a Compactlogix L33ER Version 21.11 to connect to a Wiedmuller U-Connect I/O Rack setup using the...
Replies
5
Views
2,421
G'day all! The question I have is this... I'm using an AB 1756-L62S Guard Logix Controller. I am NOT pulse testing my devices. What I want to...
Replies
0
Views
4,485
Hi everyone, any help with the following would be greatly appreciated. I am trying to use the status byte S:53L with an EQU instruction. The AB...
Replies
7
Views
2,629
I am about to implement the Global Status Flags on my DH+ network of PLCs and I am thinking about using the integers in the files instead of...
Replies
9
Views
3,900
Back
Top Bottom