(sample barcode groups for uCompose can be found at the bottom of this post)
2D Barcodes for Inserter
Inserter control
(Prints on the front of each page)
Components
-
Page Number
2 digit 0 padded paper page number.
01, 02, 03, … 98, 99, 00, 01, …
Uluro variable = Sys_CurMergePaperPage
-
Set Size
2 digit 0 padded number of paper pages
01, 02, 03, … 98, 99, 00, 01, …
Uluro variable = Sys_Merge_paperPages
-
Set ID
1 digit document number
1, 2, 3, … 8, 9,0, 1, …
Uluro variable = Sys_MergeDocSeqNum
(This field is optional and can be set to a fixed value of '0')
-
Select Stations 1-4
0 to F for the binary representation of inserts 1-4
Uluro variables = Sys_Insert1-4
HEX |
BINARY |
MEANING |
0 |
0000 |
No stations are selected |
1 |
0001 |
Station 1 selected |
2 |
0010 |
Station 2 selected |
3 |
0011 |
Stations 1 and 2 selected |
4 |
0100 |
Station 3 selected |
5 |
0101 |
Stations 1 and 3 selected |
6 |
0110 |
Stations 2 and 3 selected |
7 |
0111 |
Stations 1, 2, and 3 selected |
8 |
1000 |
Station 4 selected |
9 |
1001 |
Stations 1 and 4 selected |
A |
1010 |
Stations 2 and 4 selected |
B |
1011 |
Stations 1, 2 and 4 selected |
C |
1100 |
Stations 3 and 4 selected |
D |
1101 |
Stations 1, 3 and 4 selected |
E |
1110 |
Stations 2, 3 and 4 selected |
F |
1111 |
All 4 stations selected |
-
Select Stations 5-8
0 to F for the binary representation of inserts 5-8
Uluro variables = Sys_Insert5-8
HEX |
BINARY |
MEANING |
0 |
0000 |
No stations are selected |
1 |
0001 |
Station 5 selected |
2 |
0010 |
Station 6 selected |
3 |
0011 |
Stations 5 and 6 selected |
4 |
0100 |
Station 7 selected |
5 |
0101 |
Stations 5 and 7 selected |
6 |
0110 |
Stations 6 and 7 selected |
7 |
0111 |
Stations 5, 6, and 7 selected |
8 |
1000 |
Station 8 selected |
9 |
1001 |
Stations 5 and 8 selected |
A |
1010 |
Stations 6 and 8 selected |
B |
1011 |
Stations 5, 6 and 8 selected |
C |
1100 |
Stations 7 and 8 selected |
D |
1101 |
Stations 5, 7 and 8 selected |
E |
1110 |
Stations 6, 7 and 8 selected |
F |
1111 |
All 4 stations selected |
-
Divert
0 = Send piece through inserter as normal
1 = Divert piece through diverted unit
User defined variable based on business logic
(This field is optional and can be set to a fixed value of '0')
-
Zip Sort
1 digit to mark where a new mailing tray or container begins
Uluro variable = Sys_TrayChange (mailing tray)
Uluro variable = Sys_ContChange (mailing container)
(This field is optional and can be set to a fixed value of '0')
(*** Jobs using this field MUST be printed in presorted piece order ***)
-
Print Sequence Number
6 digit 0 padded print sequence number
Uluro variable = Sys_DocSeqNum
Inserter Verification
(Prints on page 1, next to the address)
Components
-
Print Job ID
6 digit 0 padded print job ID number
Uluro variable = Sys_PrintJob
-
Print Sequence Number
6 digit 0 padded print sequence number
Uluro variable = Sys_DocSeqNum
-
Optional Field 1
10 character field padded with spaces or zeros
User defined string based on business logic
(This field is completely optional)
-
Optional Field 2
10 character field padded with spaces or zeros
User defined string based on business logic
(This field is completely optional)
-
Optional Field 3
10 character field padded with spaces or zeros
User defined string based on business logic
(This field is completely optional)
0 Comments