207
SGD Printer Settings
odometer.headclean
12/16/13 EPL Programming Guide 14245L-003 Rev. A
odometer.headclean
Description This printer setting refers to the head clean odometer count. This counter tracks
how many inches and centimeters have passed through the printer since the head was last
cleaned. For printer support, see SGD Command Support onpage 315.
Type getvar; setvar
This table identifies the commands for this format:
Note • For details on SGD command structure, see Command Structure onpage 638.
Commands Details
getvar This command instructs the printer to retrieve the values for the head clean
counter.
Format: ! U1 getvar "odometer.headclean"
setvar This command instructs the printer to reset the head clean counter.
Format: ! U1 setvar "odometer.headclean" "value"
Valu e s :
"0" = reset the head clean counter
Default: must be an accepted value or it is ignored
Example • This example shows how to get the odometer head clean, how to reset it, and how
to confirm the settings changed.
1. To see the current settings, type:
! U1 getvar "odometer.headclean"
Something similar to this is shown:
"1489 INCHES, 3784 CENTIMETERS"
2. To reset the these values to 0, type:

! U1 setvar "odometer.headclean" "0"

3. To confirm this settings were reset, type:
! U1 getvar "odometer.headclean"
If the resetting was successful, this is shown:
"0 INCHES, 0 CENTIMETERS"