12-11-2008 01:27 PM
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
Solved! Go to Solution.
12-11-2008 01:32 PM
Right click on the Array wire on the Block diagram, select 'Create->Indicator'
Ton
12-11-2008 02:03 PM
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
12-12-2008 09:01 AM
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.
12-12-2008 12:36 PM
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.
12-12-2008 09:46 PM
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.