Issue / Question :
- If the Zebra is printing line data that is truncated or located off the left side of the label, this indicates that the printer has not properly sensed the label width.
- This would affect printed data such as meter blocks or shift tickets.
Environment:
- Cargas Energy 2017 or Later
- Cargas Mobile Delivery
Resolution / Answer:
In order to correct the margin settings, a CONFIG.SYS file will need to be written to the printer memory so that a margin offset is configured on each printer boot. You can write that file to the printer by sending the following command block to the printer via Zebra Setup Utilities:
! DF CONFIG.SYS
! U1 LMARGIN 35
END
! U1 do "device.reset" ""
The above command will configure the printer to run a left margin offset of 35 dots and will run this command each time the printer is booted up. If 35 dots does not result in line data being properly formatted on the label, you can adjust this value to any integer dot value.
Comments
Article is closed for comments.