05-21-2015 03:28 PM
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.
05-21-2015 05:29 PM
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 !
05-21-2015 05:38 PM
@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.