Link to home
Start Free TrialLog in
Avatar of elkep
elkepFlag for Switzerland

asked on

Zebra printer parameter code.

Hi,
we have a custom software (in Delphi) which prints tags on stickers via a Zebra TLP 3842 printer.
At least some of the parameters are given by files with the extension .art

Underneath is an example from the code used in these files.
I have no idea of what kind of code that is, I recognise some hexadecimal but I can't find in what 'language' this is written.

My goal is to print about 25 pixels more to the right (2mm at 300dpi).
I would be glad with every arrow in the right direction, if anyone recognizes this type of code.

thanks
[REPORT]
Header=\x0D\x0AOD\x0D\x0AN\x0D\x0AD4\x0D\x0AS4\x0D\x0A
Detail=\x0D\x0AA660,7,0,2,1,1,N,"\f{Currency}"\x0D\x0AA720,0,0,3,1,1,Y,"\f{ITSA_std_sales_price}"\x0D\x0AA720,40,0,2,1,1,N,"\f{ITK_key}"\x0D\x0AA630,0,1,1,1,1,N,"\f{STD_date}"\x0D\x0AA390,77,0,2,1,1,N,"\f{ITTX_description_line_2}"\x0D\x0AA400,51,0,2,1,1,N,"\f{ITTX_description_line_1}"\x0D\x0AB400,0,0,1,3,8,50,N,"\f{ITK_Key}"\x0D\x0AP\x0D\x0AN
Footer=\x0D\x0A
 
[PRINTER_SETTINGS]
PageCode=437
 
[DESTINATION]
PrinterName= Zebra TLP3842
ShellCmd=

Open in new window

Avatar of thiagoblimeira
thiagoblimeira
Flag of Brazil image

This seems to be a script file interpreted by your custom delphi software. You need to look at your delphi software source to understand this script.
Do you have the source code of it?

Hope this helps
Avatar of elkep

ASKER

yes it seems to be some customised escape code.
I don't have the source code, so I can't check there.

Thanks for the 'confirmation'
I guess I'll just sort it out then
ASKER CERTIFIED SOLUTION
Avatar of Bill Bach
Bill Bach
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial