SATO DR308e Service Manual

Browse online or download Service Manual for Print & Scan SATO DR308e. SATO DR308e Technical data User Manual

  • Download
  • Add to my manuals
  • Print
  • Page
    / 170
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 0
SBPL PROGRAMMING REFERENCE
For printer model:
GL408e / GL412e
www.satoamerica.com
Read this Programming Guide before and during any development work in SBPL. Keep
this Guide handy for future reference.
31$
Page view 0
1 2 3 4 5 6 ... 169 170

Summary of Contents

Page 1 - SBPL PROGRAMMING REFERENCE

SBPL PROGRAMMING REFERENCEFor printer model: GL408e / GL412ewww.satoamerica.comRead this Programming Guide before and duri

Page 2 - SATO America, Inc

Unit 1: IntroductionSATO GL4xxe SBPL Programming Reference Page 1-2ABOUT THIS MANUALThis manual is laid out consistent with the product discussed an

Page 3 - TABLE OF CONTENTS

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-62LINE FEEDFUNCTIONTo print multiple lines of the same character size with

Page 4

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-63USER DOWNLOADFUNCTIONAllows the user to define custom Protocol Command c

Page 5 - STANDARD COMMAND CODES

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-64 LANGUAGEFUNCTIONSpecifies the display language for the LCD.FORMAT<ES

Page 6 - OPTIONAL COMMAND CODES

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-65 ZERO SLASHFUNCTIONTo allow printing of numeric zeroes with a slash.FORM

Page 7

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-66 ONLINE FEEDFUNCTIONEnables label feeding when in the online mode.FORMAT

Page 8 - SATO CONTACTS 8-1

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-67PRINT LENGTH, EXPANSIONFUNCTIONTo increase the maximum print length (in

Page 9

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-68GRAPHIC COMMANDSGRAPHICS, CUSTOMFUNCTIONTo create and print custom graph

Page 10 - ABOUT THIS MANUAL

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-69GRAPHICS, BMP FILEFUNCTIONTo allow the creation and printing of graphic

Page 11 - PRINT AREA CALCULATION

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-70GRAPHICS, PCX FILEFUNCTIONTo allow the creation and printing of graphic

Page 12 - Print Offset (Linear Dots)

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-71COPY IMAGE AREAFUNCTIONTo copy an image from one location to another on

Page 13 - CONCEPTS

Unit 1: IntroductionSATO GL4xxe SBPL Programming Reference Page 1-3PRINT AREA CALCULATIONMany print applications may not require labels that fill th

Page 14 - PROGRAMMING LANGUAGE

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-72This page is left blank intentionally

Page 15 - SELECTING PROTOCOL CODES

SATO GL4xxe SBPL Programming Reference Page 5-1OPTIONALCOMMAND CODES• Calendar Commands• Memory Card Commands

Page 16 - USING BASIC

Unit 5: Optional Command CodesSATO GL4xxe SBPL Programming Reference Page 5-2CALENDAR COMMANDSCALENDAR PRINTINGFUNCTIONPrints the date and/or time fie

Page 17

Unit 5: Optional Command CodesSATO GL4xxe SBPL Programming Reference Page 5-3CALENDAR INCREMENTFUNCTIONPrints the date and/or time field from the prin

Page 18 - Label Length

Unit 5: Optional Command CodesSATO GL4xxe SBPL Programming Reference Page 5-4CALENDAR CONFIGURATIONFUNCTIONTo set the time and date of the printer’s i

Page 19 - Unit 2: Programming Concepts

Unit 5: Optional Command CodesSATO GL4xxe SBPL Programming Reference Page 5-5MEMORY CARD COMMANDSCARD SLOT FOR USEFUNCTIONSpecifies the card slot for

Page 20 - Unit 2: Programming Concepts

Unit 5: Optional Command CodesSATO GL4xxe SBPL Programming Reference Page 5-6CARD FORMATFUNCTIONSpecifies the format (initialization) of memory card.F

Page 21 - REFERENCE

Unit 5: Optional Command CodesSATO GL4xxe SBPL Programming Reference Page 5-7MEMORY CARTRIDGE FORMATFUNCTIONTo format the memory cartridge.FORMAT<E

Page 22 - COMMAND QUICK REFERENCE

Unit 5: Optional Command CodesSATO GL4xxe SBPL Programming Reference Page 5-8MEMORY CARD CLEARFUNCTIONClears the entire contents in the optional memor

Page 23

Unit 5: Optional Command CodesSATO GL4xxe SBPL Programming Reference Page 5-9PRINT MEMORY CARD STATUSFUNCTIONPrints the status of memory card.FORMAT&l

Page 24

Unit 1: IntroductionSATO GL4xxe SBPL Programming Reference Page 1-4Lastly, one must calculate the horizontal distance to offset printing to accommod

Page 25

Unit 5: Optional Command CodesSATO GL4xxe SBPL Programming Reference Page 5-10TRUE TYPE FONT, RECALLFUNCTIONSpecifies to invoke True Type Font.FORMAT&

Page 26

Unit 5: Optional Command CodesSATO GL4xxe SBPL Programming Reference Page 5-11TRUE TYPE FONT, STOREFUNCTIONSpecifies the storageTrue Type Font.FORMATB

Page 27

Unit 5: Optional Command CodesSATO GL4xxe SBPL Programming Reference Page 5-12FORMAT/FIELD, RECALLFUNCTIONTo recall a field from a stored format and p

Page 28

Unit 5: Optional Command CodesSATO GL4xxe SBPL Programming Reference Page 5-13FORMAT/FIELD, STOREFUNCTIONTo store a format field description in the me

Page 29

Unit 5: Optional Command CodesSATO GL4xxe SBPL Programming Reference Page 5-14FORM OVERLAY, RECALLFUNCTIONTo recall the label image from stored in the

Page 30

Unit 5: Optional Command CodesSATO GL4xxe SBPL Programming Reference Page 5-15FORM OVERLAY, STOREFUNCTIONTo store fixed print contents to the memory c

Page 31

Unit 5: Optional Command CodesSATO GL4xxe SBPL Programming Reference Page 5-16Example A: Normal Operation<ESC>A<ESC>V100<ESC>H100<

Page 32

Unit 5: Optional Command CodesSATO GL4xxe SBPL Programming Reference Page 5-17BMP FILE, RECALLFUNCTIONTo recall a previously stored BMP file stored in

Page 33

Unit 5: Optional Command CodesSATO GL4xxe SBPL Programming Reference Page 5-18BMP FILE, STOREFUNCTIONTo store for printing a graphic file in a BMP for

Page 34

Unit 5: Optional Command CodesSATO GL4xxe SBPL Programming Reference Page 5-19PCX FILE, RECALLFUNCTIONTo recall for printing a graphic file previously

Page 35

SATO GL4xxe SBPL Programming Reference Page 2-1PROGRAMMINGCONCEPTS• Programming Language• Selecting Protocol Codes• Using Basic• Print Position Comman

Page 36

Unit 5: Optional Command CodesSATO GL4xxe SBPL Programming Reference Page 5-20PCX FILE, STOREFUNCTIONTo store for later printing a PCX graphic file in

Page 37

Unit 5: Optional Command CodesSATO GL4xxe SBPL Programming Reference Page 5-21CUSTOM GRAPHICS, RECALLFUNCTIONUse the Recall command any time you want

Page 38

Unit 5: Optional Command CodesSATO GL4xxe SBPL Programming Reference Page 5-22CUSTOM GRAPHICS, STOREFUNCTIONTo provide similar functionality to the &l

Page 39 - STANDARD

Unit 5: Optional Command CodesSATO GL4xxe SBPL Programming Reference Page 5-23CHARACTER, CUSTOM DESIGNEDFUNCTIONTo allow for the creation, storage, an

Page 40 - START/STOP LABEL

Unit 5: Optional Command CodesSATO GL4xxe SBPL Programming Reference Page 5-24This page is left blank intentionally

Page 41 - PRINT QUANTITY

SATO GL4xxe SBPL Programming Reference Page 6-1BI-DIRECTIONALCOMMUNICATIONS• Introduction• Enquire & Response

Page 42 - JOB ID, STORE

Unit 6: Bi-Directional CommunicationsSATO GL4xxe SBPL Programming Reference Page 6-2INTRODUCTIONBi-Directional communications is a two-way communicat

Page 43 - JOB NAME

Unit 6: Bi-Directional CommunicationsSATO GL4xxe SBPL Programming Reference Page 6-3ENQUIRE & RESPONSEENQUIRE (SOH + ENQ)Upon receipt of an ENQ co

Page 44 - CHARACTER, EXPANSION

Unit 6: Bi-Directional CommunicationsSATO GL4xxe SBPL Programming Reference Page 6-4PRINT START (SOH + DC1)This command enables the printer to exit t

Page 45 - CHARACTER, PITCH

Unit 6: Bi-Directional CommunicationsSATO GL4xxe SBPL Programming Reference Page 6-5COUNTER STATUS (SOH + ME)Receipt of SOH followed by ME causes the

Page 46 - CHARACTER, FIXED SPACING

Unit 2: Programming ConceptsSATO GL4xxe SBPL Programming Reference Page 2-2PROGRAMMING LANGUAGEA programming language for a printer is a familiar con

Page 47

Unit 6: Bi-Directional CommunicationsSATO GL4xxe SBPL Programming Reference Page 6-6ITEM NUMBER CHECKThe printer checks the item number of received p

Page 48 - SEQUENTIAL NUMBERING

Unit 6: Bi-Directional CommunicationsSATO GL4xxe SBPL Programming Reference Page 6-7DESIGNATION OF SWITCHING STATUS 5 RETURN (ESC + PL)This command sw

Page 49 - PRINT, CIRCLES

Unit 6: Bi-Directional CommunicationsSATO GL4xxe SBPL Programming Reference Page 6-8This page is left blank intentionally

Page 50 - PRINT, TRIANGLES

SATO GL4xxe SBPL Programming Reference Page 7-1APPENDIX• Custom Characters/Graphics• Custom Protocol Codes• Reference Tables

Page 51 - PRINT, LINES & BOXES

Unit 7: AppendixSATO GL4xxe SBPL Programming Reference Page 7-2CUSTOM CHARACTERS/GRAPHICSCUSTOM DESIGNED CHARACTER EXAMPLEThe following example is pr

Page 52 - REVERSE IMAGE

Unit 7: AppendixSATO GL4xxe SBPL Programming Reference Page 7-34. To store the custom designed character in memory using a hexadecimal data stream:<

Page 53

Unit 7: AppendixSATO GL4xxe SBPL Programming Reference Page 7-4<ESC>A <ESC>L505<ESC>H0150<ESC>V100<ESC>K1B903F <ESC&

Page 54

Unit 7: AppendixSATO GL4xxe SBPL Programming Reference Page 7-54. Using the hexadecimal data, send the following code to print the graphic image as de

Page 55 - REPLACE DATA (PARTIAL EDIT)

Unit 7: AppendixSATO GL4xxe SBPL Programming Reference Page 7-6CLS OPEN .COM2:9600,N,8,1,CS,DS. FOR OUTPUT AS #1E$ = CHR$(27) PRINT #1,CHR$(2); E$; .

Page 56

Unit 7: AppendixSATO GL4xxe SBPL Programming Reference Page 7-7The printer output for both the hexadecimal and binary format example is:PCX GRAPHICS E

Page 57 - JOURNAL PRINTING

Unit 2: Programming ConceptsSATO GL4xxe SBPL Programming Reference Page 2-3SELECTING PROTOCOL CODESProtocol codes are the special control characters t

Page 58

Unit 7: AppendixSATO GL4xxe SBPL Programming Reference Page 7-8

Page 59 - MIRROR IMAGE

Unit 7: AppendixSATO GL4xxe SBPL Programming Reference Page 7-9CUSTOM PROTOCOL CODESThis chapter contains information on creating custom Protocol Comm

Page 60 - MEDIA SIZE

Unit 7: AppendixSATO GL4xxe SBPL Programming Reference Page 7-10REFERENCE TABLESTABLE 1: VALID COMMANDS (<ESC>L)Font<UB> <XS> <X

Page 61 - PRINT POSITION

Unit 7: AppendixSATO GL4xxe SBPL Programming Reference Page 7-11TABLE 7: VALID COMMANDS (<ESC>&)Print Position <V> <H>Font<XU

Page 62 - FONT COMMANDS

Unit 7: AppendixSATO GL4xxe SBPL Programming Reference Page 7-12TABLE 12: CHARACTER FONT SET (<ESC>XU)W5 X H9 CHARACTER SIZE, 12 DOTS/MM HEAD D

Page 63

Unit 7: AppendixSATO GL4xxe SBPL Programming Reference Page 7-13TABLE 14: CHARACTER FONT SET (<ESC>XM)W24 X H24 CHARACTER SIZE, 12 DOTS/MM HEAD

Page 64 - FONT, RASTER

Unit 7: AppendixSATO GL4xxe SBPL Programming Reference Page 7-14TABLE 16: CHARACTER FONT SET (<ESC>XL)W48 X H48 CHARACTER SIZE, 12 DOTS/MM HEAD

Page 65

Unit 7: AppendixSATO GL4xxe SBPL Programming Reference Page 7-15TABLE 18: CHARACTER FONT SET (<ESC>OA)W24 X H24 CHARACTER SIZE, 12 DOTS/MM HEAD

Page 66 - FONT, VECTOR

Unit 7: AppendixSATO GL4xxe SBPL Programming Reference Page 7-16 TABLE 20: VALID COMMANDS (<ESC>RD)Print Position <V> <H>Modifica

Page 67 - BAR CODES

Unit 7: AppendixSATO GL4xxe SBPL Programming Reference Page 7-17TABLE 24: BARCODE TYPE (<ESC>BD)A BARCODE DESCRIPTION RATIO0 NW-7 (Codabar)Set p

Page 68

Unit 2: Programming ConceptsSATO GL4xxe SBPL Programming Reference Page 2-4USING BASICIt may be useful to test your printer using a BASIC program on

Page 69

Unit 7: AppendixSATO GL4xxe SBPL Programming Reference Page 7-18 TABLE 26: CODE128 DATA VALUES (<ESC>BG)VALUE SUBSET A SUBSET B SUBSET C VALUE

Page 70

Unit 7: AppendixSATO GL4xxe SBPL Programming Reference Page 7-1982 DC2 >2 r >2 82 99 Subset C >C Subset C >C 9983 DC3 >3 s >3 83 10

Page 71 - EAN/UCC COMPOSITE SYMBOL

Unit 7: AppendixSATO GL4xxe SBPL Programming Reference Page 7-20 h Print Darkness Level 00H Darkness 001H Darkness 102H Darkness 203H Dar

Page 72

Unit 7: AppendixSATO GL4xxe SBPL Programming Reference Page 7-21 TABLE 29: PARAMETERS (<ESC>PC)# ITEM # ITEM DESCRIPTIONb 1 Not used. 0 Fixedc

Page 73 - BOOKLAND

Unit 7: AppendixSATO GL4xxe SBPL Programming Reference Page 7-22z 26 Buzzer sound setting(Initial value : 0)0 Yes1 NoTABLE 30: PARAMETERS (<ES

Page 74

Unit 7: AppendixSATO GL4xxe SBPL Programming Reference Page 7-23System<ESC>CS Print Speed<ESC>#E Print Darkness<ESC>~ Cut, Job<ES

Page 75 - FUNCTION

Unit 7: AppendixSATO GL4xxe SBPL Programming Reference Page 7-24<ESC>CC Card Slot for Use <ESC>EX Print Length Expansion<ESC>BJS Pr

Page 76

Unit 7: AppendixSATO GL4xxe SBPL Programming Reference Page 7-25 2No Error. 030Ribbon Near End. 131Buffer Near Full. 232Ribbon Near End & Buffer N

Page 77

Unit 7: AppendixSATO GL4xxe SBPL Programming Reference Page 7-26This page is left blank intentionally

Page 79 - <ESC>A

Unit 2: Programming ConceptsSATO GL4xxe SBPL Programming Reference Page 2-5PRINTING WITH THE RS232C PORT5 REM CL612 Parallel Example Identifies the pr

Page 80 - 2D CODE COMMANDS

SATO GROUP OF COMPANIESInternational HeadquartersSATO INTERNATIONAL PTE. LTD.438A Alexandra Road #05-01/04,Alexandra Technopark, Singapore 119967Phone

Page 81

Unit 2: Programming ConceptsSATO GL4xxe SBPL Programming Reference Page 2-6PRINT POSITION COMMANDSThere are three methods using command codes to prop

Page 82 - MAXI CODE

Unit 2: Programming ConceptsSATO GL4xxe SBPL Programming Reference Page 2-7The Command Code subsection contains a sample label output for each command

Page 83 - DATA MATRIX CODE

SATO America, Inc.10350A Nations Ford RoadCharlotte, NC 28273Main Phone: (704) 644.1650Technical Support: (704) 644.1660Technical Support Fax: (707) 6

Page 84 - DATA MATRIX CODE, DATA

Unit 2: Programming ConceptsSATO GL4xxe SBPL Programming Reference Page 2-8This page is left blank intentionally

Page 85

SATO GL4xxe SBPL Programming Reference Page 3-1COMMAND QUICK REFERENCE• A through Z (all commands)

Page 86 - PRINT SPEED

Unit 3: Command Quick ReferenceSATO GL4xxe SBPL Programming Reference Page 3-2COMMAND QUICK REFERENCEINSTRUCTION DESCRIPTIONA Start Code. Begins all p

Page 87 - PRINT DARKNESS

Unit 3: Command Quick ReferenceSATO GL4xxe SBPL Programming Reference Page 3-3*a,bbb Clear Memory Card. Stores a label image in Expanded Memory.a = Me

Page 88 - CUTTING OPERATION

Unit 3: Command Quick ReferenceSATO GL4xxe SBPL Programming Reference Page 3-4Babbcccd Bar Codes. Prints a 1:3 ratio barcode.a = 0: Codabar1: Code 3

Page 89 - BASE REFERENCE POINT

Unit 3: Command Quick ReferenceSATO GL4xxe SBPL Programming Reference Page 3-5BF Bookland. Prints a Bookland barcode.a= Narrow bar width (01 to 12 dot

Page 90 - PRINT END POSITION

Unit 3: Command Quick ReferenceSATO GL4xxe SBPL Programming Reference Page 3-6BJTaabbccddeefffgg..g True Type Font, Recall. Recalls a previously store

Page 91 - CUT, JOB

Unit 3: Command Quick ReferenceSATO GL4xxe SBPL Programming Reference Page 3-7BQ QR Code. Prints QR CODE of 2D code.a = Error correction level1: 7% h

Page 92 - CUT, LABEL

Unit 3: Command Quick ReferenceSATO GL4xxe SBPL Programming Reference Page 3-8BVa,b,c, ddddddddd,eee,f f f,gg..gMaxicode. Prints 2-D Maxicode symbols

Page 93 - CUT, LAST

Unit 3: Command Quick ReferenceSATO GL4xxe SBPL Programming Reference Page 3-9CLa CL/LF Deletion. Deletes the occurrence of CR/LF characters in the da

Page 94 - CLEAR PRINT JOBS & MEMORY

iTABLE OF CONTENTSINTRODUCTIONAbout This Manual 1-2Print Area Calculation 1-3PROGRAMMING CONCEPTSProgramming Language 2-2Selecting Protocol Codes 2-3U

Page 95 - OFFLINE/PAUSE

Unit 3: Command Quick ReferenceSATO GL4xxe SBPL Programming Reference Page 3-10$ Font, Vector. Specifies printing of the unique SATO vector font.a = A

Page 96 - REPEAT LABEL

Unit 3: Command Quick ReferenceSATO GL4xxe SBPL Programming Reference Page 3-11FC Print, Circles. Specifies the printing of circles.a = Radius (5 to 9

Page 97 - FLASH ROM SETUP

Unit 3: Command Quick ReferenceSATO GL4xxe SBPL Programming Reference Page 3-12FXaaabcccdddeee Data Matrix. Sequential Numbering. Prints sequential n

Page 98

Unit 3: Command Quick ReferenceSATO GL4xxe SBPL Programming Reference Page 3-13GRccc Graphic, Recall. Recalls for printing the graphic image stored by

Page 99 - SENSOR TYPE

Unit 3: Command Quick ReferenceSATO GL4xxe SBPL Programming Reference Page 3-14LDa,b,c,d,e,f,g,i,jj User Download. Downloads a user defined set of Alt

Page 100 - LINE FEED

Unit 3: Command Quick ReferenceSATO GL4xxe SBPL Programming Reference Page 3-15PS Proportional Font Spacing. Places the printer in the proportional ch

Page 101 - USER DOWNLOAD

Unit 3: Command Quick ReferenceSATO GL4xxe SBPL Programming Reference Page 3-16/D Field, Recall. To recall a field previously stored in in the memory

Page 102 - CR/LF DELETION

Unit 3: Command Quick ReferenceSATO GL4xxe SBPL Programming Reference Page 3-17WB Font Type. Specifies the 18W x 30L dot matrix font (includes descend

Page 103 - AUTO ONLINE

Unit 3: Command Quick ReferenceSATO GL4xxe SBPL Programming Reference Page 3-18XL Font Type. Specifies the 48W x 48H dot matrix font (includes descend

Page 104 - ONLINE FEED

SATO GL4xxe SBPL Programming Reference Page 4-1STANDARD COMMAND CODES• Control Commands• Modification Commands• Print Position Commands• Font Commands

Page 105 - PRINT LENGTH, EXPANSION

ii<ESC>FM Memory Cartridge Format 3-11<ESC>FP Memory Cartridge Printing 3-11<ESC>FT Printing, Triangles 3-11<ESC>FW Printing,

Page 106 - GRAPHICS, CUSTOM

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-2CONTROL COMMANDSSTART/STOP LABELFUNCTIONFor all print jobs, the Start com

Page 107 - GRAPHICS, BMP FILE

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-3PRINT QUANTITYFUNCTIONTo specify the total quantity of labels to print fo

Page 108 - GRAPHICS, PCX FILE

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-4JOB ID, STOREFUNCTIONTo add an identification number to a job. The status

Page 109 - COPY IMAGE AREA

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-5JOB NAMEFUNCTIONThis command is to identify a particular job using a desc

Page 110

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-6MODIFICATION COMMANDSCHARACTER, EXPANSIONFUNCTIONTo independently expand

Page 111 - COMMAND CODES

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-7CHARACTER, PITCHFUNCTIONTo designate the amount of spacing (in dots) betw

Page 112 - CALENDAR PRINTING

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-8CHARACTER, FIXED SPACINGFUNCTIONTo reset proportional spacing and place t

Page 113 - CALENDAR INCREMENT

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-9ROTATE, FIXED BASE REFERENCE POINTFUNCTIONTo rotate the print direction i

Page 114 - CALENDAR CONFIGURATION

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-10SEQUENTIAL NUMBERINGFUNCTIONTo print sequential fields (text, bar codes)

Page 115 - CARD SLOT FOR USE

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-11PRINT, CIRCLESFUNCTIONSpecifies the printing of circles.FORMAT<ESC>

Page 116 - CARD FORMAT

iiiSTANDARD COMMAND CODESControl Commands 4-2<ESC>A Start Label 4-2<ESC>Z Stop Label 4-2<ESC>Q Print Quantity 4-3<ESC>ID Job I

Page 117 - MEMORY CARTRIDGE PRINTING

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-12PRINT, TRIANGLESFUNCTIONSpecifies the printing of triangles.FORMAT<ES

Page 118 - MEMORY CARD CLEAR

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-13PRINT, LINES & BOXESFUNCTIONTo print horizontal lines, vertical line

Page 119 - PRINT MEMORY CARD STATUS

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-14REVERSE IMAGEFUNCTIONTo reverse an image area from black to white and vi

Page 120 - TRUE TYPE FONT, RECALL

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-15FORM OVERLAY, STOREFUNCTIONTo store a label image in the volatile form o

Page 121 - TRUE TYPE FONT, STORE

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-16FORM OVERLAY, RECALLFUNCTIONTo recall the label image from the form over

Page 122 - FORMAT/FIELD, RECALL

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-17REPLACE DATA (PARTIAL EDIT)FUNCTIONTo replace a specified area of the pr

Page 123 - FORMAT/FIELD, STORE

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-18COPY IMAGE AREA (PARTIAL COPY)FUNCTIONTo copy an image from one location

Page 124 - FORM OVERLAY, RECALL

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-19JOURNAL PRINTINGFUNCTIONTo print text in a line by line format on a labe

Page 125 - FORM OVERLAY, STORE

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-20RECALL AND PRINT OF FONT & LOGOFUNCTIONCalls and prints fonts and lo

Page 126

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-21MIRROR IMAGEFUNCTIONTo allow mirror image printing of data, such as on t

Page 127 - BMP FILE, RECALL

iv<ESC>BV Maxi Code 4-43<ESC>BX Data Matrix Code 4-44<ESC>DC Data Matrix Code, Data 4-45<ESC>FX Data Matrix Code, Sequential N

Page 128 - BMP FILE, STORE

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-22PRINT POSITION COMMANDSMEDIA SIZEFUNCTIONTo set the size of the media.FO

Page 129 - PCX FILE, RECALL

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-23PRINT POSITIONFUNCTIONThe Horizontal and Vertical commands specify the t

Page 130 - PCX FILE, STORE

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-24FONT COMMANDSFONTS: S, M, U, OA, OB, XB, XL, XS, XM, XUFUNCTIONTo print

Page 131 - CUSTOM GRAPHICS, RECALL

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-25SMOOTHING FONTS: WB, WL, XB, XLFUNCTIONTo print text images on a label.

Page 132 - CUSTOM GRAPHICS, STORE

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-26FONT, RASTERFUNCTIONTo print point size characters created using font de

Page 133 - CHARACTER, CUSTOM DESIGNED

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-27OUTPUT(4-20)NOTESThe “cccc” Horizontal Size and “dddd” Horizontal Size p

Page 134

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-28FONT, VECTORFUNCTIONTo specify printing of the unique SATO vector font.

Page 135 - COMMUNICATIONS

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-29BARCODE COMMANDSBAR CODESFUNCTIONTo print bar code images on a label.FOR

Page 136 - INTRODUCTION

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-30EXAMPLENote: Carriage Returns and Line Feeds have been added to the comm

Page 137 - ENQUIRE & RESPONSE

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-31OUPUTWithout Incrementing:<ESC>A<EXC>H0100<EXC>V0100&l

Page 138 - PRINTER STATUS (SOH + MG)

vBI-DIRECTIONAL COMMUNICATIONSIntroduction 6-2General Configuration 6-2Serial Interface 6-2Receive Buffer 6-2Data Transmission 6-2Enquire & Respon

Page 139

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-32BARCODE, HUMAN READABLE INFORMATION (HRI)FUNCTIONSpecifies the character

Page 140 - BCC CHECK (BLOCK CHECK CODE)

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-33EAN/UCC COMPOSITE SYMBOLFUNCTIONSpecifies the composite symbol of EAN/UC

Page 141

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-34CODE 93FUNCTIONSpecifies CODE93 barcode.FORMAT<ESC>BCaabbbccn~na =

Page 142

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-35BOOKLANDFUNCTIONSpecifies Bookland barcode.FORMAT<ESC>BFaabbn~na =

Page 143 - APPENDIX

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-36CODE128FUNCTIONSpecifies CODE128 barcode.FORMAT<ESC>BGaabbbn~na =

Page 144 - CUSTOM CHARACTERS/GRAPHICS

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-37SSCCFUNCTIONSpecifies SSCC (Serial Shipping Container Code) barcode.FORM

Page 145

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-38OUTPUTWithout incrementing:(4-26a)With incrementing:(4-26b)NOTESUCC128 c

Page 146 - CUSTOM GRAPHICS EXAMPLE

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-39POSTNETFUNCTIONTo print Postnet bar codes.FORMAT<ESC>BPn...nn...n

Page 147 - Unit 7: Appendix

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-40VARIABLE RATIO BARCODESFUNCTIONTo print a bar code with a ratio other th

Page 148 - Unit 7: Appendix

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-41BARCODE EXPANSIONFUNCTIONThis command works together with the <ESC>

Page 149 - PCX GRAPHICS EXAMPLE

viTable 26: CODE128 Data Values (<ESC>BG) 7-18Table 27: Format ID List (<ESC>BX) 7-19Table 28: Parameters (<ESC>PG) 7-19Table 29: Pa

Page 150

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-422D CODE COMMANDSPDF417FUNCTIONSpecifies PDF417 of 2D code.FORMAT<ESC&

Page 151 - CUSTOM PROTOCOL CODES

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-43QR CODEFUNCTIONSpecifies QR Code of 2D code.FORMAT<ESC>BQ (Manual

Page 152 - REFERENCE TABLES

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-44MAXI CODEFUNCTIONSpecifies Maxi code of 2D code.FORMAT<ESC>BVa, b,

Page 153

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-45DATA MATRIX CODEFUNCTIONSpecifies Data Matrix Code of 2D code.FORMAT<

Page 154

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-46DATA MATRIX CODE, DATAFUNCTIONSpecifies data for the data matrix code of

Page 155

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-47DATA MATRIX CODE, SEQUENTIAL NUMBERFUNCTIONSpecifies sequential numberin

Page 156

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-48SYSTEM COMMANDSPRINT SPEEDFUNCTIONTo specify a unique print speed throug

Page 157

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-49PRINT DARKNESSFUNCTIONTo specify a new print darkness setting through so

Page 158

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-50CUTTING OPERATIONFUNCTIONTo specify the movement of cutting.FORMAT<ES

Page 159

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-51BASE REFERENCE POINTFUNCTIONTo establish a new base reference point for

Page 160

Unit 1: IntroductionSATO GL4xxe SBPL Programming Reference Page 1-1INTRODUCTION• About This Manual• Print Area Calculation

Page 161

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-52 PRINT AREA, ENLARGEMENTFUNCTIONSpecifies the print area to be standard

Page 162

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-53CUT, JOBFUNCTIONRegulates label cutting when using a cutter assembly wit

Page 163

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-54CUT, LABELFUNCTIONRegulates label cutting when using a cutter assembly w

Page 164

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-55CUT, LASTFUNCTIONRegulates label cutting when using a cutter assembly wi

Page 165

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-56 CLEAR PRINT JOBS & MEMORYFUNCTIONTo clear individual memory or buff

Page 166

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-57 OFFLINE/PAUSEFUNCTIONSpecifies when, and under what circumstances, the

Page 167

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-58REPEAT LABELFUNCTIONTo print a duplicate of the last label printed.FORMA

Page 168

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-59EEPROM SETUPFUNCTIONRegisters the operation of the printer in EEPROM.FOR

Page 169 - 1SATO CONTACTS

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-60SERIAL INTERFACE, CONFIGURATIONFUNCTIONSpecifies the programming configu

Page 170 - European Region

Unit 4: Standard Command CodesSATO GL4xxe SBPL Programming Reference Page 4-61SENSOR TYPEFUNCTIONTo select a label sensing method for a print job.FORM

Comments to this Manuals

No comments