22
c = total number of digits for company prefix (Should be any value with 6 to 12 according to
the number of digits of ‘s’ or ‘t’ parameters)
n = serial Number (12digits) (Should be any value with 12 digits, only
applicable when EAN13 STGIN 96)
Coding Examples
【Example 1】
Description:
This example illustrates the method to write and lock EPC data of an unlocked tag and write
access code to the blank access code area.
Data:
<A>
<V>50<H>50<X22>,AAAA01234567890123456789
<IP0>e:z,d:AAAA01234567890123456789,a:1111AAAA,m:00001;
<Q1>
<Z>
【Example 2】
Description:
This example illustrates to write to a locked tag with out changing the access code.
Data:
<A>
<V>50<H>50<X22>,BBBB01234567890123456789
<IP0>e:z,d:BBBB01234567890123456789,p:1111AAAA,m:00001;
<Q1>
<Z>
【Example 3】
Description:
This example illustrates to write to a locked tag and to write a new access code.
Data:
<A>
<V>50<H>50<X22>,CCCC01234567890123456789
<IP0>e:z,d:CCCC01234567890123456789,p:1111AAAA,a:2222BBBB,m:00001;
<Q1>
<Z>
【Example 4】
Description:
This example illustrates to write data to the user memory blank of the tag.
Data:
<A>
<V>50<H>50<X22>,USER_MEMORY_56CHAR
<IP0>e:z,u:01234567890123456789012345678901234567890123456789012345;
<Q1>
<Z>