LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Changing slider maximum scale programmatically

Is it possible to change a slider scale maximum programmatically - it appears that this value is not a write value using property nodes?
0 Kudos
Message 1 of 4
(3,683 Views)
An important note - I have the slider set up as a strict type def so I guess this is why I can't change the value...
Message 2 of 4
(3,683 Views)
Hi,

I am including a vi which programmatically changes the minimum, maximum, start values for a slider scale.

If your problem is different than what I have answered, pl. give the feedback.

Best Regards,
Nirmal Sharma
India
Message 3 of 4
(3,683 Views)
You are correct!

That gives you two options;

1) Right clcik and choose disconnect from typdef,
or
2) Customize control and make it a normal typdef.

Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 4 of 4
(3,683 Views)