09-01-2017 06:22 AM
Hello, I'm working on a project and I got to the point where I need to do a function or something that can scan a consecutive number of pieces in one hour.
For example, when you open the configuration panel, it saves the hour and minute, and after scanning a 6-track number per hour, it is only paused when the number of scanned pieces is changed.
If 8 consecutive pieces are entered, this being the maximum number of scans that can be made in one hour, if the number has been touched by an error message, and after doing the same, again and again
I'm a beginner and I don't really know how I could do it
09-03-2017 11:38 PM
I don't understand exactly what the problem is: isn't that something that a simple for loop can accomplish? Or the problem is how to detect that the configuration is changed? Can you detail your problem a little bit more?