Red Lion PFM

jrexrode

Member
Join Date
Mar 2005
Location
Upstate, South Carolina
Posts
106
I'm working on a project using a Red Lion PFM display. So far, I've gotten the display to show a static test message. My goal is to show alarm messages and when there aren't any alarms, show production line status (speed, up hours, etc.). I know I can use the Mulit-line Multi Text primitive to show the alarms, but I haven't seen how you would insert variable data into one of the called up messages, say for line speed. Is there another primitive that I'm overlooking? For this kind of thing, should I use the string primitive and send the string from the plc? Any advice is greatly appreciated.
 
jrexrode,
Unfortunately you can't insert a tag value into the text of a multi variable in Crimson 2. You would either need to change to another page that would send the correct data to the PFM or use the show item selection on each variable to hide items you don't want to display.

Thanks
Jeremy
 
So I can use the GoToPage command to display another window with the data variable data that I want to display. Good. I don't have a problem with doing it that way. Thanks for the info Jeremy.
 
I created a program that is executed on each "On Tick" Propery on the Global pages setup. So, each second, this program runs. It increments an internal retentive counter. I then control several internal flags, such as PFM_Show_Time (shows actual clock time), PFM_Show_Goals (shows current goals), PFM_Show_Pressure. I turn one on, turn the others off. I then put each display primitive on top of the PFM display primitive, and control their visibility with these tags. This way, only one shows at a time, for a specified period of time. At a predetermined value, I reset the counter. I display 3 items, for 5 seconds each, then reset to 1 and start over. I then can copy all these primitives, including PFM display primitive, to the same specified location on each page of my G310, so that no matter what page they look at, the PFM keeps on chuggin along. Works very well and looks good.
 

Similar Topics

While they came up quickly with a fix for the alarm date issue quickly I will have to drive around for a week or so, burning up a lot of fuel...
Replies
4
Views
268
From the Red Lion website, after some customer enquiries in the last week or so... Rev. March 25, 2024 [18:30] Just thought it might help a...
Replies
9
Views
280
How do you install update on Red Lion Crimson ver 3.1. Do I just need to run the exe file on the host server?
Replies
1
Views
110
Hello All, I need the ability to remotely reboot a Red Lion CR3000 HMI. Due to some graphics issues when the database is updated the HMI must be...
Replies
4
Views
226
I'm trying to use a Red Lion Cub counter (Cub5B00) as a counter and give the cub's counts to a Graphite G12 PLC/HMI to display. After about an...
Replies
1
Views
114
Back
Top Bottom