11-11-2010 12:54 PM
I posted this question in another forum, but I think it was the wrong area.
Basically, what I'm trying to do is to create a target marker on a slider bar indicator.
More details:
I am using a few slider bars and dial indicators to show turbine engine indications. There are a few indicators that I would like to show a reference (target) mark where the engine is supposed to be running. For instance, our maximum operating EPR (engine pressure ratio) is based on ambient air temperature. I have created a csv file from the OEM performance charts (x=degF, y=EPR). I'd like the indicators to use that data to show the target as a line or any other easily viewable marker for the engine operator to use as a "do not exceed" mark, while still using the fill option for actual engine EPR.
Is this possible in LV? I can't seem to find anything like this on this site or Google.
Thanks in advance!
11-12-2010 02:12 PM
Hey Todd,
If you are trying to set a changing Max or Min allowable value for an input control, you can create a property node for those specific properties as shown in the picture. This way, instead of using a marker, the input value will be coerced if it exceeds your max values.
Hope this helps!
11-12-2010 03:06 PM - edited 11-12-2010 03:16 PM
11-12-2010 03:12 PM
Hey Todd,
If you are trying to set a changing Max or Min allowable value for an input control, you can create a property node for those specific properties as shown in the picture. This way, instead of using a marker, the input value will be coerced if it exceeds your max values.
11-12-2010 03:20 PM
Todd,
You can add sliders or needles from the pop-up menu for the controls. Will that do what you want? I am not sure if there is any simple way to disable one while allowing the user to change the other, but you could use property nodes and the event structure to detect the changes and restore the original value.
Lynn
11-12-2010 03:22 PM
I've attached a screenshot of the front panel I'm working on.
I know how to display the target EPR in numerical format (in the red circle), but I'm trying to have it appear on the slider (like the green line) as well. If this isn't possible, no biggie. It would just make engine runs easier for the operator.
11-12-2010 04:24 PM
Hmmmm... now that's something to think about. 🙂 I'll see what I can come up with this weekend. If I can have the "target" EPR show on a slider from right to left, and the live engine data from left to right, then it may work.
11-12-2010 08:17 PM
Try something like this.
11-15-2010 07:45 PM
Thanks for the sample, but could you save it for version 8.6 or earlier? I can't open it. Thanks again!
11-15-2010 08:39 PM
here's Ravens Fan's idea, transparent control over indicator, with some event logic to color the zone, depending on whether you're in it.
11-22-2010 09:25 PM
Thanks! I'll check it out this week.