LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VISA READ timeout error - multiple GPIB resources

Solved!
Go to solution

OK, I'll continue like this then. For the executable I was able to add the three front panel VIs to Startup VIs in Source Files in Build Specifications, and the resulting executable opens all three front panels upon startup, which is the desired behavior. Now on to those semaphores.

 

Thank you for your help.

0 Kudos
Message 11 of 13
(1,178 Views)

Semaphores did the trick, my VIs are now running side by side smoothly, though with increased delay between clicking a button and obtaining a response. 

 

Thank you very much for your help !

0 Kudos
Message 12 of 13
(1,163 Views)

@astralth wrote:

Semaphores did the trick, my VIs are now running side by side smoothly, though with increased delay between clicking a button and obtaining a response. 

 

Thank you very much for your help !


 

 

No problem. If you ever want to imrpove the responsiveness of your UIs (button -> response) then consider altering the logic of block diagram to seperate user interface events and communication with the GPIB instrument into seperate loops.

0 Kudos
Message 13 of 13
(1,157 Views)