I'm at a place I never hoped to reach...
-
I'll have to print a label using a Zebra printer. I'm looking at the documentation and the Zebra language (one of four, it seems) is a 1590 page document... Apparently, the string for printing my name would look as follows:
^XA
^FO50,50^ADN,36,20^FDSander Rossel
^FS
^XZI don't think I'm prepared for this :wtf:
Best, Sander sanderrossel.com Migrating Applications to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
Doesn't look so hard. I have no idea about Zebra, but by my educated guessing I'd say ^XA and ^XZ enclose the document to be printed, and ^FD and ^FS enclose a single string to be printed. The rest probably indicates stuff like the font to be used and it's properties, such as size and style. I've seen worse. *shrug*
GOTOs are a bit like wire coat hangers: they tend to breed in the darkness, such that where there once were few, eventually there are many, and the program's architecture collapses beneath them. (Fran Poretto)
-
I'll have to print a label using a Zebra printer. I'm looking at the documentation and the Zebra language (one of four, it seems) is a 1590 page document... Apparently, the string for printing my name would look as follows:
^XA
^FO50,50^ADN,36,20^FDSander Rossel
^FS
^XZI don't think I'm prepared for this :wtf:
Best, Sander sanderrossel.com Migrating Applications to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
:yawn: :D How about programming for DEC LA-120 printers? And storing the codes in the SYSDEVCTL library?
-
Oh, sure. It's the programming equivalent of building a bridge with no data on the thickness of the iron bars, the quality of the cement, etc. Great fun - until it all collapses. /s
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.
:laugh: What, your first guess isn't spot on every time? Jeeze, what on earth is wrong with you?
"the debugger doesn't tell me anything because this code compiles just fine" - random QA comment "Facebook is where you tell lies to your friends. Twitter is where you tell the truth to strangers." - chriselst "I don't drink any more... then again, I don't drink any less." - Mike Mullikins uncle
-
I'll have to print a label using a Zebra printer. I'm looking at the documentation and the Zebra language (one of four, it seems) is a 1590 page document... Apparently, the string for printing my name would look as follows:
^XA
^FO50,50^ADN,36,20^FDSander Rossel
^FS
^XZI don't think I'm prepared for this :wtf:
Best, Sander sanderrossel.com Migrating Applications to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
Don't they have drivers? That's why the concept of a printer driver was invented - so you don't have to send a different set of bytes to each device to get it to output text for you. This is a rhetorical question. Obviously they don't or you wouldn't have this headache. However, you might find that someone has written some code to simplify this. I don't even want to start down that rabbit hole. I have enough weirdness going on.
"They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"
-
Here's a much better way to print Sander Rossel: ++++++++++[>+>+++>+++++++>++++++++++<<<<-]>>>+++++++++++++.>---.+++++++++++++.----------.+.+++++++++++++.<<++.>-.>---.++++..--------------.+++++++. BrainElephant
-
I'll have to print a label using a Zebra printer. I'm looking at the documentation and the Zebra language (one of four, it seems) is a 1590 page document... Apparently, the string for printing my name would look as follows:
^XA
^FO50,50^ADN,36,20^FDSander Rossel
^FS
^XZI don't think I'm prepared for this :wtf:
Best, Sander sanderrossel.com Migrating Applications to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
Never had a problem with Zebra Printer. Simply installed it on windows and used the standard printer forms to print the labels :confused:
It does not solve my Problem, but it answers my question Chemists have exactly one rule: there are only exceptions
-
I'll have to print a label using a Zebra printer. I'm looking at the documentation and the Zebra language (one of four, it seems) is a 1590 page document... Apparently, the string for printing my name would look as follows:
^XA
^FO50,50^ADN,36,20^FDSander Rossel
^FS
^XZI don't think I'm prepared for this :wtf:
Best, Sander sanderrossel.com Migrating Applications to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
-
I'll have to print a label using a Zebra printer. I'm looking at the documentation and the Zebra language (one of four, it seems) is a 1590 page document... Apparently, the string for printing my name would look as follows:
^XA
^FO50,50^ADN,36,20^FDSander Rossel
^FS
^XZI don't think I'm prepared for this :wtf:
Best, Sander sanderrossel.com Migrating Applications to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
I think the last time I worked on a Zebra printer (or something that looks similar to what you posted) was around the 1980's when I was writing a custom print routine on a Commodore 64!
Latest Articles:
Proxy class for TypeScript/Intellisense DOM manipulation -
I'll have to print a label using a Zebra printer. I'm looking at the documentation and the Zebra language (one of four, it seems) is a 1590 page document... Apparently, the string for printing my name would look as follows:
^XA
^FO50,50^ADN,36,20^FDSander Rossel
^FS
^XZI don't think I'm prepared for this :wtf:
Best, Sander sanderrossel.com Migrating Applications to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
-
I'll have to print a label using a Zebra printer. I'm looking at the documentation and the Zebra language (one of four, it seems) is a 1590 page document... Apparently, the string for printing my name would look as follows:
^XA
^FO50,50^ADN,36,20^FDSander Rossel
^FS
^XZI don't think I'm prepared for this :wtf:
Best, Sander sanderrossel.com Migrating Applications to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
Label printers are the bane of our existence. Every manufacturer has their own proprietary printer language. You would think that in today's world they'd all be using Postscript. There's a lot of off the shelf software that will take a label design and generate the correct instructions for the label printer. What are you trying to do that requires you to dive into the coding of the label?