Microcom 428T User Manual
Page 48

Getting Started
Chapter 3
3-32
428T Operator’s Manual - 880037-0141
-6 - error opening output file
-8 - error opening output file - binary form
-11 - image compression not supported
-14 - output width exceed maximum
-20 - binary image file not found
-21 - setting contrast error
-22 - setting dispense mode 0 error - no dispense mode sent
-23 - setting dispense mode 1 error - advance when idle
-24 - setting dispense mode 2 error - advance every label
-25 - setting dispense mode 3 error - cut every label
-26 - setting retraction delay error
-27 - setting dispense distance error
-29 - low stock prior to printing
-30 - low stock detected post printing
-40 - pre-print command string error
-41 - pre-print command file error
-42 - post-print command string error
-43 - post-print command file error
-50 - sending file format error
-60 - binary file download error
-61 - binary image download timeout
-62 - binary file size error
-64 - status after print timeout error
-65 - clear memory command error
-66 - image processing error
Example:
********************************************************************
cls
@echo off
REM Clears the environment variable so temporary status variable can be set
set errorlevel=
micprint c:\bin\odds4\sample.bmp 0 -p3 -d "c:\\bin\\odds4" -
fc:\bin\odds4\3.15x2.75_Odds.set
IF ERRORLEVEL 0 GOTO LabelP00
IF ERRORLEVEL -1 GOTO LabelN01
IF ERRORLEVEL -2 GOTO LabelN02
IF ERRORLEVEL -3 GOTO LabelN03
IF ERRORLEVEL -4 GOTO LabelN04
IF ERRORLEVEL -5 GOTO LabelN05
IF ERRORLEVEL -6 GOTO LabelN06
IF ERRORLEVEL -8 GOTO LabelN08
IF ERRORLEVEL -9 GOTO LabelN09
IF ERRORLEVEL -10 GOTO LabelN10
IF ERRORLEVEL -11 GOTO LabelN11
IF ERRORLEVEL -12 GOTO LabelN12
IF ERRORLEVEL -13 GOTO LabelN13
IF ERRORLEVEL -14 GOTO LabelN14