LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Saving Current Table Values

Build a VI test.vi to save current Table values present in another VI table.vi, programmatically using VI Reference and method "Make Current Values Default".
WORKS GREAT!
However, building an Executable of test.vi doesn't save updated table values.
0 Kudos
Message 1 of 5
(3,047 Views)
This question pops up from time to time, bt here's the answer again:
Make current values default DOES NOT work in executables, as you can't edit a diagramless vi. You must use some kind of file write/read (ini files or else)if you want to save values for a control.
Hope this helps
Message 2 of 5
(3,047 Views)
I hope these worked during run time. I was trying to save 'Username' and 'Password' values in Table. Now I need to implement encrypt/decrypt for password. At least NI should provide method for Table value persistance.
0 Kudos
Message 4 of 5
(3,047 Views)
I absolutely agree, perhaps in a further release...
0 Kudos
Message 5 of 5
(3,047 Views)
KShah,

This function is only available in the development environment and simply
disappears when you make an .exe.

I find this quite annoying myself as it is sometimes confucing. I had the
same problems myself.

Shane

KShah schrieb in Nachricht
<50650000000800000016200000-991728092000@quiq.com>...
>Build a VI test.vi to save current Table values present in another VI
>table.vi, programmatically using VI Reference and method "Make Current
>Values Default".
>WORKS GREAT!
>However, building an Executable of test.vi doesn't save updated table
>values.
Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)
Message 3 of 5
(3,047 Views)