LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to change the Scale of the dail programatically when its reached the maximum or minimum range

Solved!
Go to solution

How to change the Max and min scale range of the Dail when its reached to max or min value. For example: My dail has a max and min scale range of 0 - 15 once my dail value reaches to 15 i need to change my max and min scale range to 15 - 30 then 30-45 and also vice versa if i reach 30 it should get back to 15 - 30 instead of 30 - 45.... So i tried some methods but its not working so can any one please provide some solution.

 

Thanks you 🙂

 

0 Kudos
Message 1 of 4
(2,873 Views)

Hello Maj-Rocks,

 

You can use property nodes do change dynamically property of an object in your code

Maj-Rocks.PNG

 

Regards

Sabri JATLAOUI - Certified LabVIEW Architect - Certified LabVIEW Developer
0 Kudos
Message 2 of 4
(2,848 Views)
Solution
Accepted by Maj-Rocks

Thank you Sabri,

The vi you made was really useful from that i can able to figure out the concept to handle my requirements. I will attach the vi for reference, as its similar to replace the x scroll bar function in the Graph by knob function. This vi is in LabVIEW 2015 version.

 

 

0 Kudos
Message 3 of 4
(2,721 Views)

you're welcome 😉

Sabri JATLAOUI - Certified LabVIEW Architect - Certified LabVIEW Developer
0 Kudos
Message 4 of 4
(2,713 Views)