LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LV 8.2 Config File with Enum bug

Please refer to attachment.

Set the Enum and run the VI. The Enum is converted into string and then saved into a config file.
The file is immediately read and the key is converted back to enum.

It works fine until you choose index 32 in the enum. Either the Write Key or the Read Key fails to encode/decode enum index 32 correctly.

Regards,

Johan

0 Kudos
Message 1 of 2
(2,629 Views)
Hi Tikus,

you try to save a space. deep inside the config files spaces at the end (or beginning) of the line are removed. Perhaps you should save the space as as a " " (inside quotes)

Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
Message 2 of 2
(2,622 Views)