08-14-2006 01:33 PM
08-15-2006 05:02 PM
Hi Diane,
I think that outputting your data as a waveform is your best solution. I would like you to try building the waveform a couple of different ways. If you already have your data, then simply try using the build waveform VI. A couple of other options would be to use the digital signal subset VI or the replace subset VI.
Regards,
Hal L.
08-15-2006 05:26 PM
Hi Hal,
I AM using the "Build Waveform" VI to generate my digital waveform, as I explained in the first two paragraphs of my original post. My question is as follows: how do I force the "Build Waveform" VI to return a single-channel waveform? I am only wiring one "Y" input, so why does the "Build Waveform" VI keep giving me 8 channels in my waveform?!
I've been doing DAQ for several years and am very familiar with it. Usually I use Boolean (or U16) arrays as the DAQ output data, but thought I'd try a waveform this time since the timing information is embedded.
This is a build waveform question, not a DAQ question. I apologize if that wasn't clear from my original post.
Thanks,
Diane
08-15-2006 05:30 PM
11-13-2014 10:03 PM
I know I'm a few years late to this post but I have a similar issue where i am using 32bit binary and I am getting 32 lines of data but only 1 of those (y = 0) actually contain any data. I want to output a digital signal that i can control by using a user input. I was just wondering if you had figured out a solution besides creating analog and converting, or if anyone else has a potential solution that would be great.