Our theme park has self-service kiosks that use Zebra scanners to validate tickets. For years we've left the scanners on around the clock. However, there are only a few specific situations in which they actually get used, like when a guest wants to check whether a ticket has expired. Most guests never use the scanners at all.
This has me wondering:
1. Is there an advantage to updating our kiosk code to enable the scanners only when they're needed, like when a guest taps the "Check my ticket's status" button? Specifically I'm curious if turning them off most of the time would significantly impact the scanners' longevity.
2. If there _is_ an advantage to turning them on/off programmatically, what's the correct way to do it? Maybe with the `SCAN_DISABLE` opcode? (https://techdocs.zebra.com/dcs/scanners/sdk-windows/api/#examples)
Thanks!
Accepted Solution
enabling scanner only when needed will give you control on not allowing scans when not needed and save power .
the mentioned api is right one
1 Replies
enabling scanner only when needed will give you control on not allowing scans when not needed and save power .
the mentioned api is right one