Download Print this page
Datamax IClass Installation And Operating Instructions Manual

Datamax IClass Installation And Operating Instructions Manual

Hf and uhf rfid modules
Hide thumbs Also See for IClass:

Advertisement

92-xxxx-01 Rev. A
HF and UHF RFID Modules
Installation and Operating Instructions
Corporate Headquarters
4501 Parkway Commerce Blvd.
Orlando, Fl 32808
Phone: 407-578-8007
Fax: 407-578-8377
Asia-Pacific
Datamax International
19 Loyang Way
Herbert House
#01-01 Changi Logistics Centre
12 Elizabeth Way, Pinnacles
Singapore 508724
Harlow, Essex CM19 5FE UK
Phone: +65 542-2611
Phone: +44 1279 772200
Fax: +65 542-3611
Fax: +44 1279 424448
Printed U.S.A.  Copyright 2004

Advertisement

loading
Need help?

Need help?

Do you have a question about the IClass and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for Datamax IClass

  • Page 1 Installation and Operating Instructions Corporate Headquarters 4501 Parkway Commerce Blvd. Orlando, Fl 32808 Phone: 407-578-8007 Fax: 407-578-8377 Asia-Pacific Datamax International 19 Loyang Way Herbert House #01-01 Changi Logistics Centre 12 Elizabeth Way, Pinnacles Singapore 508724 Harlow, Essex CM19 5FE UK...
  • Page 3: Firmware Required

    If 20cm distance cannot be maintained, end users are to be 20cm from printer extremity. CAUTION: Any changes or modifications to this RFID module not expressly approved by Datamax Corporation will void the user’s authority to operate the equipment.
  • Page 4: Installing The Option

    Installing the Option Follow the steps below if installing the RFID module. If the RFID module is already installed proceed to the next section. Front Cover Panel 1. Turn off the power switch and unplug the Screws printer. 2. Open the cover and remove the three Screws that secure the Front Cover Panel to the printer.
  • Page 5 4. Route the RFID Cable as shown. 5. Connect the RFID Cable to the connector in the printer’s Centerplate. RFID Cable This completes the installation. Load Smart labels and ribbon (if necessary) then close the printer’s cover. Centerplate...
  • Page 6 Alien Class 1 EPC tags. These contain 64 or 96 bits of user programmable data. This section provides details of the Datamax DPL commands necessary to enable, configure, read, write, and verify RFID tags. It is divided into the following sections: Initialization, Database/Menu, Data Input, Interfaces, Data Output, and Diagnostics.
  • Page 7 Database / Menu Database and Menu Selection will be constructed to support the following system level data. The following resides on the operator’s front panel menu under “PRINTER OPTIONS” → “RFID”. Upon selection the display will show “NOT INSTALLED” if the device is not equipped or not communicating and then proceed to the Mode selection.
  • Page 8: Data Input

    Data Input The input data is in the form of new System and Label Formatting commands. The system level commands consist of Database and Direct User Interface. Database setup commands <STX>KcRI and response data <STX>KcQQQ support the entries that are shown in the Operator’s Menu interface.
  • Page 9 Interfaces The printer has two modes of operation for programming the RFID tags: Direct and Label Formatting Mode. The Direct Mode allows the User (Host) to control the reading and writing of the RFID Tag directly. Each RFID tag is individually processed with status and data responses. This mode contains both a generic Read/Write Interface or High Level Tag HF or UHF specific interface.
  • Page 10 Direct Mode - Generic Read/Write Interface This interface allows the Host Application to send generic commands for RFID operations. These commands consist of simple read and write operations requiring no knowledge (except data format) of the tag types being used. They utilize the printer’s database for specific parameters. STX KaW Write Data to RFID Tag This command instructs the RFID device to write data to the tag.
  • Page 11 STX KaR Read Data from RFID Tag This command instructs the RFID device to read data from the tag and put it in a replaceable field. It is expected that the tag transponder is within read/write distance of the RFID programming device otherwise a “Void”...
  • Page 12 Direct Mode - HF (13.56mhz) ISO15693 Tag Interface This interface allows the Host Application to perform specific operations pertaining to HF type tags. These commands override the printer database as they interface directly to the tag module. Knowledge of HF tags and their operation is required. STX KtW Write Data to RFID Tag This command instructs the RFID device to write data to the tag.
  • Page 13 STX KtR Read Data from RFID Tag This command instructs the RFID device to read data from the tag and put it in a replaceable field. It is expected that the tag transponder is within read/write distance of the RFID programming device otherwise a “Void”...
  • Page 14 STX KtU Read Unique Serial Number from RFID Tag This command instructs the RFID device to read the unique serial number data from the tag and put it in a replaceable field. It is expected that the tag transponder is within read/write distance of the RFID programming device otherwise a “Void”...
  • Page 15 STX KtE Write Electronic Article Surveillance (EAS) Bit This commands writes the EAS bit for Philips ISO tags. Syntax: <STX>KtEabcc Where: Number of retry attempts, 0-9 EAS Option: 0 – SET EAS 1 – RESET EAS 2 – TEST EAS Two character Mfg Code representing one byte.
  • Page 16 Direct Mode- UHF (915mhz) Class 1 Tag Interface This interface allows the Host Application to perform specific operations pertaining to UHF type tags. These commands override the printer database as they interface directly to the tag module. Knowledge of ALIEN CLASS 1Tags and their operation is required. STX KuW Write Data to RFID Tag This command instructs the RFID device to write data to the tag.
  • Page 17 STX KuL Lock RFID Tag This command erases tag. Syntax: <STX>KuLabb Where: Number of attempts to locate tag and lock. Valid values: 1-9. Two character Lock Code value representing one byte. Commands to Send Data back to Host STX KuT Send Tag ID STX KuV Send Tag ID with Verify...
  • Page 18 Valid Hexadecimal character string followed by a termination Write Data character. Note 1: Read function not currently implemented. Example: <STX>L D11<CR> 2W1x0000000010000446174616D61782077726974657320524649442062657374<CR> The example above: Field 1 “2W1x 0000000010000446174616D61782077726974657320524649442062657374 <CR>”, the printer encodes the RFID chip starting at block 001 with “Datamax writes RFID best”.
  • Page 19 Specifier (the portion in bold), where 0024 equals the four-digit decimal data byte count and includes all bytes that follow until the end of the data. Field termination is set by the byte count. The printer encodes the RFID chip starting at block 001 with “Datamax<CR>writes RFID best”.
  • Page 20: Data Output

    Write/verify returns data written. Read returns data and length requested in specified format. Write sample response: <R;C;00;00;0013:0001>[CR] Write/Verify hexadecimal sample response: <R;C;01;01;0012:0001;446174616D61782077726974657320524649442062657374>[CR ] Read hexadecimal Response: <R;C;01;01;0013:0001;446174616D61782077726974657320524649442062657374>[CR ] Write/Verify ASCII sample response: Datamax writes RFID best <R;C;01;01;0012:0001; >[CR ] Read ASCII Response: Datamax writes RFID best <R;C;01;01;0013:0001; >[CR ]...
  • Page 21 Diagnostics The following features have been added on the operator’s front panel menu under “DIAGNOSTICS” → “OPTIONS TESTING” → “TEST RFID” → “TEST HF” OR “TEST UHF”. Upon selection the display will show “NOT INSTALLED” if the device is not equipped or not communicating and then proceed to the Mode selection.