RFID tag element

RFID tag element

If you have purchased the RFID module for InterFormNG2, then you can write information into RFID chips on RFID capable ZPL compatible printers.

Requirements
  1. The ZPL2 compatible printer must have RFID support.
  2. The RFID chips supported are EPC Generation 2 Class1.
  3. The license code for InterFormNG2 need to include the InterRFID module.
  4. An RFID tag element should be inserted in the designer to specify the data to write.
  5. Only up to one RFID element should be inserted be per page. Multiple RFID elements per page is unsupported.
  6. The printer is setup in InterFormNG2 as a normal ZPL compatible printer. 

 


The RFID properties are: 

  • RFID tag
    The data, that you want to write into the RFID tag. It can e.g. be an XPath expression to build up a long string.

  • Encoding
    Possible values are:
    None:
    If "None" is selected, then the raw value specified in "Selection input" will be written directly to the RFID chip.
    ISO17367:
    If "ISO17367" is selected, then the data provided in "Selection input" will be converted accordingly to ISO standard 17363-17367, before it is written to the RFID chip.

  • Format
    If the encoding is set to none, then the format must be setup so that InterFormNG2 knows how to encode the input data:
    Hex: The input data are hex characters, that defines the data to write. Here you should remember to set a header, that fits the number of bits, that you want to write. This is covered here: https://support.zebra.com/cpws/docs/rfid/UMI_Bit_Settings.htm and it means, that if you e.g. want to write 96 bits, then the header should be Hex 3000.
    ASCII: The input data is the ascii string, that is to be written. 

  • Application Family Id
    This property is only applicable, if the encoding above is set to "ISO17367". If so, then this value will be used as the Application Family ID (AFI) in the RFID data. Only 2-digit hex codes are supported. If left empty, it will default to the value 'A2'.

  • Write protect
    States if the RFID chip should be written protected after the data has been written.

    • Related Articles

    • InterRFID module

      The RFID module of InterFormNG2 enables you to write RFID tags on RFID capable ZPL2 compatible label printers. To use this functionality you simply need to insert the RFID tag element in the designer.
    • Text element

      If you want to insert any kind of text in InterFormNG2, then you should use the text element. You can insert a new text element if you click on this icon: The data, that you can output as text are these types: 1.A text constant. 2.Drag nodes from an ...
    • Comment element

      You can use the comment element to document the structure and changes to templates. To insert a comment in your template you need to insert the comment element with this icon: You find this icon by clicking the '+' icon to reveal the second row of ...
    • Select element

      In the designer there are two conditional elements: The If element and this, the select element. The select element is an advanced version of the If element, that makes it possible to branch out to different sub-folders with elements, depending on ...
    • If element

      It is possible to specify, that some design elements should only be included if a certain condition is met. For that you could use the If element as described below. A more advanced option is to use the select element. You can insert an If element ...