07-02-2008 10:42 PM
07-02-2008 11:01 PM
07-04-2008 10:57 PM
07-05-2008 10:22 AM
07-05-2008 12:25 PM
07-05-2008 01:17 PM - edited 07-05-2008 01:18 PM
The good news is that the 6008 has 12 digital lines so you don't have to work the data in two 4 bit operations. It also looks like the data is represented as ASCII. You will convert each character you want to display into a string and you can type cast that to a numeric. Wire that value to a digital DAQmx Write. Something like is shown below. It does not show the control lines. It looks like you would just need to add the signal to clock the data in.
07-06-2008 02:46 AM
07-06-2008 09:44 AM
07-07-2008 04:42 PM
07-08-2008 05:19 PM