Barcode Scanner Module

This Barcode Scanner module presents a simple webpage meant for handheld barcode scanners that have an integrated web browser, for example, the Intermec CK71. When items are scanned, they queue up to be sent back to the Ignition Gateway, where a python script is called to handle the incoming scan. The scanner page is designed to be tolerant of wireless dead zones, queueing up scans until connectivity is restored.

Unique Identifier for each Scanner

Each scanner that navigates to the webpage can be given a unique identifier which ties to a specific scanner. This way multiple scanners can be out in the field at once, and the scanned data can be easily tracked to a certain identifier

Custom Actions

Received scans trigger a python script. From this script you can achieve any number of tasks, such as writing to a tag, or inserting a new row into a database table.