User`s guide

Zebra Mobile Printers • Wireless Configuration Guide • rev. H 15
Setting Up Mirror With Parameter Commands
NOTE: Refer to pg. 18 for more general information on param-
eter commands.
The following set/get variables are available to enable FTP
mirroring:
ip.mirror.auto: on/off
getvar example: !U1 getvarip.mirror.auto
setvar example: ! U1 setvar “ip.mirror.auto” “on”
If “on”, the printer will automatically synchronize files upon
power-up, and then per the frequency setting. (see ip.mirror.
freq, below)
ip.mirror.username: 20 bytes (string)
getvar example: !U1 getvarip.mirror.username”
setvar example: ! U1 setvar “ip.mirror.username“test”
Username to use for FTP login
ip.mirror.password: 20 bytes (string)
getvar example: !U1 getvarip.mirror.password”
setvar example: ! U1 setvar “ip.mirror.password” “secret
Password for FTP account
ip.mirror.server: 40 bytes (string)
getvar example: !U1 getvarip.mirror.server
setvar example:
! U1 setvar “ip.mirror.server” “192.168.1.1
Server ip address or name (if DNS server information is pro-
vided via DHCP).
ip.mirror.path: 50 bytes (string)
getvar example: !U1 getvar “ip.mirror.path”
setvar example: ! U1 setvar “ip.mirror.path” “/zebra/ql
Path on the FTP server where the mirror directory is located.
Defaults to “companyname/model.
NOTE: this must be an absolute path (i.e. it must start with / or ~)
ip.mirror.freq: 0-99 minutes
getvar example: !U1 getvarip.mirror.freq
setvar example: ! U1 setvar “ip.mirror.freq” “25
Number of minutes to wait before performing another file
synchronization. If this value is “0, the mirror process will be
performed only once when the printer powers-up. Setting
a low value will cause the printer to spend most of its time
performing the mirror process. This parameter only applies
if ip.mirror.auto is “on”.
ip.mirror.fetch
do example: ! U1 do “ip.mirror.fetch” “yes
Forces the mirror process to be run immediately. The printer
will immediately contact the FTP server defined by ip.mirror.
server, log on with the defined username and password and
look for mirror file updates.
Refer to Section 14 of the CPCL Programming Manual for more
information on conguring FTP mirror with parameter com
-
mands.