Hi I am usuing two vi (Config Vi and Mov vi) to configure a instruments first and to to send a position value command
to it so that the instruments moves to that position.
So when I run the whole (Move nd Pos.vi attatched) it configure and then send a positition command together with the required position and moves to that position and end. The programs works well but,
What I I want to do is
1> To have a option so that after I run the whole vi( Move and Pos.vi) continuously it will continuously check whether I changed the position value , and if I change it then only it will start the MOV vi and will send the position value command and again it will come back and wait to see whether I change the position and it will continue like that.
Currently it is doing the configuration everytime and then send the position which reset the instrument everytime.
I understood that I need to use the event control with while loop, but didnt able to understood properly.
Can someone pl give me a clue.
with best regards
Ray