m = 1 to 5: The maximum number of digits to be printed. When the numerical value of the counter value is larger than that specified by this command, prints lower “m” digits of the counter value.
•“n” specifies the printing position within the entire range of printed digits.
n = O: Prints with right adjusted. The empty specified digits will be filled with spaces.
n =1 : Prints with right adjusted. The empty specified digits will be filled with is.
n = 2: Prints with left adjusted. The empty specified digits will be filled with spaces.
[Example] | m = 3 , n = O | m=3, n=1 | m = 3 , n = 2 |
| Δ indicates space |
[Notes] | • If “m” or “n” is set outside of the defined range, that setting has |
| no effect. |
[Default] | m = 0 |
[Reference] | GS Cl, GS C2, GS c, GS C; |
GS C1 n1 n2 n3 n4 n5 n6
[Name] | Select count mode (A) | ||
[Format] | <1D>H<43>H<31>H<n1><n2><n3><n4><n5><n6>< | ||
[Range] | 0 | ≤ n1 ≤ 2 5 5 | |
| O ≤ n2 ≤ 2 5 5 | ||
| O ≤ n3 | ≤ 2 5 5 | |
| 0 ≤ n4 ≤ 2 5 5 , | ||
| O ≤ n5 | ≤ 2 5 5 | |
| O ≤ n6 | ≤ 2 5 5 | |
[Description] | Selects count mode for the serial number counter. | ||
| W i t h c o u n t - u p | ||
| • | Counts up if n1 + n2x 256 < n3 + n4 x 256, n5 ¹ 0, and n6 ¹ 0. |
•n1 + n2 x 256 means the minimum counter value and n3 + n4 x 256 the maximum counter value.
4 7