Tag Operations - Write EPC

Universal Reader Assistant

Write EPC

Navigation Path: Tag Operations > Write EPC

The Write EPC tag operation tab allows the EPC of specific tags to be updated. The tag the operation will be applied to follows the rules defined in the two Tag Operations Workflows.

Once the tag to operate on has been set the WriteEPC tab supports the following workflow:

  1. The EPC ID read and written can be represented in several formats. The format used to display the data in the Current and New EPC sections will both be in the selected format:
    • Hexidecimal - direct hexidecimal representation of the raw data on the tag. This will match the cell value shown in the Tag Results Grid.
    • ASCII - interprets the data on the tag as ASCII characters. See the http://www.asciitable.com/ for a chart showing the corresponding hexidecimal value an ASCII character represents. Control characters may not be displayable.
    • Reverse Base 36 - A method to represent an EPC with the fewer characters (19 characters for an EPC that would need 24 characters in hexadecimal). It contains all the uppercase letters of the alphabet plus numbers 0-9.
  2. Note : Perform a Read then switch between the representations to better understand different representations of the same raw data.

  3. The Current EPC section will display the EPC of the tag that will be operated on based on the Write to selection. If clicking on Read results in a warning then the tag written to cannot be guaranteed.
  4. Once confident the desired tag is setup to be written to, clicking the Write button will cause the New EPC to be written to the tag.

Example

The following shows a typical scenario of writing a tag?s EPC ID using Workflows 2, selecting a specific tag:

  1. A Read operation was performed with an Embedded ReadData on the TID memory bank resulting in the tags as shown in Figure 10.
  2. Tag Results - Tag Operation Workflow 2

    Figure 10: Tag Results - Tag Operation Workflow 2

  3. Right-click on the TID value and select WriteEPC. The tab will switch to the WriteEPC tab with the Select criteria as shown in Figure 11. Since this tag was read on Antenna 3, the write operation will be attempted on antenna 3.
  4. This tag's EPC ID was previously written with ASCII data so switching to ASCII Text shows the ASCII interpretation of the raw data as shown in Figure 11.
  5. Write EPC Workflow 2

    Figure 11: Write EPC Workflow 2

  6. Once a New EPC is entered and Write clicked, if successful, a follow-up Read should show the newly written EPC, as shown in Figure 12.
  7. WriteEPC Successful Write and Read

    Figure 12: WriteEPC Successful Write and Read

Note : If the EPC ID is used for Select (right-click on the EPC cell) the Read operation will not work following a successful write. In general, using the current EPC ID as a select criteria for a write EPC is a bad idea since the operation cannot be easily reried in the event of a partial write.