05-14-2018 05:19 PM
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
05-14-2018 06:24 PM
Why do you want to do that?
Continue to acquire and just ignore the data.
05-23-2018 05:02 PM
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
05-23-2018 10:06 PM
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.