To download NI software, including the products shown below, visit ni.com/downloads.
This example demonstrates how to calculate the maximum value of an array on FPGA.
Description
The FPGA array pallete does not have the Max and Min VI that the standard LabVIEW array pallete has.
This example shows one possible implementation to calculate the maximum. The example indexs through the array and compares each value with the maximum found value. When it finds a new maximum it saves the value.
Requirements
Software
Hardware
Steps to Implement or Execute Code
Additional Information or References
**The code for this example has been edited to meet the new Community Example Style Guidelines. The edited copy is marked with the text ‘NIVerified’. Read here for more information about the new Example Guidelines and Community Platform.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.