LabVIEW configuration file/Paths: Difference between revisions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
This is a list of LabVIEW ini File settings relating to Paths. | This is a list of LabVIEW ini File settings relating to Paths. | ||
{{ labviewconfigurationkey | |||
| keyname = defaultdir | |||
| example =defaultdir ="C:\Program Files\National Instruments\LabVIEW 8.2\" | |||
| datatype =p | |||
| description =Default Directory | |||
| permitted_values =Any existing disk path | |||
| default =[[Image:logo.Windows.png]][[Image:logo.Mac.png]] The installed LabVIEW folder, [[Image:logo.Linux.png]][[Image:logo.Sun.png]] The user home folder | |||
| LV1 = 3 | |||
| LV2 = 4 | |||
| LV3 = 5 | |||
| LV4 = 6 | |||
| LV5 = 7 | |||
| LV6 = 8 | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =None | |||
}} | |||
== libdir == | == libdir == |
Revision as of 00:54, 31 May 2007
Template:LabVIEW configuration back 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 8.2\"
Description: Library Directory
Datatype: Path
Permitted Values: Any existing disk path
Default Value: ..\LabVIEW x.x\
LabVIEW Versions: 5.x, 6.x, 7.1, 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: 5.x, 6.x, 7.1, 8.x
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: 5.x, 6.x, 7.1, 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: 5.x, 6.x, 7.1, 8.x
OS's Supported:
Notes: The locations that LabVIEW will search through to find components that aren't in their expected location