LabVIEW configuration file/Paths: Difference between revisions
Appearance
No edit summary |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
This is a list of LabVIEW ini File settings relating to Paths. {{TOCright}} | |||
This is a list of LabVIEW ini File settings relating to Paths. | |||
{{ labviewconfigurationkey | {{ labviewconfigurationkey | ||
Line 21: | Line 19: | ||
| OS4 =u | | OS4 =u | ||
| notes =None | | notes =None | ||
}} | }} | ||
{{ labviewconfigurationkey | {{ labviewconfigurationkey | ||
| keyname = libdir | | keyname = libdir | ||
Line 40: | Line 39: | ||
| OS4 =u | | OS4 =u | ||
| notes =None | | notes =None | ||
}} | }} | ||
{{ labviewconfigurationkey | {{ labviewconfigurationkey | ||
| keyname = menusdir | | keyname = menusdir | ||
Line 59: | Line 59: | ||
| OS4 =u | | OS4 =u | ||
| notes =None | | notes =None | ||
}} | }} | ||
{{ labviewconfigurationkey | {{ labviewconfigurationkey | ||
| keyname = tmpdir | | keyname = tmpdir | ||
Line 78: | Line 79: | ||
| OS4 =u | | OS4 =u | ||
| notes =None | | notes =None | ||
}} | }} | ||
{{ labviewconfigurationkey | {{ labviewconfigurationkey | ||
| keyname = viSearchPath | | keyname = viSearchPath | ||
Line 97: | Line 99: | ||
| OS4 =u | | OS4 =u | ||
| notes =The locations that LabVIEW will search through to find components that aren't in their expected location | | notes =The locations that LabVIEW will search through to find components that aren't in their expected location | ||
}} | }} | ||
{{ labviewconfigurationkey | |||
| keyname = DefaultDataFileLocation | |||
| example = DefaultDataFileLocation = c:\data\LabVIEW | |||
| datatype =p | |||
| description =Default data directory | |||
| permitted_values =Any existing disk paths | |||
| default =<user Data dir>\LabVIEW Data" | |||
| LV3 = 5 | |||
| LV4 = 6 | |||
| LV5 = 7 | |||
| LV6 = 8 | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =This is the location where by default user probes and measurement files are stored | |||
}} | |||
[[Category:Configuration_File|Paths]] |
Latest revision as of 09:15, 1 October 2009
This is a list of LabVIEW ini File settings relating to Paths.
defaultdir
Example | defaultdir ="C:\Program Files\National Instruments\LabVIEW 8.2\"
|
---|---|
Description | Default Directory |
Datatype | Path |
Permitted Values | Any existing disk path |
Default Value | The installed LabVIEW folder, The user home folder |
LabVIEW Versions |
3.x , 4.x , 5.x , 6.x , 7.x , 8.x |
OS's Supported | |
Notes | None |
libdir
Example | libdir="C:\Program Files\National Instruments\LabVIEW 5.1\"
|
---|---|
Description | Library Directory |
Datatype | Path |
Permitted Values | Any existing disk path |
Default Value | ..\LabVIEW x.x\ |
LabVIEW Versions |
3.x , 4.x , 5.x , 6.x , 7.x , 8.x |
OS's Supported | |
Notes | None |
Example | menusdir="C:\Program Files\National Instruments\LabVIEW 8.2\menus"
|
---|---|
Description | Menus Directory |
Datatype | Path |
Permitted Values | Any existing disk path |
Default Value | ..\LabVIEW x.x\menus\ |
LabVIEW Versions | |
OS's Supported | |
Notes | None |
tmpdir
Example | tmpdir="C:\DOCUME~1\USERNA~1\LOCALS~1\Temp\"
|
---|---|
Description | Temporary Directory |
Datatype | Path |
Permitted Values | Any existing disk path |
Default Value | The OS-reported temporary folder (as read from the TMP environment variable)
|
LabVIEW Versions |
3.x , 4.x , 5.x , 6.x , 7.x , 8.x |
OS's Supported | |
Notes | None |
viSearchPath
Example | viSearchPath= "<topvi>:\*;<foundvi>:\;<vilib>:\*;<userlib>:\*;<instrlib>:\*"
|
---|---|
Description | VI Search Path |
Datatype | Path |
Permitted Values | Any existing disk paths |
Default Value | "<topvi>:\*;<foundvi>:\;<vilib>:\*;<userlib>:\*;<instrlib>:\*" |
LabVIEW Versions |
3.x , 4.x , 5.x , 6.x , 7.x , 8.x |
OS's Supported | |
Notes | The locations that LabVIEW will search through to find components that aren't in their expected location |
DefaultDataFileLocation
Example | DefaultDataFileLocation = c:\data\LabVIEW
|
---|---|
Description | Default data directory |
Datatype | Path |
Permitted Values | Any existing disk paths |
Default Value | <user Data dir>\LabVIEW Data" |
LabVIEW Versions | |
OS's Supported | |
Notes | This is the location where by default user probes and measurement files are stored |