Hello,
I need to send a value to a specific numeric indicator.
Is there a simple way, a function, to do this in Labview?
I have a fixed panel with 16 indicators (1 for each channel of my acquisition system).
The data that arrives from the acquisition sistem are decimated in an array (123123123.... for 3 channels).
If this is the array of the channels [1,4,8] I want to display the values to my numeric indicator in position [1], [4], [8].
I know the channel of the single value in the array, I need to display that value in the specific numeric indicator of the channel in my panel.
I need a sort of wiring that can change dinamically with the channel number.
I've prepared a simple example to explain my way to do that (take into account that in my real situation the input positions are always different and in order).
This method works but it becomes really compicated to be reproducted in my real situation (max 16 input to 16 output) [I've already tested it with 2 channel in input to 16 numeric indicators in outputs and it has been already quite crazy].
Do you have any suggestion?
Thanks in advance.