LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

display hex and decimal

Waveform chart.

 

0 Kudos
Message 11 of 14
(634 Views)
Actually, I'd like that the displays also went back. Do you know if there is a specific function to do that?
0 Kudos
Message 12 of 14
(631 Views)

Once the VI stops the indicators are no longer updated. If you want to provide scrolling while using numeric indicators you have several options. Here's two:

  • Use a graph instead of a chart. Then you can use cursors. You would need to provide your own buffer for the graph.
  • Accumulate the data into an internal buffer using either a shift register or a feedback node. You can write this to a front panel table that you can scroll after the VI is done. 
Message 13 of 14
(629 Views)
0 Kudos
Message 14 of 14
(625 Views)