Cx,ys,(value,prompt - serial number setting, Cx,ys,(value,prompt – GoDEX EZPL User Manual
Page 44

39
Cx,ys,±value,prompt - Serial number setting
Syntax
Cx,ys,±value,prompt
Parameter
x = 0 to 9(up to10group), maximum combination up to 10 groups.
y = select the decimal
y 0~9, set serial number as Decimal numbers, the value of "y" is included in "s"
(start value of serial variable) as first digit.
y A, set serial number as Hexadecimal numbers, the value of "y" (e,g, A) is not
included in "s" (start value of serial variable).
y C, set serial number as Base 36 numbers, the value of "y" (e,g, C) is not
included in "s" (start value of serial variable).
s = start value of serial variable (up to 29-digit). You can use the leading spaces to
replace the leading zeros.
±
value = ±value of serial variable (up to 28-digit)
Prompt = prompt of serial variable (up to 20 characters), only applied on models with
LCD or EZ-Viewer.
Description
Set the serial number
Example
^Q50,0,0
^W100
^H10
^P3
^L
Dy2-me-dd
Th:m:s
C0,000,+1,Prompt
C1, 1,+1,Prompt
C2,AEE,+1,Prompt1
C3,CZYY,+1,Prompt2
AC,80,10,1,1,0,0,decimal with leading zeros: ^C0
AC,80, 80,1,1,0,0,decimal with leading spaces:
^C1
AC,80,160,1,1,0,0,hexadecimal: ^C2
AC,80,240,1,1,0,0, 0~9 A~Z: ^C3
E
decimal with leading zeros: 000
decimal with leading spaces: 1
hexadecimal: EE
0~9 A~Z: ZYY
decimal with leading zeros: 001
decimal with leading spaces: 2
hexadecimal: EF
0~9 A~Z: ZYZ
decimal with leading zeros: 002
decimal with leading spaces: 3
hexadecimal: F0
0~9 A~Z: ZZ0