Back to Aurora Vision Studio website
	
                
                    
		
	You are here: Start » Filter Reference » Data Flow » Loop Generators » EnumerateIntegers
| Module: | FoundationLite | 
|---|
In each consecutive iteration produces a consecutive number from an arithmetic sequence.
| Name | Type | Range | Description | |
|---|---|---|---|---|
![]()  | 
				inStart | Integer | First value of the generated sequence | |
![]()  | 
				inCount | Integer* | 0 - ![]()  | 
				Length of the generated sequence | 
![]()  | 
				inStep | Integer | Value added in each iteration | |
![]()  | 
				inRepeat | Bool | Determines whether to repeat loop | |
![]()  | 
				outValue | Integer | ||
![]()  | 
				outIsFirst | Bool | Flag indicating the first iteration | |
![]()  | 
				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.

 Basic

