LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQ Assistant error

Solved!
Go to solution

I am using an NImyDAQ. I have attached audioInputRight to a Knowles microphone (Datasheet attached). I have used the DAQ assist template on LabView and try to run it. But I get a DAQ assist Error.

 

Im not sure how I need to adjust the parameters to get it to work.

Error -200077 occurred at DAQ Assistant



Possible Reason(s):

Requested value is not a supported value for this property.

Property: AI.Min
You Have Requested: -10.000000
Valid Values Begin with: -2.000000
Valid Values End with: 2.000000

Channel Name: Voltage

 

My project: It involves using three of the microphones to perform adaptive beamforming to improve the SNR. I am an undergraduate on this research project from TAMU. I would appreciate any help.

 

Thank you and Regards,

Sharath Prasad

0 Kudos
Message 1 of 3
(2,992 Views)
Solution
Accepted by topic author SharathPrasad

The error message seems to pretty clearly tell you what is wrong.  You tried to set your analog input range so that -10 was the minimum, but you can't go lower than -2.

 

So set your analog input range to be -2 to 2.

Message 2 of 3
(2,986 Views)

Thank you, I fixed that.

0 Kudos
Message 3 of 3
(2,972 Views)