12-06-2012 12:30 AM
Hi everyone!
I'm quite new to LabView, but now I have to make an instrument for working with laser sensor. I've managed it myself, by there's one problem I still can't solve. I need to make some buttons for sending most common commands to my sensor, and also a field for manual input. I can't get to how to make it.
I suppose that switchers should be in boolean and send some string when they return TRUE, but how to join them three together with a possibility of manual input?
I've attached my VI and a fragment of a scheme I was talking about.
Hope you understand my poor English, thanks in advance.
Solved! Go to Solution.
12-06-2012 12:37 AM
Probably you shouls use an event structure.
Other way could be to use a while loop placed all your buttons with individual case structures inside this loop. place a wait vi inside loop.
12-06-2012 05:35 AM
Can you show me the example, please?
12-06-2012 05:43 AM
Its just an example to read buttons and do action related to them
12-06-2012 06:15 AM
Aojna, can you please upload the VI for LabView vers. 8.5? I don't have latest vesions now.
12-06-2012 06:18 AM
Here is for 8.5 ver
12-06-2012 11:37 PM
Thank you! You really helped me 🙂
Now it works just like I need!