LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to stop one channel without affect other channels?

Hello ladies and gents,

 

I built a Labview VI which has one task with multiple channels. It can get multiple signals simultaneously. Now I want to stop one channel without affect other channels. How can I do that?

 

Thanks,

Jason

0 Kudos
Message 1 of 4
(2,956 Views)

Why do you want to do that?

 

Continue to acquire and just ignore the data.

0 Kudos
Message 2 of 4
(2,940 Views)

Thanks for your reply. I just want to ignore it, but I still need to be able to see the last data before the channel is stopped. Could you help with any idea? I appreciated.

-Zhicheng

0 Kudos
Message 3 of 4
(2,877 Views)

Whatever you designate as the "last value", store that in a shift register and place that data in the indicator rather than the data you want to ignore.  Use a select function or a case structure for that decision.

Message 4 of 4
(2,862 Views)