New Source module problem
Posted: 09 Jan 2015, 21:18
Hi,
I am implementing a custom signal source to get and display data from the usb. The new signal source is using BufferedADC. In there I found that I have to declare all the functions to open/close USB device in the DoAcquire() function. If I split these declarations in multiple functions then I get access denied error. I wanted to open USB device in OnStartAcqusition() and close it in Halt() or StopRun(). What might be causing this problem?
Another issue is how do I go about writing the application to display the values I get?
Thanks,
skvpe
I am implementing a custom signal source to get and display data from the usb. The new signal source is using BufferedADC. In there I found that I have to declare all the functions to open/close USB device in the DoAcquire() function. If I split these declarations in multiple functions then I get access denied error. I wanted to open USB device in OnStartAcqusition() and close it in Halt() or StopRun(). What might be causing this problem?
Another issue is how do I go about writing the application to display the values I get?
Thanks,
skvpe