Back to FabImage Studio website

You are here: Start » Filter Reference » Data Flow » Loop Generators » EnumerateIntegers

EnumerateIntegers


Module: FoundationLite

In each consecutive iteration produces a consecutive number from an arithmetic sequence.

Name Type Range Description
Input value
inStart Integer First value of the generated sequence
Input value
inCount Integer* 0 - Length of the generated sequence
Input value
inStep Integer Value added in each iteration
Input value
inRepeat Bool Determines whether to repeat loop
Output value
outValue Integer
Output value
outIsFirst Bool Flag indicating the first iteration
Output value
outIsLast Bool Flag indicating the last iteration

Examples

Description of usage of this filter can be found in examples and tutorial: HMI Handling Events, Calculating factorial using registers.

Complexity Level

This filter is available on Basic Complexity Level.