To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This example demonstrates a method of displaying the largest incoming value into a control on your front panel.
Description:
This VI takes the incoming data, compares it to previous information and if the value is larger it displays the data on the front panel control. In addition to displaying it on the front panel it also stores the value in a shift register. If the value is not larger than the previous value, then the previous value is still displayed on a front panel and the value in a shift register is still the previous value.
Instructions:
To implement this example:
To execute this example:
Requirements
Software
LabVIEW 2012 or compatible
Hardware
-
**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.
There is no need for a local variable here. See the attached VI Snippet with minimal changes to the example.
