I'm operating in a factory setting where speed is important. I store order information in the cloud. Barcodes are printed by querying the database for information. Operators use a tkinter app on a raspberry pi that runs a python script to query the cloud.
Currently printing out a barcode takes about 5 seconds to make that query and then use os.system()
to print out the barcode.
- Is there a faster way to send jobs to the printer?
- I've been looking into storing files locally to speed this process up, does anyone have any of what to look into? Network attached storage that downloads relevant files from the cloud nightly?
- Any suggestions for running modern factory automation with python?
question from:
https://stackoverflow.com/questions/65888739/storing-files-locally-and-sending-jobs-to-printer-for-speed 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…