12-19-2005 04:07 PM
12-19-2005 10:10 PM
Hi,
Unfortunately what you want to achieve is not possible.
A single device's AI channels( event if it is multiplexed SCXI channels) cannot be accessed by two applications simultaneously.
The reason, If all SCXI channels multiplexed to the same ADC, one alllication will set the ADC clock/ timing sequence of acq for those channels in scan list and now, if you try to access teh same device from another application, you get an error message tellint that device is reserved and not availible.
regards
Dev
12-19-2005 10:22 PM
12-19-2005 10:25 PM
Hmm, labVIEW 8, I have not yet touched, so here ends my field.
Sorry, I cannot answer that query
all the best
Regards
Dev
12-20-2005 05:05 AM
hi there
you could try to create a LabVIEW - dll that does the whole IO for one single device. this dll would then be called by the several applications. by doing so only one piece of code (the dll) opens, configures and handles the device.