12-18-2011 06:31 AM
Hi all,
how can I fix this problem
Solved! Go to Solution.
12-18-2011 07:10 AM
Disable indexing on the right hand side of the for loop.
Consider using shift registers instead.
12-18-2011 08:46 AM
@Jkhourigan wrote:
Disable indexing on the right hand side of the for loop.
Consider using shift registers instead.
That will indeed clear the error message but then your For loop will want to know how many times to iterate and I suspect you will only want to iterate once so why use the For loop?
Toss it.
If you were using the For loop to ensure a delay ... after (?) the transmit ...
THere is no guarentee the wait will happen after since the is no data flow dependencies. If wan to delay after, add another frame between Xmit and rcv. Please note that I am talking about the most basic data flow ideas that drive LabVIEW and in serious coding data flow alone should drive the program execution and seq frames are used sparingly.
Quesion anything I said above. Since the paradigm shift for LV may be weird.
You at least have gotten past the "how do I wire things up?" challenge that frustrated me when I got started.
Have fun!
Ben