LabVIEW configuration file/Paths: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
This is a list of LabVIEW ini File settings relating to Paths. | This is a list of LabVIEW ini File settings relating to Paths. | ||
== defaultdir == | |||
Example: [[Image:logo.Windows.png]] <code>defaultdir="C:\Program Files\National Instruments\LabVIEW 8.2\"</code><br/> | |||
Short Description: Default Directory<br/> | |||
Datatype: <FONT COLOR=#008080>Path</FONT><br/> | |||
Permitted Values: Any existing disk path<br/> | |||
Default Value: [[Image:logo.Windows.png]][[Image:logo.Mac.png]] The installed LabVIEW folder, [[Image:logo.Linux.png]][[Image:logo.Sun.png]] The user home folder<br/> | |||
LabVIEW Versions: 5.x, 6.x, 7.1, 8.x<br/> | |||
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/> | |||
Long Description: None.<br/> | |||
== libdir == | == libdir == | ||
Example: <code>libdir="C:\Program Files\National Instruments\LabVIEW 8.2\"</code><br/> | Example: [[Image:logo.Windows.png]] <code>libdir="C:\Program Files\National Instruments\LabVIEW 8.2\"</code><br/> | ||
Short Description: Library Directory<br/> | Short Description: Library Directory<br/> | ||
Datatype: <FONT COLOR=#008080>Path</FONT><br/> | Datatype: <FONT COLOR=#008080>Path</FONT><br/> | ||
Permitted Values: Any existing disk path<br/> | Permitted Values: Any existing disk path<br/> | ||
Default Value: | Default Value: <code>..\LabVIEW x.x\</code><br/> | ||
LabVIEW Versions: 5.x, 6.x, 7.1, 8.x<br/> | |||
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/> | |||
Long Description: None.<br/> | |||
== menusdir == | |||
Example: [[Image:logo.Windows.png]] <code>menusdir="C:\Program Files\National Instruments\LabVIEW 8.2\menus"</code><br/> | |||
Short Description: Menus Directory<br/> | |||
Datatype: <FONT COLOR=#008080>Path</FONT><br/> | |||
Permitted Values: Any existing disk path<br/> | |||
Default Value: <code>..\LabVIEW x.x\menus\</code><br/> | |||
LabVIEW Versions: 5.x, 6.x, 7.1, 8.x<br/> | LabVIEW Versions: 5.x, 6.x, 7.1, 8.x<br/> | ||
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/> | OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/> | ||
Line 12: | Line 32: | ||
== tmpdir == | == tmpdir == | ||
Example: <code>tmpdir="C:\DOCUME~1\USERNA~1\LOCALS~1\Temp\"</code><br/> | Example: [[Image:logo.Windows.png]] <code>tmpdir="C:\DOCUME~1\USERNA~1\LOCALS~1\Temp\"</code><br/> | ||
Short Description: Temporary Directory<br/> | Short Description: Temporary Directory<br/> | ||
Datatype: <FONT COLOR=#008080>Path</FONT><br/> | Datatype: <FONT COLOR=#008080>Path</FONT><br/> | ||
Line 20: | Line 40: | ||
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/> | OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/> | ||
Long Description: None.<br/> | Long Description: None.<br/> | ||
== viSearchPath == | |||
Example: <code>viSearchPath="<topvi>:\*;<foundvi>:\;<vilib>:\*;<userlib>:\*;<instrlib>:\*"</code><br/> | |||
Short Description: VI Search Path<br/> | |||
Datatype: <FONT COLOR=#008080>[Path]</FONT><br/> | |||
Permitted Values: Any existing disk path<br/> | |||
Default Value: "<topvi>:\*;<foundvi>:\;<vilib>:\*;<userlib>:\*;<instrlib>:\*"<br/> | |||
LabVIEW Versions: 5.x, 6.x, 7.1, 8.x<br/> | |||
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/> | |||
Long Description: The locations that LabVIEW will search through to find components that aren't in their expected location<br/> |
Revision as of 03:34, 5 May 2007
This is a list of LabVIEW ini File settings relating to Paths.
defaultdir
Example: defaultdir="C:\Program Files\National Instruments\LabVIEW 8.2\"
Short Description: Default Directory
Datatype: Path
Permitted Values: Any existing disk path
Default Value: The installed LabVIEW folder, The user home folder
LabVIEW Versions: 5.x, 6.x, 7.1, 8.x
OS's Supported:
Long Description: None.
libdir
Example: libdir="C:\Program Files\National Instruments\LabVIEW 8.2\"
Short 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:
Long Description: None.
Example: menusdir="C:\Program Files\National Instruments\LabVIEW 8.2\menus"
Short 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:
Long Description: None.
tmpdir
Example: tmpdir="C:\DOCUME~1\USERNA~1\LOCALS~1\Temp\"
Short 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:
Long Description: None.
viSearchPath
Example: viSearchPath="<topvi>:\*;<foundvi>:\;<vilib>:\*;<userlib>:\*;<instrlib>:\*"
Short Description: VI Search Path
Datatype: [Path]
Permitted Values: Any existing disk path
Default Value: "<topvi>:\*;<foundvi>:\;<vilib>:\*;<userlib>:\*;<instrlib>:\*"
LabVIEW Versions: 5.x, 6.x, 7.1, 8.x
OS's Supported:
Long Description: The locations that LabVIEW will search through to find components that aren't in their expected location