To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This example repeatedly iterates through a set of data, performing some operation at each element using timing before reading the next.
Description
A very quickly written peice of code which repeatedly iterates through a set of data, performing some operation at each element using timing before reading the next.
Requirements
Steps to Implement or Execute Code
Additional Information or References
VI Block Diagram
**This document has been updated to meet the current required format for the NI Code Exchange.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.
A For Loop with autoindexing makes much more sense here.