LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to wire a 1D array single to a numeric indicator or what would be the easiest way to display numeric values from the array on the front panel?

Solved!
Go to solution

Is it possible to wire a 1D array single to a numeric indicator or what would be the easiest way to display numeric values from the array on the front panel? Any suggestions or examples would be greatly appreciated.

Thanks,

uddy

0 Kudos
Message 1 of 6
(2,966 Views)

Right click on the Array wire on the Block diagram, select 'Create->Indicator'

 

Ton

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 2 of 6
(2,964 Views)

Thanks Ton.  Can this indicator be setup to update continuously while the vi is running. Similiar to a numeric output wired to a numeric indicator. Do I need to tie it to a loop somehow?

Thanks,

Uddy

0 Kudos
Message 3 of 6
(2,953 Views)

Hi uddy,

To get an indicator update you will have to have it in a loop.  Every time the loop iterates it will update the values in the indicator.

Adam H
National Instruments
Applications Engineer
0 Kudos
Message 4 of 6
(2,915 Views)
Solution
Accepted by topic author uddy

Thanks Adam, It was originally in a while loop, I placed it in a for loop, wired the count to the for loop and presto, it wires to a numeric indicator. It's working great. Thanks for the help folks.

0 Kudos
Message 5 of 6
(2,889 Views)

uddy wrote:

Thanks Adam, It was originally in a while loop, I placed it in a for loop, wired the count to the for loop and presto, it wires to a numeric indicator. It's working great. Thanks for the help folks.


 

Then please mark the reply that most helped you as the accepted solution, not your own.
0 Kudos
Message 6 of 6
(2,871 Views)