10-22-2013 07:20 PM
Hello
I am reading froma serial port and generating a 1D indexed array. (each elemt is 1 frasme read) . Now from this indexed array I read each element indiviually .
The problem is the my indexed array is perfeclty fina and contains all sequntial elemts but the next read from this indexed array only ends up reading alternate values .
I am using a for loop where input is indexed (appended read array) and output is one element at a time .
As alternative I also used a index array function inside for loop but still the for loop sends alternate values out . Can anyone help what cld be wrong .
The i of for loop also shows alternate 2, 4 , 6 ,8 even values !!
Solved! Go to Solution.
10-22-2013 07:39 PM
Please attach a simplified version of your VI.
10-22-2013 07:59 PM
Thanks,
So the appended string array increases with every interation (outer while loop , not visible in png but vi
thanks
10-22-2013 08:29 PM
Sorry for botheration ,I just figured out my stupidity here....
attached is the change ...just in case
Thanks a lot ..u r awsome
10-22-2013 08:32 PM
oops ..wrong snippet here is right one ..sorry !!