KYOCERA FS-1300D User Manual Page 394

  • Download
  • Add to my manuals
  • Print
  • Page
    / 410
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 393
PRESCRIBE Command Reference
384
XBCP 18 — enable Macro PDF417 symbol mode
Format
XBCP 18[, block-index];
Parameter
block-index:
0 to k-1, and k is the number of blocks
Function
Executing the XBCP 18 command enables the Macro PDF417 symbol mode. The Macro
PDF417 symbol mode directs the reader to separate large data and allows Macro
PDF417 two dimensional barcodes with a single file-id.
File
To bar-code data ‘abcdXYZ12345’ as a Macro PDF417 using block indices 0, 1, and 2:
!R!
UNIT C; CMNT Set unit to centimeters;
XBCP 17,"file-id"; CMNT Set file ID to file-id;
MZP 1,0; CMNT Move cursor to (1, 0) [centimeters];
XBCP 18,0; CMNT Set block index 0 to next data;
XBAR; abcd;ENDB; CMNT Encode and print data "abcd";
MZP 1,5; CMNT Move cursor to (1, 5) [centimeters];
XBCP 18,1; CMNT Set block index 1 to next data;
XBAR; XYZ;ENDB; CMNT Encode and print data "XYZ";
MZP 1,10; CMNT Move cursor to (1, 10) [centimeters];
XBCP 18,2; CMNT Set block index 2 to next data;
XBAR; 12345;ENDB; CMNT Encode and print data "12345";
EXIT;
Page view 393
1 2 ... 389 390 391 392 393 394 395 396 397 398 399 ... 409 410

Comments to this Manuals

No comments