08-23-2012 02:42 PM
Hi all, when I connect the loop count of my for loop to the index in my array index, it gives me an error saying,
The type of the source is 1-D array of
long [32-bit integer (-2147483648 to 2147483647)].
The type of the sink is long [32-bit integer (-2147483648 to 2147483647)].
Why is this? They are both integers...
Thanks@
Solved! Go to Solution.
08-23-2012 02:58 PM
can you post a snippet or the VI? This sounds just wrong, but maybe there's something stupid you didn't notice.
08-23-2012 03:21 PM
I guess you are using 2 D array and you are wiring the loop count to the element terminal and not the index ( I may be wrong - just a guess) Please post your code for a better answer.
08-23-2012 03:37 PM
I'm not really sure how but I fixed it... I just started the wiring from scratch.