Thank you for all of your useful links.
For the first link, I can see my USB-6009 in MAX. However, I was unaware that I needed to choose which driver it should be operating on. Following that link, I found that I have both DAQmx and DAQmx Base drivers installed for the device, and that right now it is running DAQmx.
The last link was also very useful in sorting through all the examples on the find examples page. I opened the one it recommended (Gen Mult Volt Updates-SW Timed.vi), and I'd thought I'd hit the jackpot ... except I'm having a few problems with it now.
1) I followed the instructions in the example finder. Chose my
channel(USB-6009/ao0), changed my min and max values to 0 to 5V, left
the loop cycle as it was, and hit run... and I'm getting the error:
Error -200561 occurred at DAQmx Write (Analog DBL 1Chan 1Samp).vi. It
says the data it's getting is -62.8e-3. Which means it's getting no
data, right? So... is there something wrong with the example?
2) I'm trying to understand where the 1000 samples, 5 cycles and 2 V amplitude come from on the block diagram. I can see where the 1000 samples comes from, and I'm guessing the 5 cycles comes from the Quotient and Remainder tool. However, where does it set it to 2 V ?? It says it does in "Step 2" ... but those boxes are zeros, and even if I change the numbers, nothing happens.
I understand the general idea of the example: my device only allows on demand, so i can't use autostart and have to use a while loop for continuous generation, and make it software timed. But I'm stuck at these two points now.
Thank you so much for helping me out! Please, bear with me just a little longer