Printronix LQH-HWTM User Manual

Page 41

Advertising
background image

Alphanumerics, Incremental: Dynamic Data Fields

41

Comments The Incremental Alphanumeric Dynamic Data Fields command is

a variation of the standard IGP Alphanumeric command, but does
not replace the standard alphanumeric command.

As with standard dynamic data fields, incremental dynamic data
fields allow the starting data to be changed without changing the
form definition program. Increment parameters can also change
with each new job without changing the form definition program.

Duplicating Incremental Alphanumeric Fields — Incremental
alphanumeric fixed and dynamic data fields are duplicated
horizontally using the HDUP command and vertically using the
standard VDUP command. Duplicated incremental fields
increment in left-to-right, top-to-bottom order. The following
examples illustrate the results of duplicated incremental fields.

Example

The following program will produce the Incremental Alphanumeric
data example shown above. The program elements are also
defined. (Refer to the command format on page 38.)

STARTDATA:

STEPMASK:

Description

Value

Single numeric field (01)

Printed Results:

STARTDATA:

STEPMASK:

Unlinked subfields, alpha (A),

Printed Results:

Field A

Field B

STARTDATA:

STEPMASK:

Unlinked subfields, alpha (B),

RPT = 1
RST = 0
HDUP = 3
VDUP = 2

01

01

Page #1:

Page #2:

01

02

03

04

07
10

05

08
11

06

09
12

numeric (01)
RPT = 3
RST = 9
HDUP = 3
VDUP = 3

numeric (01)
RPT = 1
RST = 0
(No HDUP or VDUP)

A01
X01

B01

X01

Page #1:

Page #2:

A01

A01

A01

B01

A02
A03

A02
A03

A02
A03

A01

A01

A01

B02

A02
A03

A02
A03

A02
A03

Advertising