I am having issues setting the label size using ZPL I am sending the following, but it doesn't set it to 1200, and seems to leave it at 800
^XA
^LL1200
^FO50,50^ADB,36,20^FDTest Line 1^FS
^FO150,250^ADB,36,20^FDTest Line 2^FS
^FO250,500^ADB,36,20^FDTest Line 3^FS
^XZ
With EPL it works fine, using the following
Q1200,32
N
A50,50,3,4,1,1,N,"Test Line 1"
A150,250,3,4,1,1,N,"Test Line 1"
A250,500,3,4,1,1,N,"Test Line 1"
P1
Anybody have any experience with ZPL and if so can they see what I am doing wrong?
^XA
^LL1200
^FO50,50^ADB,36,20^FDTest Line 1^FS
^FO150,250^ADB,36,20^FDTest Line 2^FS
^FO250,500^ADB,36,20^FDTest Line 3^FS
^XZ
With EPL it works fine, using the following
Q1200,32
N
A50,50,3,4,1,1,N,"Test Line 1"
A150,250,3,4,1,1,N,"Test Line 1"
A250,500,3,4,1,1,N,"Test Line 1"
P1
Anybody have any experience with ZPL and if so can they see what I am doing wrong?