LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Choice for multiple VISA input

Solved!
Go to solution

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.

0 Kudos
Message 1 of 7
(3,482 Views)

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.

Labview user
0 Kudos
Message 2 of 7
(3,479 Views)

Can you show me the example, please?

0 Kudos
Message 3 of 7
(3,458 Views)

Its just an example to read buttons and do action related to them

Labview user
0 Kudos
Message 4 of 7
(3,455 Views)

Aojna, can you please upload the VI for LabView vers. 8.5? I don't have latest vesions now.

0 Kudos
Message 5 of 7
(3,446 Views)
Solution
Accepted by topic author alex_p

Here is for 8.5 ver

Labview user
Message 6 of 7
(3,444 Views)

Thank you! You really helped me 🙂

Now it works just like I need!

0 Kudos
Message 7 of 7
(3,421 Views)