38 ESim v5.12 for EasyCoder PD4—Programmer’s Reference Manual
Chapter 7—Commands
Example is example produces a Code 39 bar code:
↵
N↵
B50,50,0,3,2,6,200,B,"998152-001"↵
P1↵
Remarks e "DATA" field can be replaced by or combined with the
commands below:
Variable:
Vnn Prints the contents of variable “nn” at this position,
where nn is a 2 digit number from 00-99.
Consecutive Number Counter:
Cn Prints the contents of counter “n” at this position,
where n is a 1 digit number from 0-9.
Cn±x Prints the contents of counter “n” at this position while
setting the counter’s start value to “x”. n and x are 1
digit numbers from 0-9.
Enter + to increment or - to decrement.
When labels with consecutive numbers are printed next to each
other across the web, it is done by using a single counter in a
single form.
e command Cn±x in the following example will be used twice
and count up the single counter by one (1) in each position (last
two B-command lines).
Set the Form Step Value p4 to +3 for the counter Cn used in our
example (see the C-command line). Also refer to “C command
– Counter”.