04-04-2014 01:16 PM
What is the easier way to measure an analogy input line in DAQmx while placing a high and low threshold for the input, and output a boolean if the value is not within the limit?
Solved! Go to Solution.
04-04-2014 02:00 PM
04-04-2014 02:29 PM
can you set an example? i'm new to labview.
04-04-2014 03:17 PM
04-07-2014 08:53 PM
Thanks for the advice but you're missing the point. I'm not looking to get the max and min. I need to set a threshold for AI. If the actual AI readback is greater or lower than that min or max set by the virtual channel, it triggers a boolean output saying fail or pass (i will use a boolean LED indicator for that).
04-07-2014 09:05 PM
yes. u have to set exact values of input that is described in manual. i was getting same problem previous days and when i set it values accordingly to manual of hardware using. all goes well. it does not allow range of input to exceed
Hope this will be helpful.
04-07-2014 09:08 PM
When you mean it does not allow range of input (AI), what happens? Does it produce a boolean value? I need this boolean output to trigger my boolean LED indicator. Also just to be clear, it's an analog INPUT, not an OUPUT where a user has to set an output value.
04-07-2014 09:25 PM
I'm not looking to get the max and min. I need to set a threshold for AI
look at ur previous reply, u want to know how can i set range of AI. i just tellu about that i experience. i donot know what uwant to get output. u also not put any code so how can i know what u want to output
04-07-2014 09:35 PM
04-07-2014 09:36 PM
Thank you, finally someone gets it.