02-08-2011 01:38 PM - edited 02-08-2011 01:47 PM
I am using only one channel 9239 ( 4 Channel Analog input) in my app, I want to use another channel of same module in another application simultaneously,is this possible ? To initialize DAQ(NI cDAQ - 9172) and 9239 same time in two application
I am using labview 8.5, app is calling a DAQTASK
02-08-2011 01:51 PM
No you can't You can only have one task running that uses the same hardware resource. Create a single app that reads both channels.