11-16-2017 09:07 PM
Can you answer these questions for me …………..?
11-17-2017 11:27 AM
Hey analogdude,
To control the USB-6001, you'll need to install the DAQmx driver first. You can download that here:
http://www.ni.com/download/ni-daqmx-17.1/6836/en/
When you're installing it, make sure to install support for .NET. You can find this under the custom installation settings.
After that's installed, I'd recommend starting with some examples we ship with DAQmx. This KnowledgeBase article should show you how to find examples for using DAQmx with VB:
http://digital.ni.com/public.nsf/allkb/AFFC0BE95DE6B38186256D9B0051342B
As for your last question, there are various ways to delay the execution of your code. Here's a basic version that will let you delay for a certain time:
https://stackoverflow.com/questions/15857893/wait-5-seconds-before-continuing-code-vb-net/15861154
Cheers,
Ryan C.
11-18-2017 01:51 PM
While I have not yet executed all your suggestions, I have studied the links you gave and I believe they are exactly what I need to proceed!
Thank you for your great help.
Analogdude