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
Here's a much better way to print Sander Rossel: ++++++++++[>+>+++>+++++++>++++++++++<<<<-]>>>+++++++++++++.>---.+++++++++++++.----------.+.+++++++++++++.<<++.>-.>---.++++..--------------.+++++++. BrainElephant
-
jeron1 wrote:
If there's (quality) any documentation, be happy, you're way ahead of the game.
In many cases (OSS projects - I'm looking at you! :mad:), the only documentation is the source code. No comments, no nothing. :sigh:
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.
Daniel Pfeffer wrote:
the only documentation is the source code. No comments, no nothing.
C'mon, it's the challenge that makes it fun, no? :-D
"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
Have done a few Zebra labels. Watch out for firmware levels. I ones created a nice label, different fonts, different barcodes, different orientation etc. On my test printer looked nice, on all others not. Had to upgrade the firmware on all other printers (same model, old firmware) to get the same result. Make sure the documentation fits the firmware.
-
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
Labelary have a pretty decent online viewer[^] and a web service[^] to generate an image from a ZPL string, if it helps. :)
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
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
These printers usually support printing an image: compose a visual in WPF and send that. That's how you print shipping labels from postal carriers (you retrieve an image from them via an account).
It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food
-
These printers usually support printing an image: compose a visual in WPF and send that. That's how you print shipping labels from postal carriers (you retrieve an image from them via an account).
It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food
Gerry Schmitz wrote:
These printers usually support printing an image: compose a visual in WPF and send that.
I've done similar with other label printers in UWP, and receipt printers in WPF. OTOH I've also had to print to receipt printers that were pure text only line printers; those you I did need to insert magic characters into the string sequence to make some things work. That was one part of the project I absolutely don't miss. X|
Did you ever see history portrayed as an old man with a wise brow and pulseless heart, weighing all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt
-
Daniel Pfeffer wrote:
the only documentation is the source code. No comments, no nothing.
C'mon, it's the challenge that makes it fun, no? :-D
"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
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.
-
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?