messaging display

James Mcquade

Member
Join Date
Oct 2007
Location
Nashville, Tennessee area
Posts
3,683
Hello all,

i have been asked to see if we can come up with a messaging scheme for our ab micrologix 1500 plcs and pv 600 terminals.
some of our machines has only a few faults while others has quite a few.
we are currently pushing buttons to reach the faulT(s) and its a pain sometimes.

what we would like to do is have a message display window with numerous messages programmed in.

does anyone already use such a scheme and would you mind sharing what you have.

thanks in advance,
james
 
Are you talking about a network of multiple PLCs and multiple panelviews?

Or just looking for a general way of doing things for standalone HMIs each connected to a single machine?

Can you explain better what you mean by "pushing buttons to reach the fault" and why "it is a pain"?

Paul
 
If alarms are set up correctly, they should appear on your PV without pressing any key, you just have to acknowledge and that´s all. Acknowledge can be optional if you want it.
 
widelto said:
If alarms are set up correctly, they should appear on your PV without pressing any key, you just have to acknowledge and that´s all. Acknowledge can be optional if you want it.
To add some more to the above, you could use Alarm History and all alarms will be displayed (you may have to scroll down)but you get the point.
You could also password protect the Alarm history screen or allow certain users to access it and acknowledge/delete whatever the contents of the history screen may be so you create some sort of a log for you or other authorized users to have a look at if need be.
 
Do you have a standard PV? If so the alarm summary will show multiple
alarms. See picture below for typical alarm summary screen. The 6" screen and buttons may limit the amount of alarms you can see.
AlarmSummaryScreen.jpg
 
we currently have multiple screens programmed into our panelview.
we have to press the next screen / previous screen buttons to change screens and find the fault.

the boss toured a plant last month and was inpressed by one of their machines.

the automatic screen has some type of message display on the panelview 600 that would display normal messages, and faults. a total of 179 if i heard him right.
each message would display for a specified time and then goto the next message or fault if there was a problem.

i have found the message display screen for the multiple messages and alarms. the plc logic is already there for the messages and faults.

my problem is, how do you get the plc program to control multiple messages?

regards,
james
 
Use a Message Display Object or a Multistate Indicator Object.
Trigger the display with a value. Programm your PLC to change the value of an integer controlled by which fault is active. See PDF below for more on the PV objects.
 
Mickey said:
Use a Message Display Object or a Multistate Indicator Object.
Trigger the display with a value. Programm your PLC to change the value of an integer controlled by which fault is active. See PDF below for more on the PV objects.
I do as Mickey suggested, makes life a whole lot easier, plus, to kick it up a notch, write logic to compare your values, if more than one fault/alarm is active at any given time, use the logic to index through all active alarms (via a time delay so each active alarm can be displayed for a certain amount of time prior to switching to the next active alarm)
Same concept.
You can also create a "Message display" and use it to display machine status such as "Running in Auto", "Stopped", "Manual Mode Selected", up to you, you can be as creative as you want.
 
File bit compare probably easiest way of doing this, i set up an inview system before this way. with the fbc it only finds the alarms that are live.

hope this helps.
 

Similar Topics

I have a 4 line display (OptiMate 640). I need to feed it the four highest priority faults. I currently keep track of faults in N7:50.xx where xx...
Replies
5
Views
2,441
Hello Everyone! I need HELP!! programming the INVIEW. This is harder than I thought it would be and it doesnt help if you dont have the Inview...
Replies
11
Views
10,739
Has anyone done SMS messaging from an Omron CJ2J-CPU31 PLC? If so could you help please. Omron here in Oz have not had any experience doing this...
Replies
5
Views
121
Hey guys. Got a strange one. Was sent to a site where the VNC access is very poor. The IT has assisted and a Wireshark report shows data...
Replies
7
Views
325
I have a redundant ControlLogix being set up. This program reads a value from a remote site which happens to be SLC PLC. Rockwell mentions SLC...
Replies
2
Views
96
Back
Top Bottom