[Function]
To specify data to be written in RFID Tag
[Format]
<RK>a(,b)(,c),Dmm,n~n
●Parameter
a {Tag Type Specification} = 0 : I-CODE(max 48 byte writable)
1 : TAG-IT (max 32 byte writable)
b {RFID Tag Error Ignore Specification}omittable = 0 : No Specification when omission 0
1 : With Specification
2~9 : RFID Tag Error Ignore Specification Print Number
c {Write Protector Specifcation}omittable = 0 : No Specification when omission 0
1 : With Specification(valid only when a=1)
m {Write Data Size Specification} = valid range : 0~48(byte)(when it is a=1)
: 0~32(byte)(when it is a=2)
n {Write Data}
[Coding Example 1] Record 13 byte of characters {4912345678904}on the Ta g-it tag(omit b,c)
<A>
<V>50<H>50<BD>3020654912345678904
<RK>1,D13,4912345678904
<Q>2
<Z>
[Coding Example 2] Record 13 byte of characters {4912345678904}on the Tag-it tag, ignore 3 pieces of errors(omit c)
<A>
<V>50<H>50<BD>3020654912345678904
<RK>1,3,D13,4912345678904
<Q>2
<Z>
[Coding 3] Record 13 byte of characters {4912345678904}on the Tag-it tag, error ignore is not available, write protector is available.
<A>
<V>50<H>50<BD>3020654912345678904
<RK>1,0,1,D13,4912345678904
<Q>2
<Z>
RFID Write