LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Slider buttons sense reversed

Solved!
Go to solution

I'm still confused as to what you want to do... you say clicking "up" should make it go from 0 to 950, and down from 950 to 0. That's what a normal Dial does (up = clockwise)

 

If you just put a regular Dial down, that's how it works, with the exception of the limits. Right click it and set Minimum to 0, Maximum to 950, and Increment to 50, and set Response to Coerce. Then double click the last value on the dial (the bottom right one) and change it to 950.

 

Honestly I have no idea how you were able to get it so that clicking "Up" decreased the value 😄

0 Kudos
Message 21 of 24
(35 Views)

Hi Bert,

 


@BertMcMahan wrote:

Honestly I have no idea how you were able to get it so that clicking "Up" decreased the value 😄


That's the behaviour of the "enum/ring"-style numeric display when you use the "text labels" option…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 22 of 24
(28 Views)

i'm very sorry.

I was misusing the control, introducing text labes.

I apologize for making loose your time.

Thank you again to GerdW to correct me

0 Kudos
Message 23 of 24
(23 Views)

@GerdW wrote:

Hi Bert,

 


@BertMcMahan wrote:

Honestly I have no idea how you were able to get it so that clicking "Up" decreased the value 😄


That's the behaviour of the "enum/ring"-style numeric display when you use the "text labels" option…


Ahhh I see it now, thanks! I vaguely knew "text labels" was a thing, but didn't realize this control had been customized such that the text labels equaled the values. I'm not sure I've ever actually used a Knob control before in a real program!

0 Kudos
Message 24 of 24
(8 Views)