04-26-2009 07:15 PM
I'm trying to use the USB-6008 to generate/simulate serial data output on P0.0, basicly I need to create a digital signal profile with zeros and ones. each bit has a time length of 8.192ms the pattern of these zeros and ones repeats every 163 bits. i don't know where to start? please help
thank you
04-26-2009 07:36 PM
04-26-2009 10:50 PM
A simple way would be to wire a Boolean array through a for loop with a DAQmx Write inside.
I hope your 8.192 ms is an approximate rate. The 6008 is software timed and with a windows OS, you will see considerable jitter.
04-26-2009 11:30 PM
04-26-2009 11:51 PM
04-27-2009 06:35 PM
04-28-2009
09:35 AM
- last edited on
10-12-2025
04:05 PM
by
Content Cleaner
The manual is here. It seems the digital I/O is software timed.