02-14-2015 06:32 AM
I have to Run Multiple Instances of a LabVIEW Executable Simultaneously. Is it possible to access the same DAQ ni usB-6289 device for all of the LabVIEW instance?
Thanks.
02-14-2015 06:50 AM
dianageorge a écrit :
I have to Run Multiple Instances of a LabVIEW Executable Simultaneously. Is it possible to access the same DAQ ni usB-6289 device for all of the LabVIEW instance?
Thanks.
Never tried it but I doubt you will be able to acces the DAQ simultaneously, To verify it try accesing the DAQ in LabVIEW and in MAX at the same time.
Ben64
02-14-2015 07:48 AM
02-14-2015 09:17 AM
Building on the question Dennis asked, it sounds like you have a poor architecture decision. Are you stuck with this exe because you don't have access to the source code? If you have access to the source code and need to run multiple tests at once, you'll want to modify the source code to use multiple channels within your task rather than try to create multiple VIs to perform multiple tasks.