04-18-2010 10:36 PM
Sorry for my mistakes. I think DAQmx and
DAQmx-base is the same software. lol
I have installed DAQmx
Base 3.2 that I got daari NI website. But the bad news is I
still can not find the folder in the examples folder. May be located in other
directories. I forgot.
So, please send some examples of programs connected with the PDA and USB-6008. this is my email: ajunalfianto@yahoo.com
Thank you for your attention.
04-20-2010 09:58 AM
08-01-2010 05:12 AM
Anyone can tell me how to read analog input from USB-6008 with DAQmx Base?
08-03-2010 08:41 AM - edited 08-03-2010 08:43 AM
Hi,
Are you still not able to find the examples folder for DAQmx Base? Here's what the block diagram of one of the examples looks like:
Block Diagram Steps:
1. Create an NI-DAQmx Base Task.
2. Within the Task, create an Analog Input>>Voltage Virtual Channel.
3. Specify timing information for the Task. By default, this uses the internal sample clock of the device
4. Start the Task.
5. Read all acquired samples from the Task.6. Stop and Clear the Task.7. Display any errors that may have occurred.