For loop, Select variables, Set printer – QuickLabel NiceWatch User Manual

Page 49

Advertising
background image

Working with Triggers

49

NiceWatch User Guide

Advanced Options: Click on this button to select variables you want to load from the
text file and define the structure of the text file.

Condition: This is a Visual Basic Script boolean expression. Only two results are
possible (True and False). Use this option to enable current action only when some term
is met. The action will be started only if condition returns True as the result of the
expression.

For Loop

For loop makes it possible for the action to be executed a certain number of times.

Loop from: Select a starting value for the incremented loop.

Loop to: Select an end value for the incremented loop.

Note:
If the loop from value is higher than the loop to value, the loop will decrement the value
regressively.

The Loop from and Loop to values can be fixed or variable, and the current loop value
can also be saved into a variable.

Condition: This is a Visual Basic Script boolean expression. Only two results are
possible (True and False). Use this option to enable current action only when some term
is met. The action will be started only if condition returns True as the result of the
expression.

Select Variables

Select the variables which values you want to save/load to/from file. Use Up and Down
arrows to set the order of appearance in which values are defined in the text file.

Set Printer

The action defines the printer name that you want to use for label printing. This setting
will override the printer setting that were set directly on the label.

Note:
This action is useful, if you want to print one label file to several different printers
without the need for creating duplicated label files linked to different printers.

Printers: Define fixed name of the printer or select the variable name containing the
name of the printer.

Condition: This is a Visual Basic Script boolean expression. Only two results are
possible (True and False). Use this option to enable current action only when some term
is met. The action will be started only if condition returns True as the result of the
expression.

Advertising