1. Print a Memory Usage Label (^XA^WD*:*.*^XZ) and note the following value: Available RAM (in BYTES) | (A) | __________ |
2. Print a Configuration Label and note these values: Printer “Print Width” (in DOTS) (NOT the Label Width) | (B) | __________ |
Label Length (in DOTS) | (C) | __________ |
3. Determine the desired maximum number of queued labels with the same Time and Date value. | (D) | __________ |
4. Substitute the values for B through D from the previous page into the following formula: The “label queue” memory required (in BYTES)(B x C x D)/8 = | (E) | __________ |
5. Substitute the values for A and E into the following formula: The ^CO command memory required (in KBYTES) (A-E)/1024)-5= | (F) | __________ |
Available RAM (A) | = 71478 BYTES |
Print Width (B) | = 832 DOTS |
Label Length (C) | = 1000 DOTS |
Max Labels Queued (D) | = 2 |
Then — | |
The label queue memory required (E) =(B x C x D)/8 = 208000 BYTES | |
And — | |
The ^CO command memory required (F) = (71478-208000)/1024)-5=489.87 KBYTES | |
Therefore, the correct ^CO command string to add to the label format would be: | |
^XA^COY,489^XZ |