08-21-2012 04:45 AM
i want to use for on LED or Picture
Ex reciece 10 V from ai0 for show LED or Picture on front panel
Help me please
Solved! Go to Solution.
08-21-2012 05:03 AM
Hi
Is it what you want to do:
show True value on the boolean when you receive any data in the range 0.1 to 10V?
show False value on the boolean when you receive 0V?
What is the device you are reading from? what is the data type you are reading? is it a single integer value/array of data or waveform data?
what is the rate at which you are sampling the data? how many samples are you reading at a time and how often are you reading it?
post a code if you have started with one.
did you try the comparison function 'equal to 0' or 'not equal to 0'?
08-21-2012 05:23 AM - edited 08-21-2012 05:24 AM
As for the comparision part, it should look like this.
As Freelance LV quoted earlier,you should provide additional info to get apt solution
08-21-2012 06:28 AM
that is iwant to do but i don know how to pull input form daq
08-21-2012 06:31 AM
mydaq is 6122 ai0.x
voltage single integer
sample 1k
read 100
08-21-2012 06:43 AM
Can you please post your vi ?