LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

changing data range during runtime

Hi guys!
 
I want to use a Gauge Indicator and a knob control in my VI. What i want is to change their data ranges during runtime. I should be able to change its max value, min value as well as increment so as to suit my readings. How is that possible. I try doing something with property node but i couldnt do that. Kindly help me.
 
Regards,
 
Shaiq Bashir
0 Kudos
Message 1 of 5
(2,761 Views)
It's done with the property called Data Entry Limits. What property did you use? If it's this property, post your code so someone can see what is wrong with it.
0 Kudos
Message 2 of 5
(2,751 Views)
What exactly isn't working? Were you not able to find the properties, or did the control not accept the values, or what? Are you also changing the scale info to reflect the change in data ranges?
0 Kudos
Message 3 of 5
(2,749 Views)
See attached VI (Version 8.5)

hope this helps,
Norbert

[EDIT]:Missed to attach VI ..... 😞

Message Edited by Norbert B on 11-16-2007 09:09 AM
Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 4 of 5
(2,748 Views)
Use the Scale.Range Property node, and it will change all the funtions for you.
Kenny

0 Kudos
Message 5 of 5
(2,744 Views)