String faults from PLC to PanelView 1000

SpencerXZX

Member
Join Date
Feb 2017
Location
Missouri
Posts
1
Hello,

I have about 600 faults total. Currently I am using the panelview alerts and messages to display these faults. I would like to change this to just a string display on the panelview, and the actual fault message be stored in the processor and sent to one of 24 strings displayed on the panelview. Can anyone help me with this? I need support for showing up to 24 faults at one time on the panelview.

Thank you.

By the way. I am using Rockwell Logix 5000.
 
Last edited:
Hello,

I have about 600 faults total. Currently I am using the panelview alerts and messages to display these faults. I would like to change this to just a string display on the panelview, and the actual fault message be stored in the processor and sent to one of 24 strings displayed on the panelview. Can anyone help me with this? I need support for showing up to 24 faults at one time on the panelview.

Thank you.

By the way. I am using Rockwell Logix 5000.

You can have string tags in the PLC and read them into the HMI. Don't recall which version of RSLogix allows String Tags.
 
I would make an array called FaultString_Display in my PLC for a length of 25. That way you can use 1-24 to help keep things straight. Make your HMI String Displays and assign to FaultString_Display[n] Tag. Then write your logic to copy fault into correct display as needed.
 

Similar Topics

Hey All, As the title states, how do I write a MinorFault generated by an instruction, for example a negative .PRE value was entered for a timer...
Replies
12
Views
3,002
All, I am trying to reset timers when a Work Order change occurs. The Work Order comes in as a string and I am comparing it to a tag...
Replies
2
Views
89
Hello, I am using studio 5000 pro and am trying to figure out the structured text. Here's my scenario: An operator scans a barcode, the barcode...
Replies
15
Views
285
I am creating a global object in FTView SE 13. I want to have a string read from the PLC and display (in this case the tagname). So lets say...
Replies
4
Views
191
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
448
Back
Top Bottom