LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Change the step of incrementation of the index of an 1D array (it's an indicator!)

I have attached an example which details very well my problem. Thank you for your help...

Sum-up of the problem:
I would like to use THIS number (entered in the command untilted "Number of bits needed for conversion") as the STEP of incrementation of the index of my 1D array indicator.

Why?

Because if you convert "three" 16-bits integers (=> 16 in the command) for example , you get 3*16 = 48 bits in the 1D array indicator and the index starts to zero. One click on the index and it would jump to 15 (0 -> 15 = 16) so that it displays the binary representation of the 2nd 16-bit integer in one click.

It would be really very useful for more "comfort" in the use of my proje
ct.

Please look at the example for easier understanding.
0 Kudos
Message 1 of 2
(2,397 Views)
Hello,

You can use the property node "array index". See the example below. To use this example, change the first value of "valeurs d'indice".

Hope this help,

Isabelle J.
National Instruments
Isabelle
Ingénieur d'applications
National Instruments France
0 Kudos
Message 2 of 2
(2,397 Views)