Symbol Scanner Question

Hello,

At the factory I work at we use Zebra Model MT2090 programmable bar-code scanners. Currently we use MCL Designer to program these scanners. They are used with EM to write scanned component values to our SQL database. A component trace system. My question is if Ignition has the ability to be used to program these scanners in place of MCL?

There are 3rd party modules to support barcode scanning events directly in Ignition:
https://www.sepasoft.com/barcode-scanner/

Thank you but I don’t think this is what I am looking for. MCL is for creating the scanner program not just dealing with the information scanned.

Ignition cannot really be used to program devices. Though you can usually make the software on the device very light, and bring all processing of it to the Ignition side for easier modification.

F.e. you could set up some basic real-time communication (f.e. via web services), and let Ignition read from that directly.

Thank you for the information. I will look into that as well.