Hello,
I am getting a very weird issue when I get a binary value out of a database and cast it to a string. If I use an indicator to show the string it looks ok, with what appears to be spaces in between characters. However, the spaces actually seem to be something else, string functions do not recognize them as spaces and neither does probing them.
As you can see, the value is shown simply as "[" while the probe indicator shows my full string as "[ 9 ] [ 1 ]". Does anyone have any idea what issue I am running into?
EDIT: I have included a very quick VI to illustrate my issue. It simply passes my weird string from control to indicator. Visually it appears fine, but if you probe the wire in between you'll see the issue. Also, if you copy and paste from the indicator or control into another program you will also see the issue.
Thank you very much,