Hello all,
how I try to count how many times a case stucture is entered. I have the case sturcture inside a while loop and I use an increment together with shift registers. But when the case stucture is entered the increment is exectuted with the while loop frequency. How I can count only once each time ?