LabVIEW configuration file/Getting Started Window: Difference between revisions
Appearance
Added GSW_RSSCheckEnabled |
added keys |
||
Line 29: | Line 29: | ||
| LV1 = 2009 | | LV1 = 2009 | ||
| LV2 = 2010 | | LV2 = 2010 | ||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =None | |||
}} | |||
{{ labviewconfigurationkey | |||
| keyname =RecentFiles.pathList | |||
| example =RecentFiles.projectPathList="C:\Projects\Project 1\VI1.vi;C:\Projects\Project 2\VI2.lvproj" | |||
| datatype =s | |||
| description =The paths of recently opened VIs, CTLs. | |||
| permitted_values =Paths to *.vi, *.ctl | |||
| default = <blank> or no key | |||
| LV1 = 8 | |||
| LV2 = 8.2 | |||
| LV3 = 8.5 | |||
| LV4 = 8.6 | |||
| LV5 = 20xx | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =None | |||
}} | |||
{{ labviewconfigurationkey | |||
| keyname =RecentFiles.projectPathList | |||
| example =RecentFiles.projectPathList="C:\Projects\Project 1\Project 1.lvproj;C:\Projects\Project 2\Project 2.lvproj" | |||
| datatype =s | |||
| description =The paths of recently opened projects. | |||
| permitted_values =Paths to *.lvproj | |||
| default = <blank> or no key | |||
| LV1 = 8 | |||
| LV2 = 8.2 | |||
| LV3 = 8.5 | |||
| LV4 = 8.6 | |||
| LV5 = 20xx | |||
| OS1 =w | | OS1 =w | ||
| OS2 =m | | OS2 =m |
Revision as of 15:31, 7 June 2020
This is a list of LabVIEW ini File settings relating to the Getting Started Window.
GSW_RSSCheckEnabled
Example | GSW_RSSCheckEnabled=FALSE
|
---|---|
Description | Stop LabVIEW from checking ni.com for updates to the "Latest from ni.com", "Online Support" and "Help" lists. |
Datatype | Boolean |
Permitted Values | TRUE or FALS |
Default Value | TRUE |
LabVIEW Versions | |
OS's Supported | |
Notes | None |
MaxGSWRecentProjects
Example | MaxGSWRecentProjects=5
|
---|---|
Description | Set the number of recently opened projects in the "Open" list of the Getting Started Window |
Datatype | Integer |
Permitted Values | 0... |
Default Value | 2 |
LabVIEW Versions | |
OS's Supported | |
Notes | None |
RecentFiles.pathList
Example | RecentFiles.projectPathList="C:\Projects\Project 1\VI1.vi;C:\Projects\Project 2\VI2.lvproj"
|
---|---|
Description | The paths of recently opened VIs, CTLs. |
Datatype | String |
Permitted Values | Paths to *.vi, *.ctl |
Default Value | <blank> or no key |
LabVIEW Versions | |
OS's Supported | |
Notes | None |
RecentFiles.projectPathList
Example | RecentFiles.projectPathList="C:\Projects\Project 1\Project 1.lvproj;C:\Projects\Project 2\Project 2.lvproj"
|
---|---|
Description | The paths of recently opened projects. |
Datatype | String |
Permitted Values | Paths to *.lvproj |
Default Value | <blank> or no key |
LabVIEW Versions | |
OS's Supported | |
Notes | None |