From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,174 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,159 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,153 Views)