Step/Iterate Unsigned Array Items
File:TArduinoStepIterateUnsignedArrayItems.png
Summary
Iterates through the elements of an unsigned array one at a time.
Description
The **Step/Iterate Unsigned Array Items** component steps through the items of an incoming unsigned array sequentially. Each step outputs the current element along with its index and the total count of items. If the array is empty, the **Empty** clock output is triggered.
Diagram:
Categories
- File:TArduinoSignalCategory.png Category Signal – Signal processing components.
- File:TArduinoArrayCategory.png Category Array – Array data storage and manipulation.
Properties
- Enabled – Enables or disables the component.
Pins
Input Pins
- In – Unsigned array input to iterate over.
Output Pins
- Out – Current unsigned array element.
- Empty – Clock output triggered if the array is empty.
- Count – Outputs the total number of elements in the array.
- Index – Outputs the current element index (zero-based).