LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using Rounded LED

Suppose i'm acquiring signal from 4 channels. output of the DAQmx Read.vi i had given to graph to show graphs..

now i want display an indication with green(channel is acquiring) and red (channel is not acquiring)..

Can any one help how to do this..

0 Kudos
Message 1 of 2
(2,823 Views)

@abhishek.d wrote:

Suppose i'm acquiring signal from 4 channels. output of the DAQmx Read.vi i had given to graph to show graphs..

now i want display an indication with green(channel is acquiring) and red (channel is not acquiring)..

Can any one help how to do this..


And how your program will come to know, whether it is acquiring or not???

Just check for that condition so that you should get a boolean (TRUE or FALSE) output, now wire the same to the LED indicator (with customized color).

 

Refer to the attached snippet.

 

Idea.png

 

Also you can't have 4 different LEDs for different channels, as all four channels are part of same TASK so, if there is data acquisition from one channel happening, it means data acquisition from other three channels is also happening at the same time.


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


0 Kudos
Message 2 of 2
(2,794 Views)