X.9.x Firmware Release Notes

Size: px
Start display at page:

Download "X.9.x Firmware Release Notes"

Transcription

1 X.9.x Firmware Release Notes Firmware Release X.9.x 1999, Zebra Technologies Corporation Firmware Release X.9.x 1999, Zebra Technologies Corporation Firmware Release X.9.x 1999, Zebra Technologies Corporation

2 ii X.9.x Firmware Release Notes Document Scope These firmware release notes contain all of the new and enhanced commands which have been incorporated into the ZPL II Programming Language since the release of the ZPL II Programming Guide, Part # 46530L Rev. 1. Contents The following commands were updated in the X.8.x firmware release indicated. They are provided with these X.9.x Firmware Release Notes only until the ZPL II Programming Guide has been updated to include the information. Refer to pages 1 through 8 for more information. COMMAND Updated ^CI Added Printing of Euro Symbol Updated ^FP Updated ^JJ , Updated ^MM , FIRMWARE RELEASE , , , , , , , , , , , , , , , , , , , Specifics of the X.9.x firmware release begin on page 9 of this guide. They cover the below listed versions of firmware: Zebra 105S and S500 printers Zebra 90XiII, 140XiII, 170XiII & 220XiII printers Zebra 105Se and 160S printers Zebra Z4000 and Z6000 printers Zebra S400 printers Zebra S600 printers Zebra PAX/PAX2 print engines Zebra PA/PT400 portable printers Zebra PAX/PAX2 print engines

3 X.9.x Firmware Release Notes 1 Zebra Programming Language II (ZPL II ) Zebra Programming Language II (ZPL II ) is a highlevel, label definition and printer control language. Label formats may be defined in the ZPL II Language and generated by a host computer system. A commercial label preparation system or a software package which automatically generates ZPL II code may also be used. For information about label preparation systems, consult your distributor, systems integrator, or computer software vendor. It is strongly suggested that new ZPL II users order a copy of the ZPL II Programming Guide (part # 46530L). The information in that document, along with the information in this guide, provide a complete description of the commands and instructions. The examples shown in this guide assume a media size of at least 80 mm wide and 60 mm long. Media of a different size can be used, however parameters affecting size or location of printed data may need to be modified. Continuous media can also be used for these examples. We recommend using a label length instruction ^LL480 after the ^XA instruction line. Both of these instructions are covered in detail in the ZPL II Programming Guide. Any word processor or text editor capable of creating ASCII-only files (files without formatting codes and other extraneous information) can be used to create the label formats provided as examples. For instance, if you are using Microsoft Word, you would create a Text (.txt) file. Almost all of the label formatting examples are made up of a series of text lines. When you finish typing a line, press the RETURN or ENTER key. Continue this process for all of the text lines in the example. IMPORTANT In this manual, when you see the caret (^) character, it indicates that you are to type the caret (^) (Shift 6) character.

4 2 X.9.x Firmware Release Notes ^CI Change International Font An enhancement to this command allows character remapping. Any character within a font can be remapped to a different numerical position. Up to 256 pairs of source and destination positions can be remapped. The new format for the ^CI instruction is: ^CIa,s1,d1,s2,d2... Where: ^CI = Change International Font a = Desired Character Set Default value: 0 = USA1 (Refer to the ZPL II Programming Guide for additional acceptable values.) s1 = Source 1 (Character position to be remapped) Acceptable values = decimal values 0 to 255 d1 = Destination 1 (New position for the character referred to as Source 1) Acceptable values = decimal values 0 to 255 s2 = Source 2 (Character position to be remapped) Acceptable values = decimal values 0 to 255 d2 = Destination 2 (New position for the character referred to as Source 2) Acceptable values = decimal values 0 to = Continuation (Up to 256 source and destination pairs can be entered in the command) Format Example: ^CI0,21,36 Remaps the Euro symbol (21) to the Dollar sign value (36). In this way, when the dollar sign character is sent to the printer, the Euro symbol will print. (The Euro symbol value, 15 Hex, equals 21 decimal, and the Dollar sign value, 24 Hex, equals 36 decimal.)

5 X.9.x Firmware Release Notes 3 Euro Symbol Printing of the Euro Symbol ( ) is now supported. To print the symbol, a hex value of 15 must be placed within a Field Data (^FD) statement. A Field Hex (^FH) instruction must precede the Field Data statement. Format Example: ^XA ^FO10,10^A0,100^FH^FD_15^FS ^XZ NOTE: The font selected will determine the shape and resolution of the printed symbol.

6 4 X.9.x Firmware Release Notes ^FP Field Parameter The ^FP (Field Parameter) command has been updated. Earlier versions of ZPL II used this command to allow printing in the left to right horizontal direction and the top to bottom vertical direction. This command has been updated to permit printing in a right to left reverse direction. The new format for the ^FP instruction is: ^FPd,g Where ^FP = d = g = Field Parameter Direction H = Horizontal Printing (left to right) V = Vertical Printing (top to bottom) R = Reverse Printing (right to left) Additional Inter-character Gap; Size represented in dots. Range: = NOTE: With reverse printing, the origin specified by the ^FT command is the lower left corner of the right-most text character. Examples (ZPL): ^XA6FPV,10^AG^FDtest^XZ ^XA6FPR,10^AG^FDtest^XZ

7 X.9.x Firmware Release Notes 5 ^JJ Set Auxiliary Port The ^JJ (Set Auxiliary Port) command allows you to control an applicator or an on-line verifier device via ZPL II commands. The new format for the ^JJ instruction is: ^JJa,b,c,d,e,f Where ^JJ = a = Set Auxiliary Port Verifier Mode Default value: 0 = Off The verifier port is OFF. Other values: 1 = Reprint on Error Mode The printer stops on a label with a verification error. This label is then reprinted (if Reprint on Error, ^JZ, is set to reprint) when the pause key is pressed. If a bar code is near the upper edge of a label, the label will feed out far enough for the barcode to be verified and then backfeed to allow the next label to be printed and verified. 2 = Maximum Throughput Mode The printer stops when a verification error is detected. In this mode, the printer starts printing the next label while the verifier is still checking the previous label. This mode provides maximum throughput, but does not allow the printer to stop on a label with a verification error. (continued on next page)

8 6 X.9.x Firmware Release Notes b = Applicator Mode Default value: 0 = Off The applicator port is OFF. Other values: 1 = Mode 1 End Print signal normally high. Low only while the printer is moving the label forward. 2 = Mode 2 End Print signal normally low. High only while the printer is moving the label forward. 3 = Mode 3 End Print signal normally high. Low for 20ms when a label has been printed and positioned. c = 4 = Mode 4 End Print signal normally low. High for 20ms when a label has been printed and positioned. Applicator Mode Start Print Signal Default value: p = pulse mode The Start Print signal must be de-asserted before it can be asserted for the next label. Other values: l = level mode The Start Print signal does not need to be de-asserted to print the next label. As long as the Start Print signal is low and a label is formatted, the printer will print a label. (continued on next page)

9 X.9.x Firmware Release Notes 7 d = e = f = Applicator Label Error Mode Default value: f = feed Mode The printer will print a blank label when the web is not found where expected to synch the printer to the media. Other values: e = error mode The printer will assert the Service Required signal (svce_req - pin 10) on the applicator port, enter the pause mode, and display an error message on the LCD display. Reprint Mode Default value: d = reprint disabled The printer will ignore the reprint signal on the applicator port. Other values: e = reprint enabled The printer will reprint the last label printed after the reprint signal is asserted on the applicator port. If a label is canceled, the label to be reprinted will also be canceled. This mode also consumes more memory since the last label printed is not released after it is printed. Ribbon Low Mode Default value: e = ribbon low enabled The printer will issue a ribbon low warning when the ribbon is low. Other values: d = ribbon low disabled The printer will not issue a ribbon low warning when the ribbon is low.

10 8 X.9.x Firmware Release Notes ^MM Print Mode The ^MM (Print Mode) instruction determines the action the printer takes after a label or group of labels has been printed. There are typically five print modes of operation. However, for the PAX/PAX2-Series firmware versions 29.8.x, 31.8.x, 29.9.x, and 31.9.x, only three modes are available. Tear-Off - After printing, the label is advanced so that the web is over the tear bar. The label, with backing attached, or tag stock can then be torn off manually. Rewind - The label and backing are rewound on an (optional) external rewind device. The next label is positioned under the printhead (no backfeed motion). Applicator - After printing, the label is moved forward and the END PRINT signal is asserted. Printing stops until the label is removed by the applicator and the START PRINT signal is asserted for the next label. The format for the ^MM instruction is: ^MMa,b Where ^MM = a = b = Print Mode Desired Mode Default value: T = Tear Off Other values: R = Rewind A = Applicator Pre-Peel Select This parameter is not available for the 170PAX2. (The parameter, and the comma preceding it, should not be included as part of the instruction.)

11 X.9.x Firmware Release Notes 9 X.9.x Firmware Release New Features A Change Memory (^CM) command has been included to permit reassignment of letter designators between selected memory devices. Two new commands have been added for the PA-Series and PT-Series printers only. The Set Battery Condition (~JF) command permits monitoring for a low battery voltage condition while the Kill Battery (~KB) command supports rapid discharging of the battery. The 170PAX2-Series printer s applicator reprint function, previously only accessible via the applicator reprint signal, may now be accessed with an Applicator Reprint (~PR) command or by pressing the PREVIOUS button on the front panel. The Real Time Clock commands have been added to those printer products using the firmware specified in these release notes. They are only accessible when the hardware option is actually installed in the printer. Enhancements The Serial Number (^SN) and Serialized Field (^SF) commands may now be formatted with the ZPL II Field Block (^FB) command to support left, center, right, and margin-to-margin justification. The Host Status String has been corrected. PDF417 bar code positioning has been corrected. The operation of the ~JA command has been corrected. Positioning of the P through V fonts has been corrected. The information on the following pages provides the details of the X.9.0 firmware release.

12 10 X.9.x Firmware Release Notes ^CM Change Memory The ^CM (Change Memory) instruction allows label formats created for one printer product to be used on other Zebra printers by reassigning letter designators between selected memory devices. Once the printer receives this command, all commands using the letter designation will automatically reflect the change. The format for the ^CM instruction is: ^CMa,b,c Where ^CM = a = b = c = Change Memory Letter designator for the standard B: memory. If the device letter is omitted, it will default to B. Acceptable values: B, E, or R Letter designator for the standard E: memory. If the device letter is omitted, it will default to E. Acceptable values: B, E, or R Letter designator for the standard R: memory. If the device letter is omitted, it will default to R. Acceptable values: B, E, or R NOTE: If two or more command arguments (a, b, c) specify the same letter designator, all letter designators will be set to their default values. NOTE: If any of the command arguments are out-of-specification, the command will be ignored.

13 X.9.x Firmware Release Notes 11 ~JF Set Battery Condition There are two low battery voltage levels sensed by the PA/PT400 printers. When battery voltage goes below the first level, the Green LED begins flashing as a warning, but printing will continue. When this warning occurs, it is good practice to recharge the battery. As printing continues, a second low voltage level will be reached. At this point, both Green and Orange LEDs will flash as a warning, and printing will pause automatically. When Pause on Low Voltage is selected (Y), and the battery voltage level falls below the second low voltage level, printing pauses and an error condition is displayed as an indication that the printer should be plugged into the battery charger. By pressing the FEED key printing will continue on a label-by-label basis, but there is a high risk of losing label format information due to the continued decrease of battery voltage. When Pause on Low Voltage is deselected (N), and the battery voltage level falls below the second low voltage level, printing will continue and the Orange LED will remain OFF. If the battery voltage continues to decrease, label information could be lost and the printer could stop operation. This option should be selected only when the printer is connected to the Car Battery Adapter. The printer may from time to time sense that battery voltage is below the first low voltage level. But, due to the continuous recharging of the car battery, the further loss of battery voltage is not a concern and printing will continue. If this option is not selected when using the Car Battery Adapter, the user may need to press the FEED key to unpause the printer and print each label.

14 12 X.9.x Firmware Release Notes The format for the ~JF instruction is: ~JFp Where ~JF = p = Set Battery Condition Pause on Low Voltage Y = (Pause on low battery voltage) Default N = DO NOT pause on low battery voltage (Suggested when the printer is powered by the car battery adapter.) ~KB Kill Battery In order to maintain performance of the rechargeable battery of the portable printers, the battery must be fully discharged and recharged regularly. The ~KB (Kill Battery) instruction places the printer in battery discharge mode to allow for draining the battery without actually printing. The ~KB instruction is only supported by the PA-Series and PT-Series firmware version 30.9.x. The format for the ~KB instruction is: ~KB NOTE: While the printer is in the discharge mode, the Green Power LED will flash in groups of three flashes. NOTE: The discharge mode may be terminated by sending a printing format to the printer or by pressing either of the front panel buttons. NOTE: If the battery charger is plugged into the printer, the battery will be recharged automatically once the discharge process in completed.

15 X.9.x Firmware Release Notes 13 ~PR Applicator Reprint The ~PR (Applicator Reprint) instruction is only supported by the PAX/PAX2-Series firmware versions 29.9.x and 31.9.x. If the Applicator Reprint function is enabled (see the ZPL II ^JJ command described earlier in this document), the ~PR instruction causes the last label printed to be reprinted, similar to the applicator asserting the Reprint signal on the applicator port. The format for the ~PR command is: ~PR NOTE: Pressing the PREVIOUS button on the front panel will also cause the last label to be reprinted.

16 14 X.9.x Firmware Release Notes REAL TIME CLOCK COMMANDS General information on the use of the Real Time Clock The Real Time Clock (RTC) hardware option is currently available for only the XiII-Series and the PAX/PAX2- Series printers. The ZPL II commands for the RTC are only applicable if the option is installed in the printer. For those printers with an LCD front panel display, additional front panel configuration parameters are also included. The Field Clock (^FC) command is used to specify the clock-indicator character for the primary, secondary, and tertiary clocks. This command must be included within each label field command string whenever the date or time clock values are required within the field. No date or time clock information can be printed in a label field unless this command is included. A clock-indicator can be any printable character except the ZPL II Format Prefix, Control Prefix, or Delimiter characters. The default value for the primary clockindicator is the percent sign (%). The secondary and tertiary clock-indicators have no defaults and must be specified in order for that clock to be used. The ZPL II Field Data (^FD) command has been expanded to recognize the clock-indicators and associated command characters, and to replace them during the printing process with the corresponding time or date parameter. For example, if the primary clock-indicator is the percent sign (%), then during printing, the character sequence %H in the ^FD statement would be replaced by the 2-digit current hour. NOTE: If the Real Time Clock hardware is not installed, or the ^FC command has not preceded the ^FD statement, no replacement would occur. In this case, the characters %H would print as text on the label. The name of the day of the week, the name of the month, and the AM or PM designation can also be inserted in place of a specific clock-indicator/command character sequence. See Table 1 for the list of command characters and their functions.

17 X.9.x Firmware Release Notes 15 %a is replaced by the abbreviated weekday name %A is replaced by the weekday name %b is replaced by the abbreviated month name %B is replaced by the month name %d is replaced by the day of the month number, 01 to 31 %H is replaced by the hour of the day (military), 00 to 23 %I is replaced by the hour of the day (civilian), 01 to 12 %j is replaced by the day of the year, 001 to 366 %m is replaced by the month number, 01 to 12 %M is replaced by the minute, 00 to 59 %p is replaced by the AM or PM designation %S is replaced by the seconds, 00 to 59 %U is replaced by the week# of the year, 00 to 53, Sunday is 1st day %W is replaced by the week# of the year, 00 to 53, Monday is 1st day %w is replaced by the day # of the week, 00 (Sunday) to 06 (Saturday) %y is replaced by the last 2 digits of the year, 00 to 99 %Y is replaced by the full 4 digit year number where % is the specified clock-indicator character. Table 1. Date & Time Command Characters The Set Offset (^SO) command permits the printing of specific times and dates relative to the primary clock. The secondary (or tertiary) clock is enabled when secondary (or tertiary) offsets are entered using this command. The secondary (or tertiary) clock time and date are determined by adding the offsets to the current clock reading. One ^SO command is required to set the secondary offset and an additional ^SO command is required for a tertiary offset. The offsets remain until changed or until the printer is either powered down or reset. NOTE: Only dates from January 1, 1998 to December 31, 2097 are supported. Setting the offsets to values that result in dates outside this range is not encouraged or guaranteed.

18 16 X.9.x Firmware Release Notes The Set Mode/Language (^SL) command is used to select the language in which to print the names of the days of the week, the names of the months. This command also sets the printing mode, which can be S for START TIME or T for TIME NOW. In START TIME mode, the time printed on the label is the time that is read from the Real Time Clock when the label formatting begins (when the ^XA command is received by the printer). In TIME NOW mode, the time printed on the label is the time that is read from the Real Time Clock when the label is placed in the queue to be printed. Time And Date Precision (in Time Now Mode) The time and date placed in a label field is determined at the time the label bitmap is created by the printer. If a batch of labels is formatted, the date and time will be the same for all labels in the batch. If the printer is PAUSED during the printing process and remains in that state for a period of time, when printing resumes, the time and date will still be the same as when the batch was first started. If more precise time and date stamps are required on the labels, the ^CO (Cache On) ZPL II command can be used to limit the memory available for label bitmaps and thus reduce the number of labels containing the same time and date stamp. To determine the value for the b parameter of the ^CO command, perform the steps shown below: 1) Print a Memory Usage Label (^XA^WD*:*.*^XZ) and note the following value: Available RAM (in BYTES) (A) 2) Print a Configuration Label and note these values: Printer Print Width (in DOTS) (B) (NOT the Label Width) Label Length (in DOTS) (C) 3) Determine the desired maximum number of queued labels with the same Time and Date value. (D) NOTE: Increasing the number of queued labels will improve throughput performance, but Real Time Clock values will be less accurate. Two is usually a decent compromise.

19 X.9.x Firmware Release Notes 17 4) Substitute the values for B through D from the previous page into the following formula: The label queue memory required (in BYTES) (BxCxD)/8= 5) Substitute the values for A and E into the following formula: (E) The ^CO command memory required (in KBYTES) ( (A E) / 1024) 5= (F) NOTE: If the value of (F) is less than zero, then no ^CO command is needed. If the value of (F) is greater than zero, use the interger portion in the ^CO command. EXAMPLE Available RAM (A) Print Width (B) Label Length (C) Max Labels Queued = 2 = BYTES = 832 DOTS = 1000 DOTS Then The label queue memory required (E) = (BxCxD)/8 = BYTES And The ^CO command memory required (F) = ( ( ) / 1024) 5 = KBYTES Therefore, the correct ^CO command string to add to the label format would be: ^XA^COY,489^XZ This command string will cause 489 KBYTES to be set aside as Font Memory and make it unavailable as label format memory. The memory remaining will only allow two labels to be formatted at one time, and the time and date will be more precise for those two labels.

20 18 X.9.x Firmware Release Notes ^KD Date/Time Format The ^KD (Date/Time Format) instruction is used to select the format in which the Real Time Clock s date and time information is printed on a configuration label, displayed on the Printer Idle LCD front panel display, and displayed while setting the date and time. The format for the ^KD instruction is: ^KDa Where ^KD = a = Date/Time Format Value indicating desired date/time format 0 = Normal version number string (Default) 1 = MM/DD/YY w/24 hour clock 2 = MM/DD/YY w/12 hour clock 3 = DD/MM/YY w/24 hour clock 4 = DD/MM/YY w/12 hour clock NOTE: If the Real Time Clock hardware is not present, the display mode will be set to Version Number. NOTE: If the display mode is set to Version Number and the Real Time Clock hardware is present, the date/ time format shown on the configuration label and on the LCD front panel display when setting the date/time will be in the format: MM/DD/YY with a 24 hour clock.

21 X.9.x Firmware Release Notes 19 ^FC Field Clock The ^FC (Field Clock) instruction is used to set the clock-indicators (delimiters) and the clock mode, for use with the Real Time Clock hardware. This command must be included within each label field command string each time the Real Time Clock values are required within the field. The format for the ^FC instruction is: ^FCa,b,c Where ^FC = a = b = c = Field Clock Primary clock indicator character Default =% Secondary clock indicator character No Default cannot be the same as a above Tertiary clock indicator character No Default cannot be the same as a or b above NOTE: If no Real Time Clock hardware is present, this command is ignored.

22 20 X.9.x Firmware Release Notes ^SL Set Mode/Language The ^SL (Set Mode/Language) instruction is used to specify the language in which Real Time Clock information is printed and to specify the mode of operation for the Real Time Clock. Refer to page 17 for further details on this command. The format for the ^SL instruction is: ^SLa,b Where ^SL = a = b = Set Mode/Language Mode S = START TIME mode (Default) T = TIME NOW mode Language Number (Default = The language selected via the ^KL instruction or the front panel configuration.) 1 = English 2 = Spanish 3 = French 4 = German 5 = Italian 6 = Norwegian 7 = Portuguese 8 = Swedish 9 = Danish 10 = Spanish 2 11 = Dutch 12 = Finnish

23 X.9.x Firmware Release Notes 21 ^SO Set Offset The ^SO (Set Offset) instruction is used to set the secondary offset and the tertiary offset from the primary Real Time Clock. The format for the ^SO instruction is: ^SOa,b,c,d,e,f,g Where ^SO = Set Offset a = Clock (No Default) 2 = Secondary Clock 3 = Tertiary Clock b = Months Offset (Default =0) (Range 32,000 to +32,000) c = Days Offset (Default =0) (Range 32,000 to +32,000) d = Years Offset (Default =0) (Range 32,000 to +32,000) e = Hours Offset (Default = 0) (Range 32,000 to +32,000) f = Minutes Offset (Default =0) (Range 32,000 to +32,000) g = Seconds Offset (Default =0) (Range 32,000 to +32,000)

24 22 X.9.x Firmware Release Notes ^ST Set Date/Time The ^ST (Set Date/Time) instruction is used to set the date and time of the Real Time Clock. The format for the ^ST instruction is: ^STa,b,c,d,e,f,g Where ^ST = a = b = c = d = e = f = g = Set Date/Time Month (Default = Current Month) Valid Range = 01 to 12 Day (Default = Current Day) Valid Range = 01 to 31 Year (Default = Current Year) Valid Range = 1998 to 2097 Hour (Default = Current Hour) Valid Range = 00 to 23 Minute (Default = Current Minute) Valid Range = 00 to 59 Second (Default = Current Second) Valid Range = 00 to 59 Format A=AM P=PM M= 24 Hour (Military) (Default)

25 X.9.x Firmware Release Notes 23 Sample ZPL The ZPL II scripts shown on this page establish the initial settings for the date and time clock. The Script on page 25 then references these settings to provide the output shown in Figure 1. Setting the date and time for the Real Time Clock only needs to be done once. The date and time are maintained by an on-board battery when the printer is reset and when the printer power is turned OFF. To set the date and time to April 23, 1999 at 2:30 PM the following command string should be sent to the printer: ^XA ^ST04,23,1999,02,30,0,P^FS ^XZ To initialize the Real Time Clock and set up two offset values (offset #2 set to 3 months and 1 hour in the future, offset #3 set to 1 year in the past), the following command sequence should be sent to the printer: ^XA ^SL ^SO2,3,0,0,1,0,0^FS ^SO3,0,0,-1,0,0,0^FS ^XZ The above ZPL II scripts initialize the RTC date and time and must be sent to a printer to provide proper date and time parameters for the ZPL II script on the following page.

26 24 X.9.x Firmware Release Notes The following ZPL II script illustrates the various methods of printing the date and time initialized on the previous page within separate fields on continuous media. Figure 1 illustrates the printout of this script on a label For the below example, the ^FC command delimiters are: % Primary clock indicator { Secondary clock indicator # Tertiary clock indicator ^XA ^LL175 ^FO10,025^AD^FC%,{,#^FD1: Mil: %H:%M:%S Civ: %I:%M:%S %p^fs ^FO10,050^AD^FC%,{,#^FD2: Mil: {H:{M:{S Civ: {I:{M:{S {p^fs ^FO10,075^AD^FC%,{,#^FD3: Mil: #H:#M:#S Civ: #I:#M:#S #p^fs ^FO10,100^AD^FC%,{,#^FD1: On %A, %B %d, %Y (%a, %m/%d/%y, %d %b %Y).^FS ^FO10,125^AD^FC%,{,#^FD2: On {A, {B {d, {Y ( {a, {m/{d/{y, {d {b {Y).^FS ^FO10,150^AD^FC%,{,#^FD3: On #A, #B #d, #Y ( #a, #m/#d/#y, #d #b #Y).^FS ^XZ 1: Mil: 14:30:00 Civ: 02:30:00 PM 2: Mil: 15:30:00 Civ: 03:30:00 PM 3: Mil: 14:30:00 Civ: 02:30:00 PM 1: On Friday, April 23, 1999 (Fri, 04/23/99, 23 Apr 1999). 2: On Friday, July 23, 1999 (Fri, 07/23/99, 23 Jul 1999). 3: On Thursday, April 23, 1998 (Thur, 04/23/98, 23 Apr 1998). Figure 1. Printed result of the above ZPL II script.

27 X.9.x Firmware Release Notes 25

28 1999 Zebra Technologies Corporation Part # 48970L Rev. 3

Real Time Clock. This appendix contains the information needed to install, program, and operate the Real Time Clock (RTC) option.

Real Time Clock. This appendix contains the information needed to install, program, and operate the Real Time Clock (RTC) option. Real Time Clock This appendix contains the information needed to install, program, and operate the Real Time Clock (RTC) option. 1222 Real Time Clock Overview Overview This hardware option is available

More information

Real Time Clock Addendum

Real Time Clock Addendum 5HDO7LPH&ORFN $GGHQGXP 3DUW/5HY =HEUD7HFKQRORJLHV&RUSRUDWLRQ &RQWHQWV Front Panel Programming...1 Real Time Clock Parameters...1 Idle Display...1 Set Time...2 Set Date...2 RTC ZPL II Commands...3 RTC General

More information

User Manual. Minidraw

User Manual. Minidraw User Manual Minidraw Version 1.8 2 Minidraw for HSAJet MiniTouch Table of Contents Before you start 4 How to... create a package 4 How to... add fonts 5 How to... add locales 8 How to... add logos 10 How

More information

H-1148 PAGE 1 OF IH-1148

H-1148 PAGE 1 OF IH-1148 PAGE 1 OF 57 Printer Overview Depending on the options you have selected, your printer may look slightly different. Transmissive sensor Media supply guide Front housing assembly Printhead assembly Ribbon

More information

Front Panel LCD Displays

Front Panel LCD Displays Configuration 57 Use the LCD display on the front panel to adjust print engine settings. Table 6shows parameters in the order in which they are displayed when you press NEXT after entering Setup mode.

More information

V60.13.x Summary of Firmware Changes

V60.13.x Summary of Firmware Changes This document summarizes the following V60.13.x firmware releases: Firmware Release Number Release Date See Page V60.13.0.13ZA 31 March 2006 page 1 V60.13.0.13Z 31 March 2006 page 2 V60.13.0.12ZB 31 March

More information

Zebra/bar One Label Printing through Scripts and Adjusting the Coordinates VAI a SAP-Script.

Zebra/bar One Label Printing through Scripts and Adjusting the Coordinates VAI a SAP-Script. Zebra/bar One Label Printing through Scripts and Adjusting the Coordinates VAI a SAP-Script. Applies to: ABAP. For more information, visit the ABAP homepage. Summary: This Article is intended for all those

More information

Supplemental Information for Traditional Chinese Fonts

Supplemental Information for Traditional Chinese Fonts Supplemental Information for Traditional Chinese Fonts Contents Supported Languages................................ 3 Communications.................................... 4 Changing the Control Instruction

More information

MCP1000 Series Thermal Printer

MCP1000 Series Thermal Printer Email: sales@aandd-eu.net Web: www.aandd-eu.net Page 1 of 16 SPECIFICATION General Printing system Max Characters per line Character matrix Character size Horizontal dot pitch Vertical dot pitch Text line

More information

Programmer s Reference Manual for EGL, an Eltron EPL Printer Protocol Interpreter

Programmer s Reference Manual for EGL, an Eltron EPL Printer Protocol Interpreter Programmer s Reference Manual for EGL, an Eltron EPL Printer Protocol Interpreter Thermal Series Printers 1 Trademark Acknowledgements Eltron, EPL, and Zebra are registered trademarks of Zebra Technologies

More information

Table 1 Print Settings (Continued)

Table 1 Print Settings (Continued) Printer Configuration and Adjustment Adjust Printer Settings 69 Table 1 Print Settings (Continued) Print Width Specify the width of the labels being used. The default value is the maximum width for the

More information

THERMAL BARCODE PRINTER PROGRAM MANUAL BP21

THERMAL BARCODE PRINTER PROGRAM MANUAL BP21 THERMAL BARCODE PRINTER PROGRAM MANUAL BP21 Setup and System Commands... 4 1. SIZE... 4 2. CASHDRAWER... 5 3. GAP... 5 4. SPEED... 6 5. DENSITY... 7 6. DIRECTION... 7 7. REFERENCE... 9 8. COUNTRY... 9

More information

Zebra XiII-Series Printer Quick Reference Guide

Zebra XiII-Series Printer Quick Reference Guide Zebra XiII-Series Printer Quick Reference Guide Contents Media and Ribbon Loading...67 Media Loading...67 Ribbon Loading...70 Operator Controls...72 Front Panel Keys...72 Front Panel Lights...72 Calibration...74

More information

CANADIAN D.O.C. WARNING

CANADIAN D.O.C. WARNING Each product and program carries a respective written warranty, the only warranty on which the customer can rely. Avery Dennison reserves the right to make changes in the product, the programs, and their

More information

TT230SM THERMAL TRANSFER PRINTER USER S MANUAL

TT230SM THERMAL TRANSFER PRINTER USER S MANUAL TT230SM THERMAL TRANSFER PRINTER USER S MANUAL Operations Overview Unpacking and Inspection This printer has been specially packaged to withstand damage during shipping. Please carefully inspect the packaging

More information

Programming Guide Volume Two: The X.10 Environment

Programming Guide Volume Two: The X.10 Environment Programming Guide Volume Two: The X.10 Environment ZPL II Programming Guide Volume Two: The X.10 Environment Rev. 1 Customer Order # 45542L Manufacturer Part # 45542LB Proprietary Statement This manual

More information

[Notes] Provides important information on setting and using the printer command, if necessary.

[Notes] Provides important information on setting and using the printer command, if necessary. 2. COMMANDS 2. 1 Command Notation X X X X [Name] The name of the command. [Format] The code sequence. [Range] Gives the allowable ranges for the arguments. [Description] Describes the command s function.

More information

Use the instructions in this section for loading roll or fanfold media in the appropriate print mode for your needs.

Use the instructions in this section for loading roll or fanfold media in the appropriate print mode for your needs. 32 Load the Media Load the Media Use the instructions in this section for loading roll or fanfold media in the appropriate print mode for your needs. Caution While performing any tasks near an open printhead,

More information

Load the Media. To load media, complete these steps: Use the instructions in this section for loading roll or fanfold media in any print mode.

Load the Media. To load media, complete these steps: Use the instructions in this section for loading roll or fanfold media in any print mode. 60 Printer Setup Use the instructions in this section for loading roll or fanfold media in any print mode. Caution While performing any tasks near an open printhead, remove all rings, watches, hanging

More information

HP Head Documentation N Revision H Page 1 of 15

HP Head Documentation N Revision H Page 1 of 15 HP Head Documentation Page 1 of 15 Print Head Specifications: Horizontal resolution: 300dpi Vertical resolution: 300dpi (1/2 inch print swath) Line speed maximum: 200 ft/min Daisy Chain: 8 Cartridges (eight

More information

Substitute Quick Reference (SmartFindExpress Substitute Calling System and Web Center)

Substitute Quick Reference (SmartFindExpress Substitute Calling System and Web Center) Substitute Quick Reference (SmartFindExpress Substitute Calling System and Web Center) System Phone Number 578-6618 Help Desk Phone Number 631-4868 (6:00 a.m. 4:30 p.m.) Write your Access number here Write

More information

ZPL. Release Highlights

ZPL. Release Highlights Release Highlights Copyright This copyrighted guide and the label printers described herein are owned by Zebra Technologies Corporation. All rights are reserved. Unauthorized reproduction of the guide

More information

The Everex Scheduler TM Program

The Everex Scheduler TM Program ~~IVERE The Everex Scheduler TM Program OWNER'S MANUAL AND REFERENCE GUIDE (VERSION 2.0) EVER for EXcellence MAN-00039-20 The Everex Scheduler Program OWNER'S MANUAL AND REFERENCE GUIDE (VERSION 2.0) EVEREX

More information

ID Dixie-Narco, Inc. P.O. Box 719 Williston, SC (800) (803) SIlO ELECTRONIC VENDERS WITH TWO BUTTON PROGRAMMING

ID Dixie-Narco, Inc. P.O. Box 719 Williston, SC (800) (803) SIlO ELECTRONIC VENDERS WITH TWO BUTTON PROGRAMMING SIlO ELECTRONIC VENDERS WITH TWO BUTTON PROGRAMMING Operation and Service Manual First Production 0773-6201CS 803,902,510.31 ID Dixie-Narco, Inc. P.O. Box 719 Williston, SC 29853 (800) 688-9090 (803) 266-5000

More information

This section contains the complete alphabetical listing of ZPL II commands.

This section contains the complete alphabetical listing of ZPL II commands. This section contains the complete alphabetical listing of ZPL II commands. Description This heading provides an explanation of how the command is used, what it is capable of, and any defining characteristics

More information

THE OPERATOR INTRODUCTION 2 ACCESSING YOUR SYSTEM 2 FUNCTIONS OF THE "OPERATOR" 3 PROGRAMMING/CHANGING ACCESS CODES 12 ACTIVATING EMERGENCY ALARMS 13

THE OPERATOR INTRODUCTION 2 ACCESSING YOUR SYSTEM 2 FUNCTIONS OF THE OPERATOR 3 PROGRAMMING/CHANGING ACCESS CODES 12 ACTIVATING EMERGENCY ALARMS 13 THE OPERATOR INTRODUCTION 2 ACCESSING YOUR SYSTEM 2 FUNCTIONS OF THE "OPERATOR" 3 SECTION I. CHECKING SYSTEM STATUS 3 SECTION II. USING THE MENU 4 SECTION III. ARMING YOUR SECURITY SYSTEM 5 SECTION IV.

More information

Addmaster Corporation

Addmaster Corporation IJ-1000 Ink-Jet Validation Printer Specification Addmaster Corporation Address: 225 East Huntington Drive Monrovia, CA 91016 Web: www.addmaster.com Phone: (626) 358-2395 FAX: (626) 358-2784 Document: ij1w.doc

More information

AIMMS Function Reference - Date Time Related Identifiers

AIMMS Function Reference - Date Time Related Identifiers AIMMS Function Reference - Date Time Related Identifiers This file contains only one chapter of the book. For a free download of the complete book in pdf format, please visit www.aimms.com Aimms 3.13 Date-Time

More information

1. Control Command List

1. Control Command List 1. Control Command List Num Control Code Function 01 HT Horizontal tab 02 LF Print and line feed 03 CR Print and carriage return 04 DLE EOT n Real-time status transmission 05 DLE ENQ n Real-time response

More information

Unified Utility-II Manual Label Printer

Unified Utility-II Manual Label Printer Unified Utility-II Manual Label Printer Rev. 1.09 SLP-TX400 / TX400E SLP-TX403 / TX403E SLP-TX420 / TX420E SLP-TX423 / TX423E SLP-TX220 / TX220E SLP-TX223 / TX223E SLP-DX420 / DX420E SLP-DX423 / DX423E

More information

ESim Printer Programmer's Reference Manual

ESim Printer Programmer's Reference Manual Page 1 of 79 ESim Printer Programmer's Reference Manual ESim is a built-in protocol for use with Intermec bar code label printers. ESim enables any computer, terminal, scanner, or keyboard that can produce

More information

RIGHT HAND LEFT HAND

RIGHT HAND LEFT HAND Zebra 170PAX2 -Series User s Guide RIGHT HAND LEFT HAND R Proprietary Statement This manual contains proprietary information of Zebra Technologies Corporation. It is intended solely for the information

More information

Antex XM-100 Satellite Receiver RS232 Control Port Command Set 6/8/05

Antex XM-100 Satellite Receiver RS232 Control Port Command Set 6/8/05 Updated 22 March, 2006 Antex XM-100 Satellite Receiver RS232 Control Port Command Set 6/8/05 This update pertains to firmware version 6.30.126. If you do not know the software version of your XM100, enter

More information

COM Text User Manual

COM Text User Manual COM Text User Manual Version: COM_Text_Manual_EN_V2.0 1 COM Text introduction COM Text software is a Serial Keys emulator for Windows Operating System. COM Text can transform the Hexadecimal data (received

More information

ONLINE MODE SYSTEM ADMINISTRATOR S GUIDE

ONLINE MODE SYSTEM ADMINISTRATOR S GUIDE ONLINE MODE SYSTEM ADMINISTRATOR S GUIDE Avery Dennison Monarch 9419 Printer TC9419ONSA Rev. AA 9/16 2016 Avery Dennison Corp. All rights reserved. Each product and program carries a respective written

More information

TOSHIBA Label Printer. BCP Setting Tool B-FP series Operation Manual

TOSHIBA Label Printer. BCP Setting Tool B-FP series Operation Manual TOSHIBA Label Printer BCP Setting Tool B-FP series Operation Manual 5th Edition: April 01, 2018 TABLE OF CONTENTS 1. INTRODUCTION 3 SUPPORTED PRINTERS... 3 2. START-UP 4 PRINTER... 4 PC... 5 3. PREPARATION

More information

Able Systems Limited Northwich, Cheshire, England

Able Systems Limited Northwich, Cheshire, England USERS' GUIDE to the Able Systems Limited Northwich, Cheshire, England www.able-systems.com ABLE SYSTEMS Ap25-24, Ap25-32 & Ap25-4 Panel Mounting Printers (with Serial and Parallel TTL Interface) Contents

More information

VMware AirWatch Zebra Printer Integration Guide

VMware AirWatch Zebra Printer Integration Guide VMware AirWatch Zebra Printer Integration Guide For multiple Workspace ONE UEM versions Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Firmware Upgrade Release Notes. Release Notes for VT8000 Series Room Controllers

Firmware Upgrade Release Notes. Release Notes for VT8000 Series Room Controllers Firmware Upgrade Release Notes Release Notes for VT8000 Series Room Controllers 2 VT8000 Series Room Controllers Release notes are configured to Firmware Version 1.6.2, effective June 5, 2017. Information

More information

Modbus Integration Integration for Modbus Functionality for VTR8300 Series

Modbus Integration Integration for Modbus Functionality for VTR8300 Series Modbus Integration Integration for Modbus Functionality for VTR8300 Series Building Management System *For data visualization and analysis Modbus Controller VT8000 Series room controllers 2 TABLE OF CONTENTS

More information

GFE CONNECTOR UP / DOWNLOAD SOFTWARE USER MANUAL - VERSION /2014. Manufacturers of Fire Detection Equipment

GFE CONNECTOR UP / DOWNLOAD SOFTWARE USER MANUAL - VERSION /2014. Manufacturers of Fire Detection Equipment GFE CONNECTOR UP / DOWNLOAD SOFTWARE USER MANUAL - VERSION 2.0-03/2014 Table of Contents General Information... 3 Basic User Interface... 4 Status Bar... 5 Create blank configuration... 5 Load configuration

More information

User s Guide. Security Printing Solutions (For use with all TROY 2300, 4200, and 4300 Security Printing Solutions)

User s Guide. Security Printing Solutions (For use with all TROY 2300, 4200, and 4300 Security Printing Solutions) User s Guide Security Printing Solutions (For use with all TROY 2300, 4200, and 4300 Security Printing Solutions) NOTE: For best results, view this document using Adobe Acrobat Reader 5.0 or higher. Click

More information

Raystar Microelectronics Technology Inc.

Raystar Microelectronics Technology Inc. Product Features Product Description Wide operating voltage 2.5V to 5.5V Self-contained battery and crystal in Module Supports I 2 C-Bus's high speed mode (400 khz) Includes time (Hour/Minute/Second) and

More information

TTP-244 / TTP-244 Plus THERMAL TRANSFER / DIRECT THERMAL BAR CODE PRINTER USER S MANUAL

TTP-244 / TTP-244 Plus THERMAL TRANSFER / DIRECT THERMAL BAR CODE PRINTER USER S MANUAL TTP-244 / TTP-244 Plus THERMAL TRANSFER / DIRECT THERMAL BAR CODE PRINTER USER S MANUAL CONTENTS 1. PRODUCT INTRODUCTION... 2 1.1 Compliances... 2 2. GETTING STARTED... 3 2.1 Unpacking and Inspection...

More information

TTP-244 / TTP-244 Plus THERMAL TRANSFER / DIRECT THERMAL BAR CODE PRINTER USER S MANUAL

TTP-244 / TTP-244 Plus THERMAL TRANSFER / DIRECT THERMAL BAR CODE PRINTER USER S MANUAL TTP-244 / TTP-244 Plus THERMAL TRANSFER / DIRECT THERMAL BAR CODE PRINTER USER S MANUAL CONTENTS 1. PRODUCT INTRODUCTION... 2 1.1 Compliances... 2 2. GETTING STARTED... 3 2.1 Unpacking and Inspection...

More information

System Controller Programming Manual

System Controller Programming Manual System Controller Programming Manual for V3030 and V3030-01 Version X105.01 or greater Page 2 System Controller Programming Manual System Controller Programming Manual Page 3 Table of Contents General

More information

ID8400 Stamper Communications for Firmware Version 7

ID8400 Stamper Communications for Firmware Version 7 ID8400 Stamper Communications for Firmware Version 7 Introduction This document will describe the Extended Protocol Communications as implemented with the ITM8400 marking system software. Extended Protocol

More information

Payflow Implementer's Guide FAQs

Payflow Implementer's Guide FAQs Payflow Implementer's Guide FAQs FS-PF-FAQ-UG-201702--R016.00 Fairsail 2017. All rights reserved. This document contains information proprietary to Fairsail and may not be reproduced, disclosed, or used

More information

ZPL II Programming. Guide. For x.14 Firmware and Above

ZPL II Programming. Guide. For x.14 Firmware and Above ZPL II Programming Guide For x.14 Firmware and Above 2006 ZIH Corp. The copyrights in this manual and the software and/or firmware in the label printer described therein are owned by ZIH Corp. Unauthorized

More information

DCProx User s Guide V2.1

DCProx User s Guide V2.1 DCProx User s Guide V2.1 SYMBOLS USED IN THIS MANUAL i Informational! Warning Page LED Indicator On/Off Switch USB Connector AC Adaptor Connector Package Contents Included in your package should be: 1

More information

Microsoft Excel 2010 Handout

Microsoft Excel 2010 Handout Microsoft Excel 2010 Handout Excel is an electronic spreadsheet program you can use to enter and organize data, and perform a wide variety of number crunching tasks. Excel helps you organize and track

More information

ENGLISH TYPE 40 OPERATING INSTRUCTIONS

ENGLISH TYPE 40 OPERATING INSTRUCTIONS ENGLISH TYPE 40 OPERATING INSTRUCTIONS 1 www.division-furtive.com 2011-2014 Division Furtive All Rights Reserved 20140521 2 Content ENGLISH Initial activation Basic operation Setting the watch Advanced

More information

Command Manual SRP-350 Thermal Printer Rev. 1.01

Command Manual SRP-350 Thermal Printer Rev. 1.01 Command Manual SRP-350 Thermal Printer Rev. 1.01 http://www.samsungminiprinters.com 1. Control Commands List Control codes Hexadecimal codes Function 09 Horizontal tab 0A Print and line feed

More information

Using Custom Number Formats

Using Custom Number Formats APPENDIX B Using Custom Number Formats Although Excel provides a good variety of built-in number formats, you may find that none of these suits your needs. This appendix describes how to create custom

More information

Copyright Oregon RFID, Inc.

Copyright Oregon RFID, Inc. PTLogger User Guide Oregon RFID 4246 SE Ogden St Portland, OR 97206 (503) 788-4380 (866) 484-3174 toll free (866) 611-7087 toll free fax http://www.oregonrfid.com March 31, 2014 Copyright 2009-2013 Oregon

More information

Printer Control Command Set

Printer Control Command Set Printer Control Command Set Technical Manual Revision: November 1, 2017 Omniprint Inc. 1923 East Deere Ave., Santa Ana, California 92705, U.S.A. T: 949.833.0080 :: F: 949.833.0040 www.omniprintinc.com

More information

Dexter Washer Programing. Part # 8533-***-*** 03/14

Dexter Washer Programing. Part # 8533-***-*** 03/14 Dexter Washer Programing 3 PROGRAMMING INSTRUCTIONS: The washer control can be programmed to prompt the user for alternate vend prices, change washer cycle times, temperatures and many other options. This

More information

USERS' GUIDE. to the. ABLE SYSTEMS Ap25-24S, Ap25-32S & Ap25-40S. Panel Mounting Printers

USERS' GUIDE. to the. ABLE SYSTEMS Ap25-24S, Ap25-32S & Ap25-40S. Panel Mounting Printers USERS' GUIDE to the Able Systems Limited Northwich, Cheshire, England www.able-systems.com ABLE SYSTEMS Ap25-24S, Ap25-32S & Ap25-40S Panel Mounting Printers (with Serial RS-232 Interface) Contents: 1

More information

Substitute Quick Reference Card

Substitute Quick Reference Card Substitute Quick Reference Card System Phone Number 240-439-6900 Help Desk Phone Number 301-644-5120 ID PIN System Calling Times Week Day Today s Jobs Future Jobs Weekdays Starts at 6:00 a.m. 5:00 p.m.

More information

Instrumentation PPS Series Videographic Data Recorders. PPS Series Videographic Data Recorders. Now with Touch Screen Technology!

Instrumentation PPS Series Videographic Data Recorders. PPS Series Videographic Data Recorders. Now with Touch Screen Technology! Now with Touch Screen Technology! PPS-1000 PPS-2000 PPS-3000 Product Overview The PPS Series is a major advance in the market for Paperless Videographic Data Recorders incorporating Touch Screen Technology

More information

LE840/LE850. Printer Setting Tool Manual Technical Reference

LE840/LE850. Printer Setting Tool Manual Technical Reference LE840/LE850 Printer Setting Tool Manual Technical Reference Table of Contents 1. INTRODUCTION 1 SUPPORTED PRINTERS... 1 FEATURES... 1 OUTLINE OF THE FUNCTIONS... 2 NOTATION... 2 SCREENS USED IN THIS DOCUMENT...

More information

User Manual. Monarch Printers AAFES Kit Paxar Americas, Inc. a subsidiary of Avery Dennison Corp. All rights reserved.

User Manual. Monarch Printers AAFES Kit Paxar Americas, Inc. a subsidiary of Avery Dennison Corp. All rights reserved. User Manual Monarch Printers AAFES Kit TC9416AAUM Rev. AC 12/07 2006 Paxar Americas, Inc. a subsidiary of Avery Dennison Corp. All rights reserved. Each product and program carries a respective written

More information

morsons english guide for court reporter

morsons english guide for court reporter Morsons english guide for court reporter. Programs such as screen savers, virus checkers, the toner cartridge depends on the amount print job that you know works. The following procedure may allow you

More information

SRP-275III Command Manual Rev. 1.00

SRP-275III Command Manual Rev. 1.00 Rev. 1.00 http://www.bixolon.com Contents 1. Notice... 3 2. SRP-275III Supported Commands... 4 2-1 Command Description Items... 5 2-2 Details of Control Commands... 6 Rev. 1.00 BIXOLON - 2 - 1. Notice

More information

PilotEdit User Manual. Author: Date: Version:

PilotEdit User Manual. Author: Date: Version: PilotEdit User Manual Author: support@pilotedit.com Date: 2018-02-28 Version: 11.3.0 URL: http://www.pilotedit.com Table of Contents 1. Introduction... 6 1.1. What is PilotEdit?... 6 1.2. PilotEdit GUI...

More information

GT 400 Operators Manual

GT 400 Operators Manual GT 400 Operators Manual Ft. Atkinson, Wisconsin USA Panningen, The Netherlands www.digi-star.com D3831-US REV A February 27, 2009 TABLE OF CONTENTS GT400 TABLE OF CONTENTS... 2 CHARGING BATTERY OR WELDING...

More information

Introduction. Thank you for purchasing an Electronic Message Center!

Introduction. Thank you for purchasing an Electronic Message Center! Introduction Congratulations on your purchase of an Electronic Message Center. The Message Center s EZ KEY II operation provides you with simple message entry and a wide variety of message features. EZ

More information

Substitute Quick Reference Card For Questions Please Contact, Shaunna Wood: ext. 1205

Substitute Quick Reference Card For Questions Please Contact, Shaunna Wood: ext. 1205 Substitute Quick Reference Card For Questions Please Contact, Shaunna Wood: 218-336-8700 ext. 1205 System Phone Number: (218) 461-4437 Help Desk Phone Number: (218) 336-8700 ext. 1059 ID PIN System Calling

More information

)$4 DERXW (6& 326 [Format] [Range] [Default] [Description] The name of the command. The code sequence. [ ]k indicates the contents of the [ ] should be repeated k times. Gives the allowable ranges,

More information

Use the instructions in this section for loading roll or fanfold media in the appropriate print mode for your needs.

Use the instructions in this section for loading roll or fanfold media in the appropriate print mode for your needs. 32 Load the Media Load the Media Use the instructions in this section for loading roll or fanfold media in the appropriate print mode for your needs. Caution While performing any tasks near an open printhead,

More information

WinPOS system. Co., ltd. WP-K837 series. Esc/POS Command specifications Ver.0.94

WinPOS system. Co., ltd. WP-K837 series. Esc/POS Command specifications Ver.0.94 WinPOS system. Co., ltd. WP-K837 series Esc/POS Command specifications 2014-05-06 Ver.0.94 LF Prints buffered data and feeds one line. Syntax: ASCII LF Hex 0A Decimal 10 Remarks: This command sets the

More information

Beyond 20/20. Browser - English. Version 7.0, SP3

Beyond 20/20. Browser - English. Version 7.0, SP3 Beyond 20/20 Browser - English Version 7.0, SP3 Notice of Copyright Beyond 20/20 Desktop Browser Version 7.0, SP3 Copyright 1992-2006 Beyond 20/20 Inc. All rights reserved. This document forms part of

More information

Ishida Label Editor USER GUIDE

Ishida Label Editor USER GUIDE Ishida Label Editor USER GUIDE ISHIDA CO., LTD Copyright 2000 Ishida Co. Ltd., Japan Copyright 2000 Interface Translation Ltd., New Zealand No part of this manual may be reproduced or transmitted in any

More information

4D Widgets. 4D Widget components DatePicker SearchPicker TimePicker Alphabetical list of commands - 1 -

4D Widgets. 4D Widget components DatePicker SearchPicker TimePicker Alphabetical list of commands - 1 - 4D Widgets 4D Widget components DatePicker SearchPicker TimePicker Alphabetical list of commands - 1 - 4D Widget components 4D widgets are functionalities provided as components that can be accessed from

More information

KS Emulation Programmer s Reference Manual

KS Emulation Programmer s Reference Manual KS Emulation Programmer s Reference Manual Line Matrix Series H-Series Printers Trademark Acknowledgements Printronix and LinePrinter Plus are registered trademarks of Printronix, LLC IBM is a registered

More information

Security Printing Solutions User s Guide (TROY MICR / IRD 4014, 4015, 4515 and 601,602,603 Security Printing Solutions)

Security Printing Solutions User s Guide (TROY MICR / IRD 4014, 4015, 4515 and 601,602,603 Security Printing Solutions) Security Printing Solutions User s Guide (TROY MICR / IRD 4014, 4015, 4515 and 601,602,603 Security Printing Solutions) Document #50-70537-001 Rev. B Acknowledgements Some of the TROY products include

More information

Ocean Sensor Systems, Inc. Wave Logger III, OSSI A Self Logging, Self Powered Wave Staff With a Self Grounding Coaxial Staff

Ocean Sensor Systems, Inc. Wave Logger III, OSSI A Self Logging, Self Powered Wave Staff With a Self Grounding Coaxial Staff Ocean Sensor Systems, Inc. Wave Logger III, OSSI-010-010 A Self Logging, Self Powered Wave Staff With a Self Grounding Coaxial Staff General Description The OSSI-010-010 Wave Logger III combines the high

More information

Table 8 shows the pin configuration and function of a standard computer-to-printer parallel cable. Table 8 Parallel Cable Pin Configuration

Table 8 shows the pin configuration and function of a standard computer-to-printer parallel cable. Table 8 Parallel Cable Pin Configuration Advanced Printer Inion Parallel Data Port Parallel Data Port The parallel data interface supports IEEE 1 bidirectional parallel communications in nibble mode. The parallel interface provides a means of

More information

SLP-D420 Product Guide

SLP-D420 Product Guide Faster, Smarter and more Capable BIXOLON Direct Thermal Label Printer SLP-D420 Product Guide 3.Feb.2010 Introduction Faster, Smarter and more Capable, SLP-D420 Faster - Fast printing speed 6 IPS, 152mm

More information

Getting Started with BarTender

Getting Started with BarTender Getting Started with BarTender MANUAL Contents Getting Started with BarTender 3 Installation 4 Choosing What to Install 4 Automation Editions (Automation and Enterprise Automation) 4 Installing BarTender

More information

Koi dil mein hain episode guide >>>DOWNLOAD LINK<<< 3 Open the printer door and remove and reconnect it. Also, try rotating the paper 180

Koi dil mein hain episode guide >>>DOWNLOAD LINK<<< 3 Open the printer door and remove and reconnect it. Also, try rotating the paper 180 Koi dil mein hain episode guide. 2 On the Finishing tab, you can Options, you can specify the number of been canceled, the computer is still sending. The adhesive backing is designed for one. Koi dil mein

More information

CREATING PANEL APPLICATIONS

CREATING PANEL APPLICATIONS CREATING PANEL APPLICATIONS 3.1. Setting up the Panel Application... 1 3.1.1. General Settings...2 3.1.2. Custom Settings...5 3.1.3. Activating Multiple Overlapped Buttons by One Touch...7 3.1.4. Specifying

More information

San Diego Unified School District Substitute Reference Guide

San Diego Unified School District Substitute Reference Guide San Diego Unified School District Substitute Reference Guide System Phone Number (619) 297-0304 Help Desk Phone Number (619) 725-8090 Write your PIN here Web Browser URL https://subweb.sandi.net THE SYSTEM

More information

PP8X Printer Command Manual

PP8X Printer Command Manual PP8X Printer Command Manual Pinnacle Technology Corp. CONTENTS 1 COMMANDS... 1 2 COMMAND SAMPLE (hex command)... 29 1 COMMANDS Command Decimal Hex Function HT 9 9 Horizontal tab LF 10 0A Print and line

More information

PP8X Printer Command Manual

PP8X Printer Command Manual PP8X Printer Command Manual Pinnacle Technology Corp. CONTENTS 1 COMMANDS... 1 2 COMMAND SAMPLE (hex command)... 29 1 COMMANDS Command Decimal Hex Function HT 9 9 Horizontal tab LF 10 0A Print and line

More information

iview App (V1.1) Command and Control Application for XL-Series printers USER MANUAL

iview App (V1.1) Command and Control Application for XL-Series printers USER MANUAL Command and Control Application for XL-Series printers USER MANUAL. IMPORTANT NOTES Important Notes Operating instructions Description Version Copyright The present document and the described software

More information

Table of Contents 1 Basic Configuration Commands 1-1

Table of Contents 1 Basic Configuration Commands 1-1 Table of Contents 1 Basic Configuration Commands 1-1 Basic Configuration Commands 1-1 clock datetime 1-1 clock summer-time one-off 1-2 clock summer-time repeating 1-3 clock timezone 1-4 configure-user

More information

OPS678 Cutting Master 3 for Macintosh USA Edition

OPS678 Cutting Master 3 for Macintosh USA Edition Software Release Notes April 20, 2017 OPS678 Cutting Master 3 for Macintosh USA Edition Version 2.2.1252.001 Release date: April 19, 2017 1. Scanning error occurred when the 3rd of row is scanning if the

More information

Security Printing Solutions User s Guide (TROY MICR 806 Security Printing Solutions)

Security Printing Solutions User s Guide (TROY MICR 806 Security Printing Solutions) Security Printing Solutions User s Guide (TROY MICR 806 Security Printing Solutions) Document #50-70542-001 Rev. A Acknowledgements Some of the TROY products include cryptographic software written by Eric

More information

XR-200 MINI DOT IMPACT PRINTER PRODUCT SPECIFICATION DATE : MAY 3, 2004 MANUAL REVISION 2.0

XR-200 MINI DOT IMPACT PRINTER PRODUCT SPECIFICATION DATE : MAY 3, 2004 MANUAL REVISION 2.0 XR-200 MINI DOT IMPACT PRINTER PRODUCT SPECIFICATI DATE : MAY 3, 2004 MANUAL REVISI 2.0 Features Dip Switch Configuration Emulation mode, communications mode, baud rate, serial/parallel handshake, and

More information

Axxis Biometrics LLC. BioAxxis L113 Fingerprint Door Lock Programming Kit

Axxis Biometrics LLC. BioAxxis L113 Fingerprint Door Lock Programming Kit Axxis Biometrics LLC BioAxxis L113 Fingerprint Door Lock Programming Kit Revision 0.14 Dec 2005 Table of Contents 1. Introduction... 2 Product Overview... 2 Main Features... 2 Packing Lists... 3 2. Operation

More information

Technical Information

Technical Information Building Technologies Division Security Products Technical Information SPC Series SPC Support CD Release Note CD V3.6.6 04/08/2015 Updates since: CD V3.4.5 Release V3.6.6 for SPC versions SPC42xx/43xx/52xx/53xx/63xx.

More information

InfoTag KE28xx Communications for 186 CPU Firmware Version 4

InfoTag KE28xx Communications for 186 CPU Firmware Version 4 InfoTag KE28xx Communications for 186 CPU Firmware Version 4 *KE28xx models include: KE2800, KE2852, KE2853, KE2856 This document applies to printer firmware versions 4.x only. Note that changes made to

More information

2-megabit 2.7-volt Minimum DataFlash AT45DB021D

2-megabit 2.7-volt Minimum DataFlash AT45DB021D Features Single 2.7V to 3.6V Supply RapidS Serial Interface: 66 MHz Maximum Clock Frequency SPI Compatible Modes 0 and 3 User Configurable Page Size 256 Bytes per Page 264 Bytes per Page Page Size Can

More information

Dell SupportAssist for PCs. User's Guide for Windows 10 in S Mode

Dell SupportAssist for PCs. User's Guide for Windows 10 in S Mode Dell SupportAssist for PCs User's Guide for Windows 10 in S Mode Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION

More information

PROGRAMMER S MANUAL 58mm Printer

PROGRAMMER S MANUAL 58mm Printer PROGRAMMER S MANUAL 58mm Printer (#)Note: this command is available for POS58 model. 5. Printer Commands List 5.1 Command Conception POS58 series printers support ESC/POS print commands. Descriptions as

More information

Unit Test Calibration Training. (QL420+ & RW420) Mobile Printers

Unit Test Calibration Training. (QL420+ & RW420) Mobile Printers Calibration Training (QL420+ & RW420) Mobile Printers : Overview Unit test is software which is used with the QL and RW range of mobile printers and is used to do the following: Test and calibrate all

More information

ZPL II Commands for RFID

ZPL II Commands for RFID Printing and encoding (writing) of smart labels is handled through the use of Zebra Programming Language (ZPL). The printer segments the ZPL RFID and non-rfid related commands that it receives. The printer

More information

Conditional Formatting

Conditional Formatting Microsoft Excel 2013: Part 5 Conditional Formatting, Viewing, Sorting, Filtering Data, Tables and Creating Custom Lists Conditional Formatting This command can give you a visual analysis of your raw data

More information

Excel 2013 Intermediate

Excel 2013 Intermediate Excel 2013 Intermediate Quick Access Toolbar... 1 Customizing Excel... 2 Keyboard Shortcuts... 2 Navigating the Spreadsheet... 2 Status Bar... 3 Worksheets... 3 Group Column/Row Adjusments... 4 Hiding

More information