Jump to content

LabVIEW configuration file/Miscellaneous: Difference between revisions

From LabVIEW Wiki
Crelf (talk | contribs)
mNo edit summary
Tims (talk | contribs)
Line 5: Line 5:
Example: <code>BldApp.RemovePolyVIsandTypedefs=FALSE</code><br/>
Example: <code>BldApp.RemovePolyVIsandTypedefs=FALSE</code><br/>
Description: Setting this to <code>TRUE</code> stops the LabVIEW Application Builder from agressively removing polymorphic VIs and typedefs that it thinks are not required<br/>
Description: Setting this to <code>TRUE</code> stops the LabVIEW Application Builder from agressively removing polymorphic VIs and typedefs that it thinks are not required<br/>
Datatype: <FONT COLOR=#008000>Booelan</FONT><br/>
Datatype: <FONT COLOR=#008000>Boolean</FONT><br/>
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
Default Value: <code>TRUE</code><br/>
Default Value: <code>TRUE</code><br/>

Revision as of 22:10, 7 May 2007

Template:LabVIEW configuration back This is a list of Miscellaneous LabVIEW ini File settings.

BldApp.RemovePolyVIsandTypedefs

Example: BldApp.RemovePolyVIsandTypedefs=FALSE
Description: Setting this to TRUE stops the LabVIEW Application Builder from agressively removing polymorphic VIs and typedefs that it thinks are not required
Datatype: Boolean
Permitted Values: TRUE or FALSE
Default Value: TRUE
LabVIEW Versions: 7.x
OS's Supported:
Notes: By default, the LabVIEW 7.x Application Builder does not include type definitions and unused instances of polymorphic VIs into executable in order to decrease size of application. If a VI in your build calls an external VI that uses a type definition in order to pass parameters, and the AppBuilder is unaware of this external VI, it will end in tears

cleanupVisa

Example: coerceFromVariant=TRUE
Description: Force variants to automatically coerce to any data type that they are connected to
Datatype: Booelan
Permitted Values: TRUE or FALSE
Default Value: FALSE
LabVIEW Versions: 7.x, 8.x
OS's Supported:
Notes: Tread carefully, as using this function removes coercion notifivation, and does not useerror handling

cleanupVisa

Example: cleanupVisa=TRUE
Description: Automatically close VISA sessions - do not require the use of the VISA Close VI
Datatype: Booelan
Permitted Values: TRUE or FALSE
Default Value: FALSE
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x
OS's Supported:
Notes: None

dropThroughClicks

Example: dropThroughClicks=FALSE
Description: Allow drop-through clicks
Datatype: Booelan
Permitted Values: TRUE or FALSE
Default Value: TRUE
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x
OS's Supported:
Notes: None

hotMenus

Example: hotMenus=FALSE
Description: Use hot menus
Datatype: Booelan
Permitted Values: TRUE or FALSE
Default Value: TRUE
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x
OS's Supported:
Notes: None

openInRun

Example: openInRun=TRUE
Description: When opening VIs in the development environment, open them in run mode
Datatype: Booelan
Permitted Values: TRUE or FALSE
Default Value: FALSE
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x
OS's Supported:
Notes: None

readOnlyLock

Example: readOnlyLock=TRUE
Description: Treat read-only VIs as locked
Datatype: Booelan
Permitted Values: TRUE or FALSE
Default Value: FALSE
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x
OS's Supported:
Notes: It is important to set this to TRUE when using source code control outside of the LabVIEW environment, so LabVIEW will not allow a VI that is not checked out to the user to be edited

showBDConstName

Example: showBDConstName=TRUE
Description: Show auto-constant labels
Datatype: Booelan
Permitted Values: TRUE or FALSE
Default Value: FALSE
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x
OS's Supported:
Notes: None

ShowTipStrings

Example: ShowTipStrings=FALSE
Description: Display Tip Strips during execution
Datatype: Booelan
Permitted Values: TRUE or FALSE
Default Value: TRUE
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x
OS's Supported:
Notes: None

skipNavigatorDialog

Example: skipNavigatorDialog=TRUE
Description: Skip the navigation dialog on development environment launch
Datatype: Booelan
Permitted Values: TRUE or FALSE
Default Value: FALSE
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x
OS's Supported:
Notes: None

suppressFileDlgForMissingVIs

Example: suppressFileDlgForMissingVIs=TRUE
Description: Suppresses the file dialog for when loading a VI that has missing SubVIs
Datatype: Booelan
Permitted Values: TRUE or FALSE
Default Value: FALSE
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x
OS's Supported:
Notes: None

useNativeFileDialog

Example: useNativeFileDialog=FALSE
Description: Use the OS native file dialogs
Datatype: Booelan
Permitted Values: TRUE or FALSE
Default Value: TRUE
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x
OS's Supported:
Notes: None