Can someone run my attached sample and see if you get the same result as me? The VI simply flattens a control cluster and writes it to a text file then reads it back.
Here's the behavior I can't explain: Enter a number in the first control between 0 and 3327, press the "write" button. Now press the "read" button and the result in the corresponding control of the "read back" cluster should match that value.
Now do the same with any entry between 3328 and 3583 and the result does not match. The range of numbers that doesn't work is hex D00 to DFF. It doesn't seem to work with 3-digit hex values beginning with "D". If you look at the text string that is returned, the "D" is changed to "A".
Any ideas what is going on?
thanks,
Dave