LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Scroll front panel left and right using control

I am taking an input from a chair rotation sensor (that just returns a voltage). I want to use this value to operate a control that scrolls the front panel left and right. Effectivively, the user would be able to navigate a wide control panel just using his chair.
So to summarise:
Does anyone know of a way to control the left and right scrolling motion of the front panel using a control?
0 Kudos
Message 1 of 2
(2,576 Views)
Use the VI property "FP.Origin" to set the position of the panel in the window. To move the window position, use "FP.Winbounds".


LabVIEW, C'est LabVIEW

0 Kudos
Message 2 of 2
(2,576 Views)