02-27-2015 04:14 AM
Hi
I need a help from you guys .
I created a small application of Encoder , purpose of which is to increase the count values.
if i have to make zero to the count values ,I have to stop the exection then run again .
Is there any other method by which i can make value of count to zero during execution of program?
Reagrds
nitin
02-27-2015 04:51 AM
02-27-2015 06:44 AM
@Nitin_110051 wrote:
Hi
I need a help from you guys .
I created a small application of Encoder , purpose of which is to increase the count values.
if i have to make zero to the count values ,I have to stop the exection then run again .
Is there any other method by which i can make value of count to zero during execution of program?
Reagrds
nitin
A simple boolean and a Select function can take care of this very easily.