09-27-2009 04:32 PM
09-27-2009 10:01 PM
Please put a little more detail in the body of your message rather than cramming it all into the subject.
Do you have an error number associateed with this? A screenshot of the error? What exactly do you mean by a "clipped" waveform? With CRO do you mean a compact RIO? How are your trying to display it?
10-01-2009 04:56 AM
10-01-2009 10:07 AM
Post your code.
10-02-2009 11:38 AM
10-02-2009 12:00 PM
10-02-2009 12:11 PM
You have it set to write 100,000 samples at a 10,000 sample/second rate inside the DAQ assistant. Try a smaller number of samples.
What frequency are you trying to output? If it is 10.1 Hz like it is now, then a 10,000 Hz rate is way too much.
I would recommend that you start looking at the DAQmx examples. Also, I don't understand what you are trying to do with all the comparisons. Doing a comparison on a dynamic data type, then sending the resulting dynamic data type to a Select function doesn't make sense. If you use real DAQmx functions instead of the Express VI's, you can eliminate the dynamic datatype and work with data that makes sense.
10-02-2009 02:21 PM