Jump to content

LabVIEW configuration file/Paths: Difference between revisions

From LabVIEW Wiki
No edit summary
No edit summary
Line 22: Line 22:
| notes =None
| notes =None
}}
}}
 
{{ labviewconfigurationkey
== libdir ==
| keyname = libdir
Example: <code>libdir="C:\Program Files\National Instruments\LabVIEW 8.2\"</code><br/>
| example =libdir="C:\Program Files\National Instruments\LabVIEW 5.1\"
Description: Library Directory<br/>
| datatype =p
Datatype: <FONT COLOR=#008080>Path</FONT><br/>
| description =Library Directory
Permitted Values: Any existing disk path<br/>
| permitted_values =Any existing disk path
Default Value: <code>..\LabVIEW x.x\</code><br/>
| default =..\LabVIEW x.x\
LabVIEW Versions: 5.x, 6.x, 7.1, 8.x<br/>
| LV1 = 3
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV2 = 4
Notes: None.<br/>
| LV3 = 5
 
| LV4 = 6
== menusdir ==
| LV5 = 7
Example: <code>menusdir="C:\Program Files\National Instruments\LabVIEW 8.2\menus"</code><br/>
| LV6 = 8
Description: Menus Directory<br/>
| OS1 =w
Datatype: <FONT COLOR=#008080>Path</FONT><br/>
| OS2 =m
Permitted Values: Any existing disk path<br/>
| OS3 =l
Default Value: <code>..\LabVIEW x.x\menus\</code><br/>
| OS4 =u
LabVIEW Versions: 5.x, 6.x, 7.1, 8.x<br/>
| notes =None
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
}}
Notes: None.<br/>
{{ labviewconfigurationkey
 
| keyname = menusdir
== tmpdir ==
| example =menusdir="C:\Program Files\National Instruments\LabVIEW 8.2\menus"
Example: <code>tmpdir="C:\DOCUME~1\USERNA~1\LOCALS~1\Temp\"</code><br/>
| datatype =p
Description: Temporary Directory<br/>
| description =Menus Directory
Datatype: <FONT COLOR=#008080>Path</FONT><br/>
| permitted_values =Any existing disk path
Permitted Values: Any existing disk path<br/>
| default =..\LabVIEW x.x\menus\
Default Value: The OS-reported temporary folder (as read from the <code>TMP</code> environment variable)<br/>
| LV1 = 5
LabVIEW Versions: 5.x, 6.x, 7.1, 8.x<br/>
| LV2 = 6
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV3 = 7
Notes: None.<br/>
| LV4 = 8
 
| LV5 =
== viSearchPath ==
| LV6 =
Example: <code>viSearchPath="<topvi>:\*;<foundvi>:\;<vilib>:\*;<userlib>:\*;<instrlib>:\*"</code><br/>
| OS1 =w
Description: VI Search Path<br/>
| OS2 =m
Datatype: <FONT COLOR=#008080>[Path]</FONT><br/>
| OS3 =l
Permitted Values: Any existing disk paths<br/>
| OS4 =u
Default Value: <code>"<topvi>:\*;<foundvi>:\;<vilib>:\*;<userlib>:\*;<instrlib>:\*"</code><br/>
| notes =None
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/>
{{ labviewconfigurationkey
Notes: The locations that LabVIEW will search through to find components that aren't in their expected location<br/>
| keyname = tmpdir
| example =tmpdir="C:\DOCUME~1\USERNA~1\LOCALS~1\Temp\"
| datatype =p
| description =Temporary Directory
| permitted_values =Any existing disk path
| default =The OS-reported temporary folder (as read from the <code>TMP</code> environment variable)
| LV1 = 3
| LV2 = 4
| LV3 = 5
| LV4 = 6
| LV5 = 7
| LV6 = 8
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}
{{ labviewconfigurationkey
| keyname = viSearchPath
| example =viSearchPath= "<topvi>:\*;<foundvi>:\;<vilib>:\*;<userlib>:\*;<instrlib>:\*"
| datatype =p
| description =VI Search Path
| permitted_values =Any existing disk paths
| default ="<topvi>:\*;<foundvi>:\;<vilib>:\*;<userlib>:\*;<instrlib>:\*"
| LV1 = 3
| LV2 = 4
| LV3 = 5
| LV4 = 6
| LV5 = 7
| LV6 = 8
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =The locations that LabVIEW will search through to find components that aren't in their expected location
}}

Revision as of 15:07, 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 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

menusdir

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.x , 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

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