User`s guide
Zebra Mobile Printers • Wireless Configuration Guide • rev. H 36
name and password, update interval and check
the “Update on Startup” and “Update at Interval”
check boxes.
3. An INFO.MSP file needs to be resident on the
printer. This file is loaded at the factory, and if
it is lost or corrupted can be downloaded from
www .zebra.com
. You can verify completion by
performing a two-key report with the printer and
verifying that the INFO.MSP file is listed in the di-
rectory section of the resulting print-out.
4. MSP Packages are created using Symbol’s Air-
Beam package builder application. When the
package is installed in the printer the result will be
reported back to the server.
Setting MSP Parameters with CPCL
You can also configure your printer for MSP using the CPCL
“get, set, do” commands to perform the same parameter set-
ings as in the Label Vista set-up procedure.
The following table lists the Label Vista Symbol MSP settings
and their equivalent CPCL commands.
Label Vista Parameter CPCL Command
MSP Server IP Address netmanage.msp.server
FTP User Name netmanage.msp.ftp_username.doc
FTP Password netmanage.msp.ftp_password
Update Interval netmanage.msp.interval
Check Boxes CPCL Command
Update on Starup netmanage.msp.startup_update_enable
Update at Interval netmanage.msp.interval_update_enable
For more information on using CPCL commands to configure
your printer’s settings refer to the latest version of the CPCL
manual, available on the Zebra Web site at
www.zebra.com
.
CPCL Language Configuration Parameters
The following list of parameters can be used to configure a
printer for use with Symbol MSP. This is only a brief synopsis
of the commands available. Always refer to the Mobile Printer
CPCL Language Programming Manual for more details and
examples of the use and syntax of CPCL commands.
netmanage.msp.server
Type: getvar, setvar
getvar example: ! U1 GETVAR “netmanage.msp.server”
Returns IP address of the server
setvar example:
! U1 SETVAR “netmanage.msp.server” “1.1.1.1”
This parameter sets the MSP Network Management IP address
of the server.
netmanage.msp.ftp_username
type: getvar, setvar
getvar example: ! U1 GETVAR “netmanage.msp.ftp_username”
Returns the current MSP Network Management FTP Server
user name stored in the printer.
setvar example:
! U1 SETVAR “netmanage.msp.ftp_username” “user”
This example sets the device’s MSP Network Management
Device FTP Server user name to “user”.
netmanage.msp.ftp_password
Type: getvar, setvar
This parameter sets and gets MSP Network Management FTP
Server user password.
getvar example: ! U1 GETVAR “netmanage.msp.ftp_password”
Retrieves the device’s MSP Network Management Device FTP
Server user password.
setvar example:
! U1 SETVAR “netmanage.msp.ftp_password” “junk”
continued