Wasatch Barcode "pull" in Python

This software has been produced to work with Wasatch SoftRIP and the Wasatch XML Access Option. The XML Access option is an extra-cost add on to Wasatch SoftRIP.

Pull from Central Location

Complete source code is below. This Python 3 script has been tested on Windows, and can easily be adapted for Linux or other environments. It has been kept simple to serve as an illustration. Refer to documentation for Job Submission in the XML Access Option. This is a simple piece of software. Wasatch SoftRIP and XML Access Option are doing all the "heavy lifting".

This example illustrates pulling from a central repository, as might be done in a bank of ten RIP'S running forty printers. No hot folders are involved. If you are not generally familiar with Wasatch ImageNET or Python scripting, you may wish to look at the sample for pulling from a Print Queue first.

In addition, this sample illustrates the setting of imaging configurations based on information built into file names. This models the more-complex situations found in real production environments.

This software has been tested with the Datalogic QuickScan QD2100 barcode scanner configured to communicate via 'USB-COM-STD' (simulates RS-232 standard interface). See Datalogic's Quick Reference Guide for more information.


Source Code