LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Launch two VISA

Hi guys. Is it possible lauch two VISA in the same VI? I want to realize a state machine that follows this steps:

 

1- identification first instrument connected via USB

2- reset first instrument

3- setting some parameters in the instrument 1

4- calling the second instrument connected via COM

5- wait that the instrument 2 set a particular register at 1

6- once the instrument 2 has completed the step 5 the instrument 1 should start an acquisition

7- close both the instrument.

 

The question is: is it possible realize all this in 1 while cicle?

0 Kudos
Message 1 of 6
(2,308 Views)

Yes, you can.

Message 2 of 6
(2,306 Views)

mmm well then I must have done some mess because yesterday seems that it didn't work. I'll try again.

Thank you

0 Kudos
Message 3 of 6
(2,301 Views)

If you post block diagram image and pop-up error, it could help us find out what is going on?

Message 4 of 6
(2,290 Views)

Fixed 🙂 the problem was that I did Use default if unwired on the visa signal so I got error when I tried to take the control of the second instrument 🙂

 

0 Kudos
Message 5 of 6
(2,285 Views)

Glad to hear that 🙂

Message 6 of 6
(2,283 Views)