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
2,996
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
165
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
426
Hello Inside a FB, I´m trying to transfer a string from a DB to a IN_OUT var that was define as a UDT. The problem is that i can´t determine the...
Replies
4
Views
127
As the title says, I'm using CCW with a PV800 (and Micro850). I've made a scheduler in which a user can choose a month, day (1-31), hour (0-23)...
Replies
15
Views
502
Back
Top Bottom