12-12-2016 09:14 AM
Hello, My objective is to change the properties of a dual slide indicator depending on the value. I have a target value and actual value. If the actual value is greater than the target, the fill is green between the target and actual values (fill style=3 to value above). If the actual value is less than the target, the fill is orange between the target and actual values (fill style=4 to value below). I am able to accomplish this by selecting properties on an individual slide, however, when I use a case structure and property nodes, the result isn't what I want. A simple example is attached.
Also, is it possible to set properties of Slide 1 and Slide 2 in the property node?
Solved! Go to Solution.
12-12-2016 10:06 AM
Can't try your code. Missing subVI.
12-12-2016 10:10 AM
SubVI is here.
12-12-2016 10:24 AM
You have to set the fill style for both sliders.
See attachment.
12-12-2016 10:28 AM
Perfect. Thanks!
12-12-2016 10:32 AM
An XControl would be alot closer to "Perfect"
12-13-2016 08:03 AM
Somewhat related to that, here is an XControl that's a vertical pointer slide with a readback indicator.
The pointer shows the selected value, and the fill shows the value read back (there's an example of use in the .llb).