Hello,
what i have is a numeric slider and a numeric control. i would like to be able to move the slider and have it update the value in the numeric control and vice versa. the problem is that i can update the value in the numeric control when i move the slider, but i can't update the slider if i try to change the value in the numeric control. i was trying to use the 'value' property node for each of them and and wire each of the controls to the opposite property node. i know they are both control but i thought if i change the 'value' to an input then it may update.
i have attached the vi.
thank you