LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

making a numeric control or indicator display present and past values

How do you make a numeric control( or indicator) display a scrolling present value+ x number of the past values as the vi runs?
0 Kudos
Message 1 of 2
(2,125 Views)
You can do that with sift register in the case you need
only short term historic data, or you may use vague array
data with +1 dimension to a numeric, in which to put
historic data sequencially to the loop counter by replace
array element.

A little sorry for miserable grammatical conditions(-;),
Tom

Reik2001 wrote:

> How do you make a numeric control( or indicator) display a scrolling
> present value+ x number of the past values as the vi runs?
0 Kudos
Message 2 of 2
(2,125 Views)