LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Save path of options

Hello,
is there somewhere a "ini-file" where all the options of "Tools"+"Options"
are saved? So somewhere, where i can see which checkboxes are checked and
so on.
Thx
Martin
0 Kudos
Message 1 of 12
(3,779 Views)
.... \National Instruments\Labview 7\Labview.ini

Same directory as labview.exe

-Joe
0 Kudos
Message 2 of 12
(3,779 Views)
> is there somewhere a "ini-file" where all the options of "Tools"+"Options"
> are saved? So somewhere, where i can see which checkboxes are checked and
> so on.

There are several possible locations depending on platform, version, and
command line options.

For recent LV on Windows, your options are next to the executable in a
file "exename".ini where exename is the name of the LV editor or built
executable. You can also use the -pref option to place the file
wherever you like and give it another name. If the file isn't located
next to the executable, it might be possible that it is in your user
directory. If this doesn't help, ask again and I can look into it
further when I'm near a PC.

Greg McKaskle
0 Kudos
Message 3 of 12
(3,779 Views)
Hi,

Try Labview.ini in the labview executable directory ("C:\program
files\labview\labview x(\labview x)" or something)/

Regards,

Wiebe.

"Martin Kerner" wrote in message
news:c7an9q$1ngd7$1@ID-1670.news.uni-berlin.de...
> Hello,
> is there somewhere a "ini-file" where all the options of "Tools"+"Options"
> are saved? So somewhere, where i can see which checkboxes are checked and
> so on.
> Thx
> Martin
>
0 Kudos
Message 4 of 12
(3,632 Views)
Hello,
specially i´m looking for "Options" +"Front Panel" -> [x] Use localiced
deciamal point.
I can´t find this one in the labview.ini
0 Kudos
Message 5 of 12
(3,779 Views)
Can you try to change it, save the option, and see if it's in labview.ini? The default options are not shown in the ini file, however, once it is changed, you can see it.

-Joe
0 Kudos
Message 6 of 12
(3,779 Views)
Here you can find exactly what are you looking for:

http://labview.brianrenken.com/INI/fp.shtm
0 Kudos
Message 7 of 12
(3,779 Views)
>The default options are not shown in the ini file
>Joe

Thats it. Thanks for this tip.
M.
0 Kudos
Message 8 of 12
(3,779 Views)
Hello.
is it possible to read the options via "property node" (specially the
useLocaleDecimalPt)? Or do i have to read the ini-file manually to check in
which state i am.
Thx
0 Kudos
Message 9 of 12
(3,779 Views)
Don't know if such property exists, but there are INI VIs under "FileIO >> Configuration File VIs". Just read the key and you are all set.

-Joe
0 Kudos
Message 10 of 12
(3,779 Views)