Printronix PrintNet Enterprise User Manual

Page 244

Advertising
background image

244

Chapter

6

Data Fields

First specify the data field itself, in this case a single (U16 Forms Count). If
there are numerous data fields, select the one in which the action should
apply. Next we need to set the operators to indicate the event we want to
happen to this data field. The Source field sets the value in which we want the
data field count to decrement by.

NOTE:

When it is necessary to check/validate the value of a data field on a
certain event, the user has to map a “Data Field” action to the event
and check the “Evaluate” option. This will generate a “Data Field
Changed” event similar to when the data field actually changes.

For this example, use D = D - S (Figure 211) which results in the mapping
table entry as seen in Figure 212.

Figure 211. Setting Operator Parameters for a Data Field

D = D | S

Destination ‘Logical OR’ with Source

D = D & S

Destination ‘Logical AND’ with Source

D = D ^ S

Destination ‘Logical EXOR’ with Source

D = D &~ S

Destination ‘Logical AND’ with ‘Inverted’ Source

D = ~ S

Destination becomes ‘Inverted’ Source

D = D >> S

Destination ‘Logical Shift Right’ Source times

D = D << S

Destination ‘Logical Shift Left’ Source times

Table 11. Operator Data Field Setting

Operator

Results

Advertising