03-18-2010 03:53 PM
03-18-2010 04:05 PM
03-19-2010 10:02 AM
03-19-2010 10:39 AM
Mark,
With your original VI it doesn't seem to work when the input string is 484 characters long. If I cut that in about half it works fine. Any idea why?
Thank you,
Chuck M.
03-19-2010 11:11 AM
More specifically, after 256 characters, the output string, repeats itself.
03-19-2010 12:05 PM - edited 03-19-2010 12:05 PM
03-19-2010 12:13 PM
03-19-2010 12:15 PM
Yes, exactly, I just discovered that a few minutes ago.
Thank you,
03-19-2010 12:17 PM
I changed the initialization of the for loop from U8 to U16 and it works great
03-19-2010 12:19 PM