Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

6008 frequency

Hi.

What is the maximun USB-6008 digital output frequency?

Thanks
H. Martins
0 Kudos
Message 1 of 7
(4,687 Views)

Hi,

USB 6008 has a maximum update rate at 150 Hz.

Best regards,

0 Kudos
Message 2 of 7
(4,649 Views)
150 Hz is the Analog Output maximum update rate, not the digital output rate.
0 Kudos
Message 3 of 7
(4,599 Views)
Since neither the analog out or digital are hardware timed (both are on demand - software timed), the max rates are going to be similar. Also, with software timing, the rates are going to be highly variable and not really something you can rely on.
0 Kudos
Message 4 of 7
(4,594 Views)
Are you telling me that it would take 6.667 ms to set a digital bit using DAQmx software (via USB 2.0)???  Could someone (from NI) please tell me that ain't so?
0 Kudos
Message 5 of 7
(4,585 Views)
Hi,
 
Like Dennis said, since the DO are software timed we can't really tell what's the DO maximum frequency. It depends on a lot of factor, like your hardware, your OS, ...
 
Regards,


Message Edité par Maxime MULLER le 02-29-2008 07:09 AM
0 Kudos
Message 6 of 7
(4,582 Views)

As mentioned, the rates you can expect will vary on a per system basis and also based on how quickly you are able to call the DAQmx write. Just as a reference, using LabVIEW and just toggling lines on my Dell GX280 desktop I was able to achieve an average period of ~2ms. This was with a 2ms wait added but was similar for a 1 ms wait and there was significant jitter.  If you're looking for higher deterministic rates (like generating a digital waveform) then you'd be best served looking at a USB-M Series like the USB-6221 which support correlated DIO.

Hope this helps,

Andrew S 

 

Message 7 of 7
(4,567 Views)