02.10.2012 Views

Programmer's Reference Manual Intermec Fingerprint® v8.70.0 ...

Programmer's Reference Manual Intermec Fingerprint® v8.70.0 ...

Programmer's Reference Manual Intermec Fingerprint® v8.70.0 ...

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

COUNT&, cont.<br />

Chapter —Program Instructions<br />

WIDTH:<br />

This parameter can only be used in numeric counters and decides the<br />

minimum number of digits to be printed. If the counter value contains<br />

a lesser number of digits, leading zero (0) characters will be added until<br />

the specified number of digits is obtained. If the number of digits in the<br />

counter value is equal to or larger than specified in the width parameter,<br />

the value will be printed in its entity.<br />

Default: 1 (no leading zeros)<br />

COPY:<br />

Decides how many copies (labels etc.) will be printed before the counter is<br />

updated according to the INC parameter.<br />

Default: 1<br />

INC:<br />

Decides by which value the counter should be incremented or decremented<br />

when it is updated. In case of decrementation, the value should contain<br />

a leading minus sign.<br />

Default: 1<br />

STOP:<br />

Decides the value after which the counter should start all over again at the<br />

value specified by the RESTART parameter. If a single letter is entered (A-<br />

Z), the counter will become an alpha counter, and if one or several digits<br />

are entered the counter will be numeric. When a counter is decremented,<br />

a stop value less than the start value must be given, since the default stop<br />

value will never be reached.<br />

Default: 2,147,483,647 (numeric) or Z (alpha)<br />

RESTART:<br />

Decides at which value the counter should start all over again after having<br />

exceeded the STOP parameter value. If a single letter is entered (A-Z), the<br />

counter will become an alpha counter, and if one or several digits are entered<br />

the counter will be numeric.<br />

Default: 1 (numeric) or A (alpha)<br />

Examples In this example, a counter is created. It will start at number 100 and be<br />

updated by a value of 50 after every second label until the value 1000 is<br />

reached. Then the counter will start again at the value 200. All values will<br />

be expressed as 4-digit numbers with leading zeros.<br />

COUNT& "START",1,"100" ↵<br />

COUNT& "WIDTH",1,"4" ↵<br />

COUNT& "COPY",1,"2" ↵<br />

COUNT& "INC",1,"50" ↵<br />

COUNT& "STOP",1,"1000" ↵<br />

COUNT& "RESTART",1,"200" ↵<br />

<strong>Intermec</strong> Fingerprint <strong>v8.70.0</strong>/v10.0.0 Programmer´s <strong>Reference</strong> <strong>Manual</strong> 1

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!