2021.2

Table Of Contents
Variable
Name Example value when interpreted
%w Current
process name
My Process
%i Current Loop
iteration index
(always the
innermost loop)
2
The %i Loop Count variable
The value of the %i variable is equivalent to the current iteration of loops inside of a process. It
always contains the value of the innermost loop, and only certain tasks trigger the counter to
start. The below image shows an example process and the value of %i during this process:
Initial input tasks do not modify the value of %i. However, the following tasks do trigger the
variable:
l Barcode scan
l Capture Field Processor
Page 721