17.08.2013 Views

Contents, cont'd. - Intermec

Contents, cont'd. - Intermec

Contents, cont'd. - Intermec

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&, <strong>cont'd</strong>.<br />

Chapter 2 Program Instructions<br />

Remarks, <strong>cont'd</strong>. 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 a<br />

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 are<br />

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

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

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 be<br />

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 7.2 – Reference Manual Ed. 3 51

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

Saved successfully!

Ooh no, something went wrong!