06-11-2012 02:15 AM
06-11-2012 02:22 AM
55 strings?But when I placed an array here:It is showing exact values.Please tell me how to correct it.
06-11-2012 02:35 AM
06-11-2012 03:00 AM
YES,then what to do with the auti-indexed loop.please give some hints.Is the read VI ok?
06-11-2012 03:05 AM
06-11-2012 03:12 AM
I can't get it properly.You mean I have to replace it with continuous loop?
I replaced it with while loop,It is displaying array in down to top order.
Is there any changes have to be made in write VI??
06-11-2012 03:17 AM - edited 06-11-2012 03:17 AM
06-11-2012 03:25 AM
Replacing the for loop with while loop in the read side,Is that the correct method??
Why it is reading in the reverse order?
06-11-2012 03:28 AM
Hi danil,
"Replacing the for loop with while loop in the read side,Is that the correct method??"
You don't need to replace the FOR loop, but you can. The point is: you have to read as many strings as you send...
"Why it is reading in the reverse order?"
I doubt it is reading in reverse order. Probably it is only displaying in reversed order. Quite a difference...
Think first, then program!
06-11-2012 03:39 AM - edited 06-11-2012 03:40 AM
1.By viewing the attached code,can you tell me it is reading in reverse order due to any problem in the code?