Sign Up

Details

Today Collection VIs are powerfull for LabVIEW coding and it should be nice to be able to also manage them in the "OpenG Variant Configuration File"
Although we can use the "Write ini cluster" VI with "map" or "set" (encapsulated within a cluster), the final appearance in an *.ini file is something that is not easily readable or editable:
[cluster]
map = "\00\00\00\03\00\00\00\04MyData1\00\00\00\03\00\00\00\04MyData2\00\00\00\05\00\00\00\04MyData3\00\00\00\01"
set = "\00\00\00\03\00\00\00\04MyData1\00\00\00\04MyData2\00\00\00\04MyData3"

I'm expecting something more like

[MyMap]
key1 = Value1
key2 = Value2

[MySet]
Value1
Value2
...

thx

Comments


Please sign in to leave a comment.