Hi, on the MK4000, when we activated the scanner (programmatically), it stays on for just 15 seconds, every time we have to hit a button to reactivated it,
what we want, is that the scanner remain ON while the App is running.
I have tried putting ScanLoad.exe on StartUp, but no thing happened.
Thanks.
MK4000 scanner stops after 15 seconds |
2 Replies
I Have found the solution, BeamTimer by default is set to 15000 milliseconds, so we have to change it to 0 like this:
myReader.ReaderParameters.ReaderSpecific.ImagerSpecific.BeamTimer = 0;
Are you using RhoElements or is this being done with Native code?