11-29-2014 02:11 AM
Sound from a microphone is being inputted into the daq assistant.
Can anyone tell me why it isn't working or is there a different way for the two conditions to be met without using this method.
http://gyazo.com/06a5663f430662407b543a2d85dc785b
A little backround on the rest of the code. The two writes are two LED's that are to be set off at certain sound levels.
Thanks
11-29-2014 02:47 AM
11-29-2014 02:55 AM
The assistant is acquiring voltage. That was the only way we learned how to acquire the sound by. I think its taking the amplitude level? How would I convert to dbl? First year using labview
11-29-2014 03:05 AM
12-01-2014 01:51 PM
@MasterLover wrote:
First year using labview
No worries, we all have had a first year. Here is some free training if you are interested.
6 Hour LabVIEW Introduction
Self Paced training for students
Self Paced training beginner to advanced, SSP Required
LabVIEW Wiki on Training
Basically the DAQ Assistant is the easy way to do things but it hides many of the powerful features of DAQ. Writing the code with the DAQmx API is more time consuming, but allows for more control, and more features. You won't find any DAQ Assistants in my real code, only for quick debug.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord