Cognitive Solutions Cxi Guía de usuario

Busca en linea o descarga Guía de usuario para Impresión y escaneo Cognitive Solutions Cxi. Cognitive Solutions Cxi User`s guide Manual de usuario

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 292
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente

Indice de contenidos

Pagina 1 - Programmer's Guide

Cognitive Programming Language (CPL) Programmer's Guide 105-008-02 Revision C2 – 3/17/2006 *105-008-02*

Pagina 2

Bar Code Information ... 253 Uniform Product Code (UPC) ...

Pagina 3

STANDARD PRINTER COMMANDS 88 Copyright © 2006, Cognitive. x y Starting position of the printed character string. The reference point on the text bl

Pagina 4

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 89 space Number of dots between each printed character. Valid entries are 0 to 255 and N, with

Pagina 5 - Table of Contents

STANDARD PRINTER COMMANDS 90 Copyright © 2006, Cognitive. Wake-up string Function Switches the printer from idle to active mode in preparation for

Pagina 6

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 91 does not adversely affect the behavior of printers that do not require one. You may want to

Pagina 7

STANDARD PRINTER COMMANDS 92 Copyright © 2006, Cognitive. WIDTH Function Sets the width of the printed label. Typically, this command is for print

Pagina 8

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 93 NOTE: The WIDTH command is necessary with the Del Sol to correctly position the printing i

Pagina 9

STANDARD PRINTER COMMANDS 94 Copyright © 2006, Cognitive.

Pagina 10

Copyright © 2006, Cognitive. 95 Chapter4Storing Data in the Printer Memory Commands discussed in this section allow you to store label formats and

Pagina 11

STORING DATA IN THE PRINTER MEMORY 96 Copyright © 2006, Cognitive. However, you may want to use volatile RAM to store variables or objects that wil

Pagina 12

STORING DATA IN THE PRINTER MEMORY Copyright © 2006, Cognitive. 97 Delete Stored Object Function Deletes a stored object from memory. NOTE: This comm

Pagina 14 - Command

STORING DATA IN THE PRINTER MEMORY 98 Copyright © 2006, Cognitive. Format Recall Function Recalls a stored format from memory, merges any incoming

Pagina 15 - Important Programming Rules

STORING DATA IN THE PRINTER MEMORY Copyright © 2006, Cognitive. 99 Format Store Function Stores a label format in a specified memory area. The store

Pagina 16 - Related Publications

STORING DATA IN THE PRINTER MEMORY 100 Copyright © 2006, Cognitive. Placing two variable field delimiters in a row creates a repeating field; i.e

Pagina 17 - Printer Models

STORING DATA IN THE PRINTER MEMORY Copyright © 2006, Cognitive. 101 NOTE: Determine nnn using the number of dot rows actually occupied by the store

Pagina 18 - Compatibility Tables

STORING DATA IN THE PRINTER MEMORY 102 Copyright © 2006, Cognitive. Example 1 The following commands store the format that prints the label in the

Pagina 19 - PRINTER COMMAND CAPATIBILITY

STORING DATA IN THE PRINTER MEMORY Copyright © 2006, Cognitive. 103 GRAPHIC STORE Function Stores the graphics file following the command in the spe

Pagina 20

STORING DATA IN THE PRINTER MEMORY 104 Copyright © 2006, Cognitive. Function Recalls a stored graphic from memory and prints labels as required. N

Pagina 21

STORING DATA IN THE PRINTER MEMORY Copyright © 2006, Cognitive. 105 Initialize Storage Function Clears all stored objects from the specified memory

Pagina 22

STORING DATA IN THE PRINTER MEMORY 106 Copyright © 2006, Cognitive. List Stored Objects Function Scans all memory areas for stored objects (label

Pagina 23

STORING DATA IN THE PRINTER MEMORY Copyright © 2006, Cognitive. 107 DELIMIT Function Specifies the delimiter used to isolate variables within command

Pagina 25

STORING DATA IN THE PRINTER MEMORY 108 Copyright © 2006, Cognitive. DEFINE VARIABLE Function Defines a variable for use within printer commands in

Pagina 26

STORING DATA IN THE PRINTER MEMORY Copyright © 2006, Cognitive. 109 length The maximum number of characters that are accepted as variable data. Allow

Pagina 27

STORING DATA IN THE PRINTER MEMORY 110 Copyright © 2006, Cognitive. Input range specifier. Available specifiers are: A Only allows alphabetic chara

Pagina 28

STORING DATA IN THE PRINTER MEMORY Copyright © 2006, Cognitive. 111 R Places the data at the right end of the space specified by length parameter, fi

Pagina 29 - Standard Printer Commands

STORING DATA IN THE PRINTER MEMORY 112 Copyright © 2006, Cognitive. “prompt” ASCII text that the printer sends to the serial port when ready to re

Pagina 30

STORING DATA IN THE PRINTER MEMORY Copyright © 2006, Cognitive. 113 Recall Menu Function Recalls a stored menu from memory and initiates its executi

Pagina 31

STORING DATA IN THE PRINTER MEMORY 114 Copyright © 2006, Cognitive. Recall Variable Function Recalls a stored variable for user input. The printer

Pagina 32 - ADJUST_DUP

Copyright © 2006, Cognitive. 115 Chapter5Menu Commands A menu lets the user control the printer at print time through a set of predefined choices.

Pagina 33 - AREA_CLEAR

MENU COMMANDS 116 Copyright © 2006, Cognitive. behaving much like stored label formats. Menus can call other menus, and can also recall and print s

Pagina 34 - BARCODE

MENU COMMANDS Copyright © 2006, Cognitive. 117 Menu Programming Menus generally conform to the following structure: ! 0 0 0 0 MENU CONTROL cn nx pr s

Pagina 35

Copyright © 2006, Cognitive. 1 Chapter1Introduction Bar code printers are programmable devices. Most Cognitive Solutions printers use the same com

Pagina 36

MENU COMMANDS 118 Copyright © 2006, Cognitive. Menu Command List MENU ACTION MENU CONTROL MENU END MENU EXIT MENU ITEM MENU MESSAGE MENU START Reca

Pagina 37

MENU COMMANDS Copyright © 2006, Cognitive. 119 MENU ACTION Function Specifies one or more commands that the printer will execute when the user selec

Pagina 38

MENU COMMANDS 120 Copyright © 2006, Cognitive. If the printer finds a format header line within a MENU ACTION, it will expect all commands associ

Pagina 39 - BARCODE_FONT

MENU COMMANDS Copyright © 2006, Cognitive. 121 Example 3 The following label format will store a menu called MENU_ONE. Each MENU ACTION command will

Pagina 40 - BARCODE CODE39 5 55 15 ABC

MENU COMMANDS 122 Copyright © 2006, Cognitive. MENU CONTROL Function Specifies the characters used to exit, "scroll," or select an item f

Pagina 41 - Example 3

MENU COMMANDS Copyright © 2006, Cognitive. 123 Example The following command tells the printer to use the "q", period, comma, and "

Pagina 42 - BARCODE PDF417

MENU COMMANDS 124 Copyright © 2006, Cognitive. MENU END Function Signals the end of the menu definition. The printer will store the menu defined b

Pagina 43

MENU COMMANDS Copyright © 2006, Cognitive. 125 MENU EXIT Function Signals the printer to terminate menu processing. The printer then processes any r

Pagina 44

MENU COMMANDS 126 Copyright © 2006, Cognitive. MENU ITEM Function Marks the beginning of a sequence of commands that will execute when the user sel

Pagina 45

MENU COMMANDS Copyright © 2006, Cognitive. 127 Comments MENU ITEM commands are only allowed between MENU START and MENU END commands (that is, only

Pagina 46 - BARCODE UPS

INTRODUCTION 2 Copyright © 2006, Cognitive. Label Format Organization With a few exceptions that are noted in the command descriptions, every labe

Pagina 47

MENU COMMANDS 128 Copyright © 2006, Cognitive. MENU MESSAGE Function This causes text to be output to the serial port. It can be used to provide

Pagina 48

MENU COMMANDS Copyright © 2006, Cognitive. 129 MENU START Function Signals the beginning of a menu definition and specifies the menu storage location

Pagina 49

MENU COMMANDS 130 Copyright © 2006, Cognitive. the printhead is closed. NOTE: To circumvent a programmed __BOOT__ menu, reset or apply power to

Pagina 50 - COMMENT

MENU COMMANDS Copyright © 2006, Cognitive. 131 Recall Menu Function Recalls a stored menu from memory and initiates its execution Explicit Form !R M

Pagina 51

MENU COMMANDS 132 Copyright © 2006, Cognitive.

Pagina 52 - DRAW_BOX

Copyright © 2006, Cognitive. 133 Chapter6Printer Setup (VARIABLE) Commands VARIABLE commands let you change some of the printer's characterist

Pagina 53

PRINTER SETUP 134 Copyright © 2006, Cognitive. • If you add ? at the end of any variable command, the printer will respond at the serial or USB po

Pagina 54

PRINTER SETUP Copyright © 2006, Cognitive. 135 You will probably need to use a few VARIABLE commands as a matter of routine, to set the printer up fo

Pagina 55 - FILL_BOX

PRINTER SETUP 136 Copyright © 2006, Cognitive. VARIABLE ALLOCATE Function Reserves space in the image buffer for stored objects. Explicit Form Imp

Pagina 56 - Example 1

PRINTER SETUP Copyright © 2006, Cognitive. 137 VARIABLE AUTOCUT Function Enables or disables automatic label cutting in printers so equipped. With au

Pagina 57 - GRAPHIC

INTRODUCTION Copyright © 2006, Cognitive. 3 Example Sample program code is included here showing proper use of the command. NOTE: The sample code sho

Pagina 58

PRINTER SETUP 138 Copyright © 2006, Cognitive. VARIABLE AUXPOWER Function This command turns is used to control the 5 volt power applied to pin 9

Pagina 59 - Graphics mode

PRINTER SETUP Copyright © 2006, Cognitive. 139 VARIABLE BACKLIGHT Function This command indicates whether the LCD backlight should come on when a bu

Pagina 60

PRINTER SETUP 140 Copyright © 2006, Cognitive. VARIABLE BEEPER Function This command sets the volume and duration of the beeper. Explicit Form Im

Pagina 61

PRINTER SETUP Copyright © 2006, Cognitive. 141 VARIABLE BUFFER_TIMED_RESET Function Enables or disables the memory reset timer. Explicit Form VARIAB

Pagina 62 - or BARCODE)

PRINTER SETUP 142 Copyright © 2006, Cognitive. Example ! 0 0 0 0 VARIABLE BUFFER_TIMED_RESET OFF VARIABLE WRITE END

Pagina 63

PRINTER SETUP Copyright © 2006, Cognitive. 143 VARIABLE COMM IMPORTANT! Do not experiment with this command! Improper use can cause a loss of serial

Pagina 64

PRINTER SETUP 144 Copyright © 2006, Cognitive. word length, and stop bit combinations. The acceptable combinations are: N,8,1 or N,8,2 or O,7,1or

Pagina 65

PRINTER SETUP Copyright © 2006, Cognitive. 145 Function This command sets the contrast level on the LCD display. Explicit Form Implicit Form VARIABL

Pagina 66 - ! 0 100 60 13

PRINTER SETUP 146 Copyright © 2006, Cognitive. VARIABLE DARKNESS Function This command changes the printhead heat, thereby adjusting the darkness a

Pagina 67

PRINTER SETUP Copyright © 2006, Cognitive. 147 some thermal transfer media. Example VARIABLE DARKNESS -25 NOTE: Always print labels at the lightest

Pagina 68 - JUSTIFY

INTRODUCTION 4 Copyright © 2006, Cognitive. Related Publications Every printer has a User's Guide, which covers hardware issues like installa

Pagina 69

PRINTER SETUP 148 Copyright © 2006, Cognitive. VARIABLE ENERGY Function The printer maintains a fixed energy density of 200 mJoules independent of

Pagina 70 - LOGO mode

PRINTER SETUP Copyright © 2006, Cognitive. 149 VARIABLE FEED_TYPE Function Selects black bar or gap indexing. Explicit Form Implicit Form VARIABLE F

Pagina 71

PRINTER SETUP 150 Copyright © 2006, Cognitive. VARIABLE HIGHSPEED Function Changes the print speed to its highest available setting. The maximum p

Pagina 72 - MULTIPLE

PRINTER SETUP Copyright © 2006, Cognitive. 151 Example VARIABLE HIGHSPEED NOTE: Print speed can affect bar code scanning reliability, especially whe

Pagina 73

PRINTER SETUP 152 Copyright © 2006, Cognitive. VARIABLE INDEX Function This command turns indexing on or off. Explicit Form Implicit Form VARIABLE

Pagina 74 - NOINDEX

PRINTER SETUP Copyright © 2006, Cognitive. 153 VARIABLE INDEX SETTING Function Adjusts the index detector for optimum gap detection through a wide r

Pagina 75

PRINTER SETUP 154 Copyright © 2006, Cognitive. indexing performance with a resin-based ribbon installed. The sensitivity of this mode is adjustable

Pagina 76

PRINTER SETUP Copyright © 2006, Cognitive. 155 Example 1 The following label format will set the automatic indexing mode: ! 0 0 0 0 VARIABLE INDEX S

Pagina 77 - QUANTITY

PRINTER SETUP 156 Copyright © 2006, Cognitive. VARIABLE IRDA Function This command turns the IrDa communications on or off. Explicit Form Implicit

Pagina 78 - QUERY FIRMWARE REVISION

PRINTER SETUP Copyright © 2006, Cognitive. 157 VARIABLE IRDA COMM Function This command chooses the IrDa baud rate. Explicit Form Implicit Form VARIA

Pagina 79 - QUERY PRINTER STATUS

Copyright © 2006, Cognitive. 5 Chapter2Printer Command Compatibility All commands, bar codes, and fonts do not work with all printers. Commands ar

Pagina 80

PRINTER SETUP 158 Copyright © 2006, Cognitive. VARIABLE IRDA PROTOCOL Function This command chooses between the two available IrDa communications p

Pagina 81

PRINTER SETUP Copyright © 2006, Cognitive. 159 VARIABLE LOWSPEED Function Changes the printer speed to its lowest allowable value. Explicit Form Imp

Pagina 82 - EEPROM error occurs

PRINTER SETUP 160 Copyright © 2006, Cognitive. VARIABLE MEDIA_ADJUST Function Adjusts print contrast on object leading edges for optimum print qual

Pagina 83 - QUERY STATUS command

PRINTER SETUP Copyright © 2006, Cognitive. 161 currently loaded media (for TT printers, both paper and ribbon). Cognitive suggests the following proc

Pagina 84 - ROTATE R90, R180, R270

PRINTER SETUP 162 Copyright © 2006, Cognitive. change may appear until you have changed the MEDIA_ADJUST value significantly; results vary with med

Pagina 85 - STRING, ULTRA_FONT

PRINTER SETUP Copyright © 2006, Cognitive. 163 Example ! 0 0 0 0 VARIABLE MEDIA_ADJUST 1000 VARIABLE WRITE END

Pagina 86

PRINTER SETUP 164 Copyright © 2006, Cognitive. VARIABLE MODE Function Selects Blazer Emulation Mode in printers that support variable dot time, or

Pagina 87

PRINTER SETUP Copyright © 2006, Cognitive. 165 Comments When using this command, send it to the printer with VARIABLE WRITE in a non-printing label

Pagina 88

PRINTER SETUP 166 Copyright © 2006, Cognitive. VARIABLE NO_MEDIA Function Specifies how long the printer will run without detecting a label before

Pagina 89

PRINTER SETUP Copyright © 2006, Cognitive. 167 VARIABLE NORMAL Function Changes the printer speed to a speed approximately halfway between the LOWSP

Pagina 90

PRINTER COMMAND CAPATIBILITY 6 Copyright © 2006, Cognitive. Compatibility Tables Use the tables to determine command and functional compatibilities

Pagina 91

PRINTER SETUP 168 Copyright © 2006, Cognitive. VARIABLE OFF AFTER Function Explicit Form Implicit Form VARIABLE OFF_AFTER time/? V OFF_AFTER time/

Pagina 92

PRINTER SETUP Copyright © 2006, Cognitive. 169 VARIABLES ON/OFF Function Enables and disables access to certain protected VARIABLE values. Explicit

Pagina 93

PRINTER SETUP 170 Copyright © 2006, Cognitive. VARIABLE PITCH Function Selects the default print pitch. Explicit Form Implicit Form VARIABLE PITCH

Pagina 94

PRINTER SETUP Copyright © 2006, Cognitive. 171 VARIABLE POSITION Function Moves the first printed dot row on the label up or down with respect to it

Pagina 95

PRINTER SETUP 172 Copyright © 2006, Cognitive. VARIABLE PRESENTLABEL Function Controls the dispensing of labels for application. VARIABLE PRESENTL

Pagina 96

PRINTER SETUP Copyright © 2006, Cognitive. 173 Comments When printing, the printer will first retract the media as specified by Retract_Distance. Wh

Pagina 97

PRINTER SETUP 174 Copyright © 2006, Cognitive. Example The following example sets the Advance_Distance to 1.06 inches, the Retract_Distance to 1.0

Pagina 98 - Universal Clear

PRINTER SETUP Copyright © 2006, Cognitive. 175 VARIABLE PRINT_MODE Function Sets the printer up for direct thermal or thermal transfer printing. The

Pagina 99 - ULTRA_FONT

PRINTER SETUP 176 Copyright © 2006, Cognitive. VARIABLE READ Function Reads the last saved variable values in permanent storage and uses them as t

Pagina 100 - STANDARD PRINTER COMMANDS

PRINTER SETUP Copyright © 2006, Cognitive. 177 VARIABLE RECALIBRATE Function Turns automatic index calibration on or off. If enabled, automatic ind

Pagina 101

PRINTER COMMAND CAPATIBILITY Copyright © 2006, Cognitive. 7 COMMAND NAME PRINTER SUPPORT / NOTES CODE COURIER BD/BT BD/BT BL42 ADVANTAGE/LX SOLUS

Pagina 102 - Wake-up string

PRINTER SETUP 178 Copyright © 2006, Cognitive. VARIABLE REPORT_LEVEL Function Sets the manner in which the printer reports recoverable errors. Exp

Pagina 103 - Header line

PRINTER SETUP Copyright © 2006, Cognitive. 179 VARIABLE RESET Function Returns user-accessible VARIABLE parameters to known values. Affected paramete

Pagina 104

PRINTER SETUP 180 Copyright © 2006, Cognitive. VARIABLE SLEEP_AFTER Function Sets the amount of time a portable printer will stay awake after comp

Pagina 105

PRINTER SETUP Copyright © 2006, Cognitive. 181 VARIABLE SHIFT LEFT Function Shifts the printed image of all labels a specified distance to the left

Pagina 106

PRINTER SETUP 182 Copyright © 2006, Cognitive. VARIABLE TEXT BUFFER Function This command sets the size of the text buffer and the text overflow b

Pagina 107 - Storing Data in the Printer

PRINTER SETUP Copyright © 2006, Cognitive. 183 of the image buffer. Total memory size = text buffer + image buffer NOTE: Changing the text or overflo

Pagina 108 - Data Storage Commands

PRINTER SETUP 184 Copyright © 2006, Cognitive. VARIABLE USER_FEEDBACK Function Enables or disables the transmission of certain status messages to t

Pagina 109 - Delete Stored Object

PRINTER SETUP Copyright © 2006, Cognitive. 185 VARIABLE WIDTH Function Sets the default print width. Explicit Form Implicit Form VARIABLE WIDTH n V

Pagina 110 - Format Recall

PRINTER SETUP 186 Copyright © 2006, Cognitive. VARIABLE WRITE Function Writes the current variable values to nonvolatile storage. Values in effect

Pagina 111 - Format Store

PRINTER SETUP Copyright © 2006, Cognitive. 187 Example The example below shows how to set a VARIABLE value in one label format with VARIABLE WRITE.

Pagina 113

PRINTER COMMAND CAPATIBILITY 8 Copyright © 2006, Cognitive. COMMAND NAME PRINTER SUPPORT / NOTES CODE COURIER BD/BT BD/BT BL42 ADVANTAGE/LX SOLU

Pagina 114

PRINTER SETUP 188 Copyright © 2006, Cognitive. PROMPTS Function Explicit Form Implicit Form PROMPTS ON/OFF/? Parameters Comments • Example c

Pagina 115 - RECALL GRAPHIC

PRINTER SETUP Copyright © 2006, Cognitive. 189 DATASKIP Function Explicit Form Implicit Form DATASKIP count DATASKIP UNTIL char [repeat] Paramete

Pagina 116 - command

PRINTER SETUP 190 Copyright © 2006, Cognitive.

Pagina 117 - Initialize Storage

Copyright © 2006, Cognitive. 191 Chapter7Using VARIABLE Commands Printer configuration must be handled through VARIABLE commands. The sample label

Pagina 118 - List Stored Objects

USING VARIABLE COMMANDS 192 Copyright © 2006, Cognitive. Blazer Compatibility As shipped, Barcode Blaster, Solus, and Blaster Advantage printers ar

Pagina 119 - DELIMIT

USING VARIABLE COMMANDS Copyright © 2006, Cognitive. 193 The following label format disables Blazer emulation mode and returns the printer to normal

Pagina 120 - DEFINE VARIABLE

USING VARIABLE COMMANDS 194 Copyright © 2006, Cognitive. Setting Bar or Gap Index Type All currently manufactured Cognitive printers support black

Pagina 121

USING VARIABLE COMMANDS Copyright © 2006, Cognitive. 195 Thermal Transfer Printing with Standard Wax Ribbon The following label format will set the

Pagina 122

USING VARIABLE COMMANDS 196 Copyright © 2006, Cognitive. Calibrate the Index The following label format runs an index detector calibration routine,

Pagina 123

Copyright © 2006, Cognitive. 197 Chapter8RFID Commands Specific RFID commands have been added to the CPL language to support the RFID functionality

Pagina 124 - ""

PRINTER COMMAND CAPATIBILITY Copyright © 2006, Cognitive. 9 COMMAND NAME PRINTER SUPPORT / NOTES CODE COURIER BD/BT BD/BT BL42 ADVANTAGE/LX SOLUS

Pagina 125 - Recall Menu

RFID COMMANDS 198 Copyright © 2006, Cognitive. Programming Rules Use blank spaces exactly as shown in the command descriptions, examples, and synta

Pagina 126 - Recall Variable

RFID COMMANDS Copyright © 2006, Cognitive. 199 RFID Command Structure Example The following listing is an example of RFID command usage. !RFID CONFIR

Pagina 127 - Menu Commands

RFID COMMANDS 200 Copyright © 2006, Cognitive. RFID Commands Use the following commands to program RFID features of the Advantage RDIF printers. St

Pagina 128 - MENU COMMANDS

RFID COMMANDS Copyright © 2006, Cognitive. 201 RF ID_GET Function This command is defined as "RFID Function", ID GET. This command retriev

Pagina 129 - Menu Programming

RFID COMMANDS 202 Copyright © 2006, Cognitive. RF HOST Function This command instructs the Printer to transmit the specified ASCII string to the

Pagina 130 - Menu Command List

RFID COMMANDS Copyright © 2006, Cognitive. 203 RF VAR_CLEAR Function This command instructs the Printer to clear and reset all of the internal RFID

Pagina 131 - MENU ACTION

RFID COMMANDS 204 Copyright © 2006, Cognitive. RT Function Read Tag. This command retrieves RFID-tag data from the tag currently positioned over

Pagina 132

RFID COMMANDS Copyright © 2006, Cognitive. 205 WT Function Write Tag. This command stores the quoted data to the RFID-Tag currently positioned over

Pagina 133

RFID COMMANDS 206 Copyright © 2006, Cognitive. WTLOCK Function Write and Lock Tag. The command permanently writes data to a tag. As with the WT c

Pagina 134 - MENU CONTROL

RFID COMMANDS Copyright © 2006, Cognitive. 207 Example To Printer: ! 0 100 800 0 DELIMIT $ WTLOCK 0 "123-1234-123" WT 4 "John Q. Publi

Pagina 135 - MENU CONTROL 113 46 44 97

PRINTER COMMAND CAPATIBILITY 10 Copyright © 2006, Cognitive. COMMAND NAME PRINTER SUPPORT / NOTES CODE COURIER BD/BT BD/BT BL42 ADVANTAGE/LX SOL

Pagina 136 - MENU END

RFID COMMANDS 208 Copyright © 2006, Cognitive. RF_TYPE Function This is an RFID reserved and internal variable contains the last RFID-Tag’s Type.

Pagina 137 - MENU EXIT

RFID COMMANDS Copyright © 2006, Cognitive. 209 RF_IDNUM Function This command is defined as "Reference Find" ID Number. This command retu

Pagina 138 - MENU ITEM

RFID COMMANDS 210 Copyright © 2006, Cognitive. RF_BLKSZ Function This command is defined as "Reference Find", Block Size. The command re

Pagina 139

RFID COMMANDS Copyright © 2006, Cognitive. 211 RF LOCATION Function This command is defined as "Reference Find", Variable at Location #. T

Pagina 140 - MENU MESSAGE

RFID COMMANDS 212 Copyright © 2006, Cognitive. !RFID ? Function This command queries the printer for a summary of the existing printer settings for

Pagina 141 - MENU START

RFID COMMANDS Copyright © 2006, Cognitive. 213 !RFID CONFIRM Function Controls the transmission of a ‘Success’ or ‘Failure’ indication at the very

Pagina 142 - menu, reset or apply

RFID COMMANDS 214 Copyright © 2006, Cognitive. !RFID HOST Function This command instructs the Printer to transmit the specified ASCII string to t

Pagina 143

RFID COMMANDS Copyright © 2006, Cognitive. 215 !RFID LEDFLSH Function Controls the transmission of a ‘Success’ or ‘Failure’ indication to the LED d

Pagina 144

RFID COMMANDS 216 Copyright © 2006, Cognitive. !RFID LEDTIME Function Regulates the interval of LED illumination and LED OFF time used in generati

Pagina 145 - Commands

RFID COMMANDS Copyright © 2006, Cognitive. 217 !RFID MARK Function This command sets whether or not to print a defined mark on a label that fails to

Pagina 146 - VARIABLE WRITE

PRINTER COMMAND CAPATIBILITY Copyright © 2006, Cognitive. 11 COMMAND NAME PRINTER SUPPORT / NOTES CODE COURIER BD/BT BD/BT BL42 ADVANTAGE/LX SOLUS

Pagina 147 - Variable Command List

RFID COMMANDS 218 Copyright © 2006, Cognitive. !RFID RDAFTWT Function This command initiates an integrity test following a WT command. Data is rea

Pagina 148 - VARIABLE ALLOCATE

RFID COMMANDS Copyright © 2006, Cognitive. 219 !RFID RETRY Function This command sets the number of retries that the printer will perform on a RT,

Pagina 149 - VARIABLE AUTOCUT

RFID COMMANDS 220 Copyright © 2006, Cognitive. !RFID SSONCMD Function This command controls the automatic execution of a Select-Tag command prior

Pagina 150 - VARIABLE AUXPOWER

RFID COMMANDS Copyright © 2006, Cognitive. 221 !RFID TAGTYPE Function This command verifies a tag type. Enter the tag type and verify the change wit

Pagina 151 - VARIABLE BACKLIGHT

RFID COMMANDS 222 Copyright © 2006, Cognitive. !RFID TIMEOUT Function This command sets the time delay, in milliseconds, to wait before consideri

Pagina 152 - VARIABLE BEEPER

RFID COMMANDS Copyright © 2006, Cognitive. 223 Example To Printer: !RFID 20,,,,50 !RFID ? From Printer: Setup/Config Parameters: | | | Base Cmd Ti

Pagina 153 - VARIABLE BUFFER_TIMED_RESET

RFID COMMANDS 224 Copyright © 2006, Cognitive. !RFID TXAFTER Function This command controls the state of the hardware’s RF carrier transmission af

Pagina 154 - Example

RFID COMMANDS Copyright © 2006, Cognitive. 225 !RFID VOID Function This command instructs the printer to use this specified ASCII string to stamp or

Pagina 155 - VARIABLE COMM

RFID COMMANDS 226 Copyright © 2006, Cognitive.

Pagina 156 - VARIABLE CONTRAST

Copyright © 2006, Cognitive. 227 Chapter9Ethernet Printer Information Ethernet printers are full-featured bar code label and tag printers designed

Pagina 157 - PRINTER SETUP

PRINTER COMMAND CAPATIBILITY 12 Copyright © 2006, Cognitive. Table 2. Printer Bar Code Support The following table summarizes bar codes supported b

Pagina 158 - VARIABLE DARKNESS

ETHETNET PRINTER INFORMATION 228 Copyright © 2006, Cognitive. Network Protocols The printer will work with any system having TCP/IP support. It wil

Pagina 159

ETHERNET PRINTER INFORMATION Copyright © 2006, Cognitive. 229 Use TCP port 23 for Telnet connection to the printer. the port supports the following c

Pagina 160 - VARIABLE ENERGY

ETHETNET PRINTER INFORMATION 230 Copyright © 2006, Cognitive. OPTION Name Notes 1 Subnet Mask required 3 Router required 67 Boot file name op

Pagina 161 - VARIABLE FEED_TYPE

ETHERNET PRINTER INFORMATION Copyright © 2006, Cognitive. 231 You may disconnect the USB, serial, or parallel port and connect the printer to your ne

Pagina 162 - VARIABLE HIGHSPEED

ETHETNET PRINTER INFORMATION 232 Copyright © 2006, Cognitive. ETHERNET” commands will change the settings printed, but the printer will not use the

Pagina 163

ETHERNET PRINTER INFORMATION Copyright © 2006, Cognitive. 233 Ethernet Variable Commands Use the following variable commands to program Ethernet feat

Pagina 164 - VARIABLE INDEX

ETHETNET PRINTER INFORMATION 234 Copyright © 2006, Cognitive. VARIABLE ETHERNET BOOTP Function Starts up the printer by reading configuration info

Pagina 165 - VARIABLE INDEX SETTING

ETHERNET PRINTER INFORMATION Copyright © 2006, Cognitive. 235 VARIABLE ETHERNET DHCP Function Turns DHCP on or off. Explicit Form VARIABLE ETHERNET

Pagina 166 - NOTE: Confirm that the

ETHETNET PRINTER INFORMATION 236 Copyright © 2006, Cognitive. VARIABLE ETHERNET DHCP_CRIT Function The criteria by which the printer chooses among

Pagina 167

ETHERNET PRINTER INFORMATION Copyright © 2006, Cognitive. 237 VARIABLE ETHERNET DHCP_OFFERS Function This is the number of seconds that the printer

Pagina 168 - VARIABLE IRDA

PRINTER COMMAND CAPATIBILITY Copyright © 2006, Cognitive. 13 BAR CODE SYMBOLOGY SUPPORTED IN PRINTERS PW/PT 42 BD/BT 02 BD/BT 04/05 BL42 ADVANTAGE/

Pagina 169 - VARIABLE IRDA COMM

ETHETNET PRINTER INFORMATION 238 Copyright © 2006, Cognitive. VARIABLE ETHERNET FIRMWARE Function The printer compares the pn, rev, and build with

Pagina 170 - VARIABLE IRDA PROTOCOL

ETHERNET PRINTER INFORMATION Copyright © 2006, Cognitive. 239 VARIABLE ETHERNET GATEWAY Function Sets the gateway. Explicit Form VARIABLE ETHERNET G

Pagina 171 - VARIABLE LOWSPEED

ETHETNET PRINTER INFORMATION 240 Copyright © 2006, Cognitive. VARIABLE ETHERNET JOBSOKINERROR Function Determines whether the printer accepts LPD

Pagina 172 - VARIABLE MEDIA_ADJUST

ETHERNET PRINTER INFORMATION Copyright © 2006, Cognitive. 241 VARIABLE ETHERNET LPD Function Turns LPD on or off. Explicit Form VARIABLE ETHERNET L

Pagina 173

ETHETNET PRINTER INFORMATION 242 Copyright © 2006, Cognitive. VARIABLE ETHERNET TELNET Function Enables or disables the Telnet communication proto

Pagina 174

ETHERNET PRINTER INFORMATION Copyright © 2006, Cognitive. 243 VARIABLE ETHERNET IP Function Sets the static Ethernet IP address. This is used if D

Pagina 175

ETHETNET PRINTER INFORMATION 244 Copyright © 2006, Cognitive. VARIABLE ETHERNET RESET Function Resets the printer. Explicit Form VARIABLE ETHERNET

Pagina 176 - VARIABLE MODE

ETHERNET PRINTER INFORMATION Copyright © 2006, Cognitive. 245 VARIABLE ETHERNET RESET COMMUNITY Function Reset the SNMP COMMUNITY name. Explicit Fo

Pagina 177 - VARIABLE MODE 1

ETHETNET PRINTER INFORMATION 246 Copyright © 2006, Cognitive. VARIABLE ETHERNET RTEL Function Enables or disables reverse telnet communication (R

Pagina 178 - VARIABLE NO_MEDIA

ETHERNET PRINTER INFORMATION Copyright © 2006, Cognitive. 247 VARIABLE ETHERNET RTEL PORT Function Sets the reverse telnet (RTEL) port address. Exp

Pagina 179 - VARIABLE NORMAL

PRINTER COMMAND CAPATIBILITY 14 Copyright © 2006, Cognitive. Table 3. Printer Font Support The following table summarizes the fonts supported by ea

Pagina 180 - VARIABLE OFF AFTER

ETHETNET PRINTER INFORMATION 248 Copyright © 2006, Cognitive. VARIABLE ETHERNET RTEL TIMEOUT Function The time the printer keeps the connection o

Pagina 181 - VARIABLES ON/OFF

ETHERNET PRINTER INFORMATION Copyright © 2006, Cognitive. 249 VARIABLE ETHERNET TEXT BUFFER Function Sets the size of the Ethernet buffer. Explicit

Pagina 182 - VARIABLE PITCH

ETHETNET PRINTER INFORMATION 250 Copyright © 2006, Cognitive. VARIABLE ETHERNET NETMASK Function Sets Ethernet Subnet Mask. Explicit Form VARIABL

Pagina 183 - VARIABLE POSITION

ETHERNET PRINTER INFORMATION Copyright © 2006, Cognitive. 251 VARIABLE ETHERNET SERVER Function Sets the default DHCP/TFTP server address. Explicit

Pagina 184 - VARIABLE PRESENTLABEL

ETHETNET PRINTER INFORMATION 252 Copyright © 2006, Cognitive.

Pagina 185

Copyright © 2006, Cognitive. 253 Chapter10Bar Code Information All rules of bar code symbologies must be followed when creating bar code commands.

Pagina 186

BAR CODE INFORMATION 254 Copyright © 2006, Cognitive. I2OF5 AND D2OF5 I2OF5 (Interleaved 2 of 5) is an interleaved code, used mainly in the distrib

Pagina 187 - VARIABLE PRINT_MODE

BAR CODE INFORMATION Copyright © 2006, Cognitive. 255 The characters represented by Code 39 are represented in Code 93 as single bar code characters,

Pagina 188 - VARIABLE READ

BAR CODE INFORMATION 256 Copyright © 2006, Cognitive. Since you may use any of the four start/stop characters on either end of the symbol, there ar

Pagina 189 - VARIABLE RECALIBRATE

BAR CODE INFORMATION Copyright © 2006, Cognitive. 257 by the allowable pattern of bars and spaces in each codeword. The printer converts the raw data

Pagina 190 - VARIABLE REPORT_LEVEL

PRINTER COMMAND CAPATIBILITY Copyright © 2006, Cognitive. 15 FONT OR FEATURE SUPPORTED IN PRINTERS PW/PT 42 BD/BT 02 BD/BT 04/05 BL42 ADVANTAGE/LX

Pagina 191 - VARIABLE RESET

BAR CODE INFORMATION 258 Copyright © 2006, Cognitive. Postnet uses a start and stop bar and a modulo 10 check digit. Cognitive printers automatical

Pagina 192 - VARIABLE SLEEP_AFTER

BAR CODE INFORMATION Copyright © 2006, Cognitive. 259 If you want a caret to actually appear on the label, place a caret before every caret you want

Pagina 193 - VARIABLE SHIFT LEFT

BAR CODE INFORMATION 260 Copyright © 2006, Cognitive. Example 3 Print the CODE128C bar code 1234567. CODE128C is a double digit bar code, printing

Pagina 194 - VARIABLE TEXT BUFFER

Copyright © 2006, Cognitive. 261 Chapter11Media Tips and Tricks Labels are available in a large variety of types and sizes. Some label characterist

Pagina 195 - VARIABLE TXTBFR 4096

MEDIA TIPS AND TRICKS 262 Copyright © 2006, Cognitive. Adhesives Labels can come without adhesive (e.g. tag or receipt stock), or with many differe

Pagina 196 - VARIABLE USER_FEEDBACK

Copyright © 2006, Cognitive. 263 Cut Type (Butt Cut, Gap Cut, or Continuous Form) Butt cut labels are separated from each other by a simple cut, lea

Pagina 197 - VARIABLE WIDTH

MEDIA TIPS AND TRICKS 264 Copyright © 2006, Cognitive. Media Sensitivity Different media types exhibit different heat sensitivity. The VARIABLE_DAR

Pagina 198

Copyright © 2006, Cognitive. 265 Chapter12Troubleshooting Most programming problems quickly resolve themselves with careful examination of the offe

Pagina 199

TROUBLESHOOTING 266 Copyright © 2006, Cognitive. STRING 8X8 10 10 HELLO END If the printer will not print this label but does print labels that wer

Pagina 200 - PROMPTS

TROUBLESHOOTING Copyright © 2006, Cognitive. 267 Common Issues This section describes printing issues that you may encounter and suggestions for reso

Pagina 201 - DATASKIP

PRINTER COMMAND CAPATIBILITY 16 Copyright © 2006, Cognitive.

Pagina 202

TROUBLESHOOTING 268 Copyright © 2006, Cognitive. Printer prints the label format text rather than the intended label. Cause: You are sending the la

Pagina 203 - Using VARIABLE Commands

TROUBLESHOOTING Copyright © 2006, Cognitive. 269 Printer prints labels, but print quality is poor. 23. Cause: Possible hardware problem. Cure: Refer

Pagina 204 - Blazer Compatibility

TROUBLESHOOTING 270 Copyright © 2006, Cognitive. 30. Cause: If programming a high speed Barcode Blaster, Blazer Emulation Mode may be enabled. Cure

Pagina 205 - USING VARIABLE COMMANDS

TROUBLESHOOTING Copyright © 2006, Cognitive. 271 36. Cause: Dot time in header line is too large. Cure: Reduce dot time. 37. Cause: Label format was

Pagina 206 - Optimizing Index Detection

TROUBLESHOOTING 272 Copyright © 2006, Cognitive. 41. Cause: If you are using a high speed Barcode Blaster, the printer may have received one of the

Pagina 207 - Automatic Detect

TROUBLESHOOTING Copyright © 2006, Cognitive. 273 Numeric values do not increment properly in response to the ADJUST command. 42. Cause: The numeric v

Pagina 208 - Setting Print Width

TROUBLESHOOTING 274 Copyright © 2006, Cognitive. STRING or TEXT fonts do not work. Cause: The memory area containing the STRING or TEXT fonts has b

Pagina 209 - RFID Commands

TROUBLESHOOTING Copyright © 2006, Cognitive. 275 Graphics Programming Issues Graphics programming is inherently more complex than ASCII programming,

Pagina 210 - RFID Command Name

TROUBLESHOOTING 276 Copyright © 2006, Cognitive. 54. Cause: The graphics file is too large for the available memory space. Cure: Calculate availabl

Pagina 211 - RFID COMMANDS

TROUBLESHOOTING Copyright © 2006, Cognitive. 277 Index ! !D · 97 !I · 105 !L · 106 !R · 98 !R M · 113 !R V · 114 !S · 99 A ADJUST · 18 ADJUST_DUP · 2

Pagina 212

Copyright © 2006, Cognitive. 17 Chapter3Standard Printer Commands This chapter describes standard printer commands. Standard Printer Command List T

Pagina 213 - RF ID_GET

278 Copyright © 2006, Cognitive. I INDEX · 55 Initialize Storage · 105 J JUSTIFY · 56 L label skipping · 171 List Stored Objects · 106 LOGO mode ·

Pagina 214 - RF HOST

TROUBLESHOOTING Copyright © 2006, Cognitive. 279 VARIABLE IRDA · 156 VARIABLE IRDA COMM · 157 VARIABLE IRDA PROTOCOL · 158 VARIABLE LOWSPEED · 159 VA

Pagina 215 - RF VAR_CLEAR

280 Copyright © 2006, Cognitive.

Pagina 216

Copyright © 2006, Cognitive. Cognitive™, Cxi™, and Ci™ are trademarks of Cognitive. Microsoft® and Windows™ are trademarks of Microsoft Corporation.

Pagina 217

STANDARD PRINTER COMMANDS 18 Copyright © 2006, Cognitive. ADJUST Function Increments or decrements a variable value or numeric data on the precedi

Pagina 218 - WTLOCK

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 19 Example ! 0 100 200 3 BARCODE CODE39 150 30 30 TEST20 ADJUST -01 STRING 12X16 150 65 ADJUST

Pagina 219 - From Printer:

STANDARD PRINTER COMMANDS 20 Copyright © 2006, Cognitive. ADJUST_DUP Function Used with the ADJUST command to print non-incremented duplicates of i

Pagina 220 - RF_TYPE

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 21 AREA_CLEAR Function Clears an area of a label for replotting. AREA_CLEAR may be used in a

Pagina 221 - RF_IDNUM

STANDARD PRINTER COMMANDS 22 Copyright © 2006, Cognitive. BARCODE Function Prints a bar code, specifying type, position, height, and characters to

Pagina 222 - RF_BLKSZ

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 23 (n:w) Specifications for the narrow (n) and wide (w) bars. Place these modifiers within par

Pagina 223 - RF LOCATION

STANDARD PRINTER COMMANDS 24 Copyright © 2006, Cognitive. Comments Unless modified by a BARCODE_FONT command, all codes except UPCA+, EAN8+, EAN13

Pagina 224 - !RFID ?

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 25 Example 2 BARCODE UPCA+ 20 75 70 19112610203 Example 3 BARCODE CODABAR(2:5) 10 30 20 A01

Pagina 225 - !RFID CONFIRM

STANDARD PRINTER COMMANDS 26 Copyright © 2006, Cognitive. ! 0 100 90 1 PITCH 100 BARCODER CODE39(1:3)- 10 0 30 1A2 END

Pagina 226 - !RFID HOST

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 27 BARCODE_FONT Function Allows selection of the font type, size, and position of the human-r

Pagina 228 - !RFID LEDTIME

STANDARD PRINTER COMMANDS 28 Copyright © 2006, Cognitive. vertadj Offsets the printed text vertically. Must be two digits; add leading zeros as req

Pagina 229 - !RFID MARK

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 29 Example 2 BARCODE_FONT 9x12(00,05,1,1,1,2) BARCODE UPCAX+ 35 50 50 72773740001 Example

Pagina 230 - !RFID RDAFTWT

STANDARD PRINTER COMMANDS 30 Copyright © 2006, Cognitive. BARCODE PDF417 Function Prints a two-dimensional bar code on a label, using the PDF417 sy

Pagina 231 - !RFID RETRY

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 31 bytes Number of encoded data bytes, including carriage returns and line feeds. Macro PDF fu

Pagina 232 - !RFID SSONCMD

STANDARD PRINTER COMMANDS 32 Copyright © 2006, Cognitive. I File ID. Enter the desired file identification as a string after the I character. If th

Pagina 233 - !RFID TAGTYPE

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 33 Example PITCH 200 BARCODE PDF417 50 10 2 6 1 0 7 309 NAME:JOHN SMITH ADDRESS:116 WILBUR BO

Pagina 234 - !RFID TIMEOUT

STANDARD PRINTER COMMANDS 34 Copyright © 2006, Cognitive. BARCODE UPS Function Prints a two-dimensional bar code on a label, using the MaxiCode sym

Pagina 235

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 35 bytes – Number of encoded data bytes in the Low Priority Message. The number of bytes inc

Pagina 236 - !RFID TXAFTER

STANDARD PRINTER COMMANDS 36 Copyright © 2006, Cognitive. Comments MaxiCodes cannot be rotated, and can never have human-readable subtext. Example

Pagina 237 - !RFID VOID

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 37 841706672Gs840 Postal Code, Country Code Gs001Gs1Z12345675 Class of Service, Tracking

Pagina 238

Table of Contents Introduction... 1 Label Format Organiza

Pagina 239 - Ethernet Printer Information

STANDARD PRINTER COMMANDS 38 Copyright © 2006, Cognitive. COMMENT Function This command is used for documenting label formats. Comment lines do no

Pagina 240 - Network Applications

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 39 DOUBLE Function Prints "double byte" text characters from a selected font set. D

Pagina 241 - ETHERNET PRINTER INFORMATION

STANDARD PRINTER COMMANDS 40 Copyright © 2006, Cognitive. DRAW_BOX Function Draws a hollow rectangle on the label. Explicit Form DRAW_BOX x y w h

Pagina 242 - Printer Configuration

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 41 Example DRAW_BOX 5 5 100 50 DRAW_BOX 10 10 90 40 DRAW_BOX 20 30 70 1

Pagina 243 - Operation

STANDARD PRINTER COMMANDS 42 Copyright © 2006, Cognitive. END Function Signals the end of a label format Explicit Form END Implicit Form E Parame

Pagina 244 - Variable Commands

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 43 FILL_BOX Function This command inverts every dot in the specified rectangular area. Where t

Pagina 245 - Ethernet Variable Commands

STANDARD PRINTER COMMANDS 44 Copyright © 2006, Cognitive. Example 1 ! 0 100 180 1 PITCH 200 FILL_BOX 50 50 750 85 FILL_BOX 50 50 725 60 FILL_BOX 25

Pagina 246 - VARIABLE ETHERNET BOOTP

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 45 GRAPHIC Function Initializes the printer to receive graphics data, and positions the recei

Pagina 247 - VARIABLE ETHERNET DHCP

STANDARD PRINTER COMMANDS 46 Copyright © 2006, Cognitive. Example The following two label formats will print a PCX graphic with its upper left co

Pagina 248 - VARIABLE ETHERNET DHCP_CRIT

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 47 Graphics mode Function Initializes the printer to receive binary data for printing bitmapp

Pagina 249

PITCH ... 63 QUANTITY ...

Pagina 250 - VARIABLE ETHERNET FIRMWARE

STANDARD PRINTER COMMANDS 48 Copyright © 2006, Cognitive. Comments When programming in graphics mode, you control every dot on the print head sepa

Pagina 251 - VARIABLE ETHERNET GATEWAY

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 49 ASCII commands cannot be mixed in the binary graphics file. If you want to print predefin

Pagina 252 - ETHETNET PRINTER INFORMATION

STANDARD PRINTER COMMANDS 50 Copyright © 2006, Cognitive. HALT Function Pauses the printer after it prints one label. If there are more labels lef

Pagina 253 - VARIABLE ETHERNET LPD

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 51 Header line Function Initializes the printer to receive a label format. Explicit Form mode

Pagina 254 - VARIABLE ETHERNET TELNET

STANDARD PRINTER COMMANDS 52 Copyright © 2006, Cognitive. previous label. (See also AREA_CLEAR command.) !A Automatic header line. Same as !, exc

Pagina 255 - VARIABLE ETHERNET IP

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 53 command). The specified dot time is rounded down to the nearest step. NOTE: Dot time values

Pagina 256 - VARIABLE ETHERNET RESET

STANDARD PRINTER COMMANDS 54 Copyright © 2006, Cognitive. "rough-in" header line values as follows: Use ! for ASCII foreground printing.

Pagina 257 - “public”

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 55 INDEX Function Enables automatic label indexing. When printing is finished the printer fee

Pagina 258 - VARIABLE ETHERNET RTEL

STANDARD PRINTER COMMANDS 56 Copyright © 2006, Cognitive. JUSTIFY Function Positions Ultra Font and TEXT printing, PDF417 and MAXICODE bar codes,

Pagina 259 - VARIABLE ETHERNET RTEL PORT

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 57 Example 1 JUSTIFY LEFT ULTRA_FONT A40 (5,0,0) 400 10 LEFT JUSTIFY JUSTIFY RIGHT ULTRA_FONT

Pagina 260

Variable Command Rules... 133 Variable Command List ...

Pagina 261

STANDARD PRINTER COMMANDS 58 Copyright © 2006, Cognitive. LOGO mode Function Allows placement of bitmapped graphics in specific label areas, or wi

Pagina 262 - VARIABLE ETHERNET NETMASK

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 59 Comments In background mode, the maximum programmable label size is cut in half. Consider

Pagina 263 - VARIABLE ETHERNET SERVER

STANDARD PRINTER COMMANDS 60 Copyright © 2006, Cognitive. MULTIPLE Function Causes the printer to print duplicate labels side-by-side. Explicit Fo

Pagina 264

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 61 Example ! 0 130 70 2 PITCH 100 WIDTH 224 MULTIPLE 2 STRING 8X8 7 0 ADIDAS 4446 STRING 8X8

Pagina 265 - Bar Code Information

STANDARD PRINTER COMMANDS 62 Copyright © 2006, Cognitive. NOINDEX Function Disables index detection. The printer will stop feeding the label after

Pagina 266 - CODE39 and CODE39+

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 63 PITCH Function Sets the print density in dots per inch. Explicit Form PITCH nnn Implicit F

Pagina 267 - CODABAR

STANDARD PRINTER COMMANDS 64 Copyright © 2006, Cognitive. See also VARIABLE PITCH Example ! 0 100 90 1 PITCH 200 JUSTIFY CENTER ULTRA_FONT B20 (5,0

Pagina 268 - MAXICODE

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 65 QUANTITY Function Sets the quantity of labels to be printed by the label format. Explicit

Pagina 269 - POSTNET

STANDARD PRINTER COMMANDS 66 Copyright © 2006, Cognitive. QUERY FIRMWARE REVISION Function Causes the printer to send firmware revision informatio

Pagina 270 - CODE128 A, B, C

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 67 QUERY PRINTER STATUS Function Causes the printer to send a status message to the host comp

Pagina 271 - BAR CODE INFORMATION

PROMPTS ... 188 DATASKIP ...

Pagina 272 - CODE16K

STANDARD PRINTER COMMANDS 68 Copyright © 2006, Cognitive. This command replaces the normal header line. Follow the command with a line feed (or car

Pagina 273 - Media Tips and Tricks

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 69 R Ready. The printer has no pending print tasks, is not charging, and the background buffer

Pagina 274 - Transfer)

STANDARD PRINTER COMMANDS 70 Copyright © 2006, Cognitive. o (lowercase letter O) Out of ribbon or ribbon stalled. (Only reported by TT printers cap

Pagina 275

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 71 Example !QS END IMPORTANT! Use this command exactly as shown in the example. Do not use ot

Pagina 276 - Media Sensitivity

STANDARD PRINTER COMMANDS 72 Copyright © 2006, Cognitive. ROTATE R90, R180, R270 Function Prints STRING text on the label, rotated clockwise in th

Pagina 277 - Troubleshooting

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 73 See also STRING, ULTRA_FONT Example ! 0 100 100 1 STRING 9X12 32 10 NORMAL R90 9X12 97 16 R

Pagina 278 - TROUBLESHOOTING

STANDARD PRINTER COMMANDS 74 Copyright © 2006, Cognitive. STRING Function Prints text (ASCII characters) on a label using CSI fonts. These are non

Pagina 279 - Common Issues

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 75 each time. When using this modifier you must specify values for exspace, xmult, and ymult.

Pagina 280

STANDARD PRINTER COMMANDS 76 Copyright © 2006, Cognitive. Font Type 3X5 5X7 8X8 9X12 12X16 18X23 24X31 Cell Size 4X5 6X7 8X8 9X12 13X16 19X23 25X31

Pagina 281

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 77 Example 2 ! 0 100 100 1 PITCH 100 STRING 5X7 10 0 LETTERS - 5X7 STRING 8X8 200 0 LETTERS -

Pagina 282

!RFID TXAFTER ... 224 !RFID VOID...

Pagina 283

STANDARD PRINTER COMMANDS 78 Copyright © 2006, Cognitive. TEXT Function Prints text on a label using compressed bitmapped fonts. Explicit Form TEX

Pagina 284

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 79 The following parameters are contained in parentheses and are optional: spacing Sets the sp

Pagina 285

STANDARD PRINTER COMMANDS 80 Copyright © 2006, Cognitive. Example JUSTIFY CENTER TEXT 3 410 0 TEXT FONT TEXT 3(0,0,1,1) 410 40 TEXT FONT TEXT 3(10

Pagina 286

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 81 TIME Function Sets or gets data from the real-time clock in printers so equipped. Data der

Pagina 287 - Graphics Programming Issues

STANDARD PRINTER COMMANDS 82 Copyright © 2006, Cognitive. TIME ADD TE ADD TIME ? TE ? Adds the specified interval to the last time read by TI

Pagina 288

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 83 %a Abbreviated weekday name (Sun, Mon, Tue) %A Full weekday name (Sunday, Monday, Tue

Pagina 289

STANDARD PRINTER COMMANDS 84 Copyright © 2006, Cognitive. example, 05/21/98) %X Time (hh:mm:ss; for example, 21:45:30) %y Two-digit year withou

Pagina 290

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 85 Example 3 Example 4 The following command line will print the current date as stored in t

Pagina 291

STANDARD PRINTER COMMANDS 86 Copyright © 2006, Cognitive. Universal Clear Function Resets the printer to its initial power on state, effectively t

Pagina 292

STANDARD PRINTER COMMANDS Copyright © 2006, Cognitive. 87 ULTRA_FONT Function Prints text on a label, using Ultra Fonts (stroke fonts). Unlike STRIN

Comentarios a estos manuales

Sin comentarios