LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to create Indicater and control on same holizental slide?

Is there any possible to create Indicate values and change values on same Horizental slide. Because I am giving loop values to Horizental slide to indicate my values, after certain time if user wanted to move slide bar to another possition. it should move that perticular location then run loop from that value.

please send me the solution for my problem..

thank you..
Sashi
0 Kudos
Message 1 of 4
(2,813 Views)
You can write to controls using local variables.

(Make sure your program does not create any fights between user an program. If both would try to change it at the same time, who wins?).
0 Kudos
Message 2 of 4
(2,813 Views)
Thank you for your response. I am not able to do that in my example.Could you please check my example. In this example,the slide pointer should move according to the value of loop. if user moves slide pointer to certain position then loop should start from that position.
0 Kudos
Message 3 of 4
(2,813 Views)
The loop counter is a built-in variable that you cannot control. It will always increase.

For your purpose, you must create a seperate variable that contains your index as you want to use it.

The attached VI shows a possible solution. Let me know if this makes sense to you.
0 Kudos
Message 4 of 4
(2,812 Views)