User`s guide

Zebra Mobile Printers • Wireless Configuration Guide • rev. H 33
Configuration Utility
Avalanche parameters can also be set using a configuration
utility in conjunction with the Avalanche Console Manager.
This
"
PrintConfig” utility is available for download from the
Zebra Web site at
www.zebra.com.
It must be installed as a
package in the Avalanche Console Manager. Once installed,
it allows the user to set Avalanche parameters via pull down
menu choices and will then create an update file. This file will
then be sent to the printer on the next scheduled Avalanche
update.
Setting Avalanche Parameters with CPCL
You can also configure your printer for Wavelink Avalanche
using the CPCL “get, set, do” commands to perform the same
parameter setings as in the Label Vista set-up procedure.
The following table lists the Label Vista Avalanche settings
and their equivalent CPCL commands.
Label Vista Parameter CPCL Command
Model Name netmanage.avalanche.model_name
Encryption netmanage.avalanche.encryption_type
Update Interval netmanage.avalanche.interval
UDP Timeout netmanage.avalanche.udp_timeout
User Name (not supported)
Password (not supported)
Remote Agent IP Address netmanage.avalanche.agent_addr
Available Agent IP Address netmanage.avalanche.available_agent
Check Boxes CPCL Command
Update on Starup netmanage.avalanche.startup_update
Update at Interval netmanage.avalanche.interval_update
For more information on using CPCL commands to config-
ure your printer’s Avalanche settings refer to the latest ver-
sion of the CPCL manual, available on the Zebra Web site at
www.zebra.com
.
TROUBLESHOOTING PROBLEMS WITH AVALANCHE
To troubleshoot problems with Avalanche the advanced user
can use the CPCL language “netmanage” GETVAR parameters
as troubleshooting tools.
netmanage.status_code
netmanage.state_code
netmanage.error_code
Status Codes:
To obtain the device’s status code use:
! U1 getvar netmanage.status_code. One of the following
status codes will be returned:
0 OK
1 Error, check State and Error codes.
State Codes (What is the printer doing?)
To obtain the device’s state code use:
! U1 getvar netmanage.state_code. One of the following
state codes will be returned:
0 Printer Idle
1 Agent Discovery
2 Agent Connection
3 Processing Messages
4 Agent Disconnection
Error Codes:
To obtain the device’s error status use:
! U1 getvar netmanage.error_code.
One of the following error codes will be returned:
0 No Error
1 No Agent Found
2 Send Data failed during Discovery.
3 Received Data failed during Discovery.
4 Agent Authentication failed.
5 Agent Connection failed.
6 Socket Connect failed.
7 Device Registration failed.
continued