Hello,
Currently I have one C++ program reading AI signal from NI USB-6259 BNC and it works well. I have a different C++ program that also needs to read the same signal from the same DAQ board. I am wondering can I run these two programs simultaneouly since both need to access the same signal simultaneously? Would there be any conflict? Does anybody have similar experience? Otherwise I will just try. Thank you very much!