10-30-2007 04:56 PM
I generated a *.wav file on MathLab I want to play with DAQCard-6036E.
It seems like Snd_Read_Wave_File is the way to go, but I cannot make them work together. Any idea would be greatly appreciated.
10-31-2007
08:39 PM
- last edited on
08-06-2025
09:46 AM
by
Content Cleaner
Hello Siz,
Thanks for contacting National Instruments.
The maximum analog output update rate for the DAQCard-6036E is 1000 samples/second and is also system dependent. This can be seen in the specifications sheet for the device. This is due to the fact that there is not a FIFO for analog output tasks. This update rate will limit the timing of your wave file.
I see that you are using the function Snd_Read_Wave_File. Will you be using this on a PDA? Please let me know if you are using DAQmx Base for your application. What issues are you running into with programming your device for analog output?
11-01-2007
01:58 PM
- last edited on
08-06-2025
09:46 AM
by
Content Cleaner
Thank you for your reply.
Your help is greatly appreciated,
Natalia
11-05-2007
05:46 PM
- last edited on
08-06-2025
09:47 AM
by
Content Cleaner
Hello Natalia,
While several express VIs are supported in the LabVIEW PDA module, the DAQ Assistant is not supported. Please see the tutorial Express VIs (PDA Module, Touch Panel Module) for more information.
To control a DAQ device from your PDA, it is necessary to have DAQmx Base components installed onto the PDA. Since you are using LabVIEW PDA 8.2, it will be necessary to have DAQmx Base 2.2. The install.txt file for this driver shows how to install the necessary driver components to the PDA. This API is similar to the DAQmx AP; however, tasks must first be configured in the DAQmx Base Configuration Utility before being run on the PDA.
The VI “SO Write” will output an array of sound data over the built-in sound device on your PDA. This sound will be output over the internal speaker or headphones.