Intermec EasyCoder 501XP Programmer's Reference Manual page 52

Intermec easycoder 501xp: reference guide
Hide thumbs Also See for EasyCoder 501XP:
Table of Contents

Advertisement

Chapter 4 — Label Design
Input Data to Bar Code Fields
The input data to a bar code fi eld is given by means of a
instruc-
PRBAR
tion. You can add the same types of data to a bar code fi eld as to a text
fi eld, provided the type of data (numeric/alphanumeric), number of
characters, etc. comply with the bar code specifi cation.
You can combine different types of data in a single
instruction.
PRBAR
The different parts are placed adjacently by means of separating semico-
lons (;). Note that alphanumeric input must be enclosed by quotation
marks, whereas numeric input must not.
PRBAR | PB <input data>[;<input data>...]
Examples:
PB 71543;VAR5$ ↵
PB "Intermec" ↵
PB DATE$;TIME$ ↵
Input Data to Image Fields
An image can be selected either by name in plain text (for example
"GLOBE.1"), or in the form of a variable (for example
), also see
VAR1$
Chapter 4.5. Note that plain text input must be enclosed by quotation
marks.
PRIMAGE | PM "<image name>"
Examples:
PM VAR5$ ↵
PM "LOGOTYPE.2" ↵
Input Data from Counters
Using a
instruction, various counters can be created, see Chapter
COUNT&
6.6. You can read the present value of a counter and use it as input data
by including a reference to the counter in the
,
, or
PRTXT
PRBOX
PRBAR
instructions in the form of a variable.
CNT<Counter No.>$
<Counter No.>
is the number is assigned to the counter in the COUNT& instruction.
Example:
PT "Label number: ";CNT1$ ↵
PB CNT2$ ↵
46
Intermec Direct Protocol v7.80 Programmer's Reference Manual

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents