SATO Printer String to Print 1D Barcode

TheStarr

Member
Join Date
Jan 2009
Location
Florida
Posts
383
Anyone know SATO printers?

I have a PLC program that outputs strings through a serial port to a SATO printer. (See "Printer Routine" and "tags")

The current tags output a label that with "B", "-128", and a 2D barcode with the data "@B".

I need to print a 1D barcode. Any idea what the string would be?

Note: the 2D designator is "BX0120141400000001".... I think. Can't find anything on the web and SATO won't respond.
 
Been there. They have an "Operator" manual, but nothing to do with programming. I think there must be a secret society of SATO programmers that are trying to corner the market! I can't get anywhere!

BTW, we have model S-8424, but I believe that the string interface is the same on most, if not all, SATO printers.

Thanks for the try.
 
Do a google search on
sato 9001073
I believe this is what you are looking for. It is for a different model, but should work.
George
 
PERFECT!!! I never thought of looking in the other model Operator manuals. I figured they would all look the same as the S8424 operator manual.

Who know that they would drop this information out of the newer documents?!?!

Thanks a million, your a life saver!
 
I have started adding this code from the Printer Rountine.pdf to my PLC.
When I got to line 2, I hit a problem. Can someone explain PRINTER_TXS[0].PRO_SEQ_NUMBER tag to me. I understand that PRINTER_TXS is a string with DIM 20 on array 1.
PRINTER_TXS[0] is the first string in the array but I dont understand how you get the .PRO_SEQ_NUMBER added to the PRINTER_TXS tag.
 

Similar Topics

I have a new L306 CompactLogix running V33 with a 5069-Serial module in order to send data through RS-232 to a Sato S84EX printer. I'm unable to...
Replies
1
Views
1,333
Hi, I need some help on how to write the command to print a string of ASCII code to a sato printer The sato printer model is CL4NX (2 unit)...
Replies
0
Views
4,120
I have a Sato M840Pro-2 Printer that is linked to a SLC 5/04 processer through a Prosoft communication card. The SLC sends information in ASCII...
Replies
2
Views
1,799
Does anyone have an Omron example sending ASCII code to a Sato printer. I will be using RS232 communication. The PLC part number is CQM-H1-CPUP1...
Replies
3
Views
3,617
Has anyone installed Hp laserjet pro 4203 to OMNI 3000 or 6000 via ethernet..Is there a specific Config? I have a problem..Please advise
Replies
0
Views
60
Back
Top Bottom