02-14-2006 09:30 AM
02-15-2006 10:43 AM
Ciao Graziano,
if I get you right, you are willing to use the same DAQmx Task from 2 separate threads (ideally simultaneous). I am not sure this is possible.
DAQmx is multithreaded, so there is no problem in accessing the DAQmx Driver from 2 different threads at the same time in parallel.
The thing that sets me off is using the same Task (i.e. the same board resources) in 2 different places at the same time.
What do you mean by " I have poor means to test this" ?
You could put together a piece of software that tries to open the same task from 2 different threads on a device.
Could you post an example here?
AlessioD
02-15-2006 11:05 AM
02-15-2006 11:19 AM
02-15-2006 11:49 AM
Very interesting application. Amazing that legacy PDP-11 code can be adapted to todays hardware.
Good Luck!
02-16-2006 02:13 AM
02-16-2006 09:35 AM