10-19-2009 08:42 AM
Dear Ni,
This is Rex, I am kind of new about labview, I am kind of stuck in one problem.
I am working on daqpad 6016 and trying to output a digital sequence to a single port line. like 11010101 to line1 on port 1
I included my vi and a snapshot of my problem.
Could you help me out? I am using labview 8.2
Thank you
10-19-2009 08:47 AM
Sorry for the picture.
10-19-2009 10:23 AM
Try not to post such large images.
The error means exactly what it says. Your board does not support hardware timed digital I/O so you cannot specify timing. With on-demand, your digital output is software timed so for each bit you want to output, you will need to perform a DAQmx Write set to 1Chan 1Samp.