XBCP 18 —
Format
Parameter
block-index:
Function
File
enable Macro PDF417 symbol mode
XBCP 18[, block-index];
0 to k-1, and k is the number of blocks
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.
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;
XBCP 18
385
Need help?
Do you have a question about the DP-1800 and is the answer not in the manual?
Questions and answers