Re: Barcode Generation?
Posted: Fri Dec 24, 2021 2:16 pm
EDITED:
I had a look into barcode generation and thought it might be a fun little project. Only took a day, but managed to get proof of concept.
Managed to get a barcode generated, and scanned online for a correct reading. Startcode, code, checksum and Endcode. My previous file was using incorrect checksum values and had the incorrect offset of line for selecting code blocks. All have been corrected.
Only for 128 Code B, and only for numbers. It basically works off a table, and I couldn't be bothered getting too far down that rabbit hole to go outside numbers only.
Can be scaled up to the rest of the codes, addition of letters and other characters. I haven't added the tables, but they are easy enough to find through somewhere like Honeywell, Wikipedia, etc. That's where I got this data from.
All of the scripting is done in the "GO!" button.
It still has a few hiccups like the "input" word gets covered with a graphic...
Enjoy.
XdM
I had a look into barcode generation and thought it might be a fun little project. Only took a day, but managed to get proof of concept.
Managed to get a barcode generated, and scanned online for a correct reading. Startcode, code, checksum and Endcode. My previous file was using incorrect checksum values and had the incorrect offset of line for selecting code blocks. All have been corrected.
Only for 128 Code B, and only for numbers. It basically works off a table, and I couldn't be bothered getting too far down that rabbit hole to go outside numbers only.
Can be scaled up to the rest of the codes, addition of letters and other characters. I haven't added the tables, but they are easy enough to find through somewhere like Honeywell, Wikipedia, etc. That's where I got this data from.
All of the scripting is done in the "GO!" button.
It still has a few hiccups like the "input" word gets covered with a graphic...
Enjoy.
XdM