18.11.2011, 13:29
Hi all,
I'm quite now to Labview. I used Perl, Ruby, PHP and C before, but I have big problems to get used to work with Labview.
How can I port the following piece of code to my Labview FPGA VI?
There is a given index i and I want to increase the i-th array element. The array was initialized with zeros before.
Best,
Robert[/code]
I'm quite now to Labview. I used Perl, Ruby, PHP and C before, but I have big problems to get used to work with Labview.
How can I port the following piece of code to my Labview FPGA VI?
There is a given index i and I want to increase the i-th array element. The array was initialized with zeros before.
Code:
array[i] += 1
Best,
Robert[/code]