05-17-2014 02:30 PM
hi
i am new to labview. i have made a simple warning program; which when exceeds a limit gives a warning. now i have to connect a hardware i.e an audible warning circuit. now the requirement is that when the limit exceeds, then only the audible warning should come (the circuit should be powered). but what happened was the warning was continuously on. i want to control the output of my daq i.e when the condition is true it must output dc voltage and when the condition is false it must not give any output. (i hope it is not the case that daq continuously gives the output). im attatching the image which does not include daq, but i hv marked where i had placed it.
hope to get a solution to it.
05-17-2014 04:13 PM
05-17-2014 05:21 PM
thanx for your reply
well i did set the value of daq out form 0-5 v. and the bolean is true once the max limit is reached. there is a control which varies the value. i dont know if i am able to elaborate it........ i am attaching the file if u could help me further.
regards
05-17-2014 05:27 PM
i am generating an analog signal i.e voltage. n i also placed a control to the daq's data. the control had values from 0-5 v. even by varying the control i was getting 5 v . what i thought was that daq would only output the voltage when the case structure was true. but instead i was getting the output even when it was false.
i dont know where im doing it wrong.
05-17-2014 09:04 PM
How come your VI doesn't show any DAQ functions in it? Not seeing your actual code makes it that much harder to figure out what you are talking about versus what you are doing.
You do know that a DAQ card outputs a value that you tell it, and will keep outputing that value until you tell it to output something else, don't you?