04-07-2016 12:29 PM - edited 04-07-2016 12:37 PM
I want to read data only if i press a start button and stop reading data (even zeros) if i press start button off. How i can do this ?
I figured out a way to do this.
I don't understand how you are getting zeroes if you hit the stop button. If you hit the stop button, the while loop then the VI will end.
Sorry for the confusion, it is not stop button i am talking about, if i press the start button of a case structure to off state then i am reading the zeros.
Thanks for your help and time.
04-12-2016 07:30 AM
Hello,
I have one more simple question. In My Vi whenever i press a Start button(Boolean push button on) i will store the value in the indicator and when i press stop button (Boolean push button off) it will replace the previosly stored value with the present running values. Is there any way i can store the value in indicator some wher else(in another indicator) for permanently. So that it cannot get replaced by the present running values.
Thanks
04-12-2016 08:28 AM
You could just use another shift register.
04-12-2016 09:22 AM
Hello,
I tried using another shift register. But it is replacing the stored value with the present value.
How exactly can i use another shift regiser in my Vi?
Thank you