I'm trying to set up my barcode/label printer (Zebra LP 2824) with my point of sale software (Wolftrack). I need to define the label size, but mine (1.25 H x 1 L) isn't listed in the drop-down menu, so I need to select a custom label. Now my problem is that I need to define command strings for the label, and programming is something I don't know at all.
I have the working command strings for a 1H x 2 W label, so it would just be a simple (relatively speaking) matter of editing them to function with my label size.... right? Here they are:
This is for the barcode label:
!BC ZEBRA 2824 1h x 2w Customer Label= Initialize=<<LF>>N<<LF>>Q247,24<<LF>>q406<<LF>> Next Label= Receiving Label=N<<LF>>A60,0,0,4,1,1,N,<<QUOT>><<COMPANYNAME>><<QUOT>><<LF>>A20,64,0,1,1,1,N,<<QUOT>><<SKULONGDESC>><<QUOT>><<LF>>B45,125,0,3,1,4,40,B,<<QUOT>><<SKU>><<QUOT>><<LF>>P1<<LF>> Shelf Label=N<<LF>>A60,0,0,4,1,1,N,<<QUOT>><<COMPANYNAME>><<QUOT>><<LF>>A20,64,0,1,1,1,N,<<QUOT>><<SKULONGDESC>><<QUOT>><<LF>>B45,125,0,3,1,4,40,B,<<QUOT>><<SKU>><<QUOT>><<LF>>P1<<LF>> SKU Label=N<<LF>>A60,0,0,4,1,1,N,<<QUOT>><<COMPANYNAME>><<QUOT>><<LF>>A20,64,0,1,1,1,N,<<QUOT>><<SKULONGDESC>><<QUOT>><<LF>>B45,125,0,3,1,4,40,B,<<QUOT>><<SKU>><<QUOT>><<LF>>P1<<LF>> Terminate=
And this is for the shelf tag:
!ST ZEBRA 2824 1h x 2w Initialize=<<LF>>N<<LF>>Q247,24<<LF>>q406<<LF>> Shelf Label=N<<LF>>A60,0,0,2,1,1,N,<<QUOT>><<COMPANYNAME>><<QUOT>><<LF>>A20,32,0,1,1,1,N,<<QUOT>><<SKULONGDESC>><<QUOT>><<LF>>A16,60,0,4,1,2,N,<<QUOT>> <<SKUSELLINGPRICE>><<QUOT>><<LF>>B45,125,0,3,1,4,30,B,<<QUOT>><<SKU>><<QUOT>><<LF>>P1<<LF>> Terminate=
Can anybody help me? Please