08-01-2008 08:36 AM - edited 08-01-2008 08:37 AM
08-04-2008 03:35 PM - edited 08-04-2008 03:38 PM
08-04-2008 05:12 PM
08-05-2008
12:34 PM
- last edited on
03-07-2025
05:15 PM
by
Content Cleaner
Hi Fuqface,
The 6111 is supported by DAQmx so I'm glad we caught that before you put alot of further development into your application! If you could point me to where it's listed as a legacy device, I'd like to go ahead and fix this.
For future reference, look at the first link in my signature. It contains a list of all DAQ devices and the corresponding driver support across OS platforms.
08-05-2008 02:53 PM
08-06-2008 09:58 AM
Hi Fuqface,
Where is it listed as Traditional? If I know where you're having problems then I can be on the same page as you. Do you have the most recent version of NI-DAQmx installed? 8.7.1 supports the 6111 outright as listed on the website I pointed you to in the links in my signature. I also know this because I have a 6111 in my computer and run DAQmx tasks on it all the time.
08-06-2008 10:49 AM
08-07-2008
05:12 PM
- last edited on
03-07-2025
05:16 PM
by
Content Cleaner
Hi Fuqface
Your computer won't limit your scan speed unless you are using a software timed device like the 6009. Your board is a hardware timed device and will scan at the desired rate. What will depend on the system is being able to remove data from the PC memory/buffer fast enough to not overflow/overwrite the available space. I don't see a red flag with your system but as always you will want to make efficient code.
To display a full second's worth of data you have many options. You may want to just change the Waveform Graph to a Waveform Chart. You could also read a seconds worth of samples from your DAQmx Read. If you sample at 10KS/s then read 10KS.
View the DAQmx Getting Started guide in my signature and also look at the shipping examples that come with LabVIEW/DAQmx to become more familiar with DAQ. Depending on your LabVIEW proficiency, you may want to look at the Online Tutorials for LabVIEW to help grasp the different ways to view and present data.