This widget could not be displayed.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can't correctly read a string value in '\' code from a configuration file in LabVIEW 2009

Hi,

 

I use configuration file VIs in order to read different value from a *.ini file.

I use it to store string data that I send through a serial port. I have normal formatted ASCII string (ex: “START”) but also ‘\’ code formatted ASCII string (ex: “\3A\01\02\03\FF\AF”).

It works in LabVIEW 8.6, the ASCII numeric read values are the same and they are correct on my front panel when I display them in ‘\’ code.

In LabVIEW 2009, when I read a string value which is written in '\' code the character '\' is doubled for the value over \1A (ex: “\\3A\01\02\03\\FF\\AF”).

 

Is it a bug or a limit of LabVIEW 2009?

 

Jeremy
0 Kudos
Message 1 of 2
(2,358 Views)