06-14-2007 12:19 PM
06-15-2007 03:13 PM
06-18-2007 07:11 AM
06-18-2007 09:57 AM
The USB-6210 will not appear as a windows sound card.
1. You can create create all of the routines you need in LabVIEW and not worry about the other program.
2. You can use a sound card that is supported by the other program and not use the USB-6210.
3. You can use the USB-6210 and LabVIEW to directly communicate to the other program with the Call Library Function Node and the SendMessage function in the windows api. No need to do any programming in C. Search the forum for SendMessage.
06-19-2007 08:57 AM
Dennis
Choice 1 is not an option as the external program is very powerful with a LOT of routines and tools already written for the VLF and LF radio bands. It would be like reinventing the wheel. Choice 2 - I am already doing to a degree. I have a USB sound ADC with a 96 kilosamples per sec digitizing rate. That allows RF detection up to 48 kHz. I have another sound ADC on order with a 192 kilosample digitizing rate ; with that I can go up to 96 kHz RF. The NI USB-6210 has the advantage of being capable of 250 kilosamples per second so I am able to cover up to 125 kHz RF signals. I'm tied to using USB so the A/D would work on almost any laptop. I wasn't aware of choice #3; I will look into that. Thanks for your help - Ernie