Chapter 2 RFID PGL Commands
END ~EXECUTE;SGTIN–64;ICNT1500 ~IDF1;STEP+1;*0* ~IAF1;<DF2>
~NORMAL
NOTE: 1. The <IDF1> usage does not increment the DF1 field. It merges the DF1 content into the AF1 field, keeping the same representation previously defined for IDF1.
2.The use of IAF1 is to print alpha on every label. If AF1 is used instead, only the first label is printed. The AF1 field is not incremented either since it is using the result from the DF1 merge.
VERIFY
Purpose Request the printer to send to the host the ASCII representation of a dynamic field. The dynamic field could be one of AFn, BFn, or DFn, but cannot be RFn.
Mode CREATE
Format VERIFY;field;format;(D)ASCIIheader(D)
VERIFY | The command to verify data of a dynamic |
| field, enter VERIFY; |
field | The dynamic field AFn, BFn, or DFn that |
| contains the data to be sent to the host. |
format | A letter specifying the format of the |
| outgoing data to be sent to the host. |
| B – binary, D – decimal, H – |
| hexadecimal, S – string |
| Based on the incoming format of the data |
| field, a format conversion may be |
| performed if the outgoing format is not |
| the same. The AFn and BFn format is |
| always S type. The DFn format could be |
| either B, D, or H. Due to the possible |
| conversion the outgoing data stream |
| could be longer than the incoming one. |
32