Hi BBLab!
I have seen your example.
And you can see my problem is this example, in the second array you only have initialized 8 positions in the array (you use 8 bits, and you have written a value in the first eight positions). If after doing that, you try writting a value in the position 12 of the array2, it is not posible , you have to initialize at least 13 positions to be able to write a value in the position 12! This is my problem , I have to write a default value in my indicator array, but I don´t know how many positions I have, so, how many values do I have to write?
And if the only solution is writting a default value in the array I have other problem. I have to write these default values the first time that I execute this vi,a posible
solution is using the function "First Call" but I need a while loop, and I can´t use a while loop because this loop would stop my data flow and it is not possible in my application and using global variables is not an option for me!!
What can I do?
thanks for your help!
Graci