Jump to content

LabVIEW configuration file/Block Diagram: Difference between revisions

From LabVIEW Wiki
No edit summary
m minor updates to resizeObjectsOnBlockDiagram entry. LV version update, note update.
 
(26 intermediate revisions by 14 users not shown)
Line 1: Line 1:
{{LabVIEW configuration back}}
This is a list of LabVIEW ini File settings relating to Block Diagram behaviour.
This is a list of LabVIEW ini File settings relating to Block Diagram behaviour.


{{TOCnestright}}
{{ labviewconfigurationkey
| keyname =  allowDragDropFromFileDlg
| example = allowDragDropFromFileDlg=TRUE
| datatype = b
| description = Enables drag and drop functionality from the file dialog to the block diagram of a vi
| permitted_values = TRUE or FALSE
| default = FALSE
| LV1 = 8.5
| OS1 = w
| OS2 = m
| OS3 = l
| OS4 = u
| notes = This functionality existed in LV 5.0 -> LV 7.1, was removed in LV 8.x, and added back in as an ini setting in 8.5
}}
{{ labviewconfigurationkey
| keyname =  allowOpenFPOfInstanceVIs
| example = allowOpenFPOfInstanceVIs=TRUE
| datatype = b
| description = Changes the behavior of the Convert Instance VI to Standard VI menu option when right-clicking a malleable VI on the block diagram to instead open the instance VI
| permitted_values = TRUE or FALSE
| default = FALSE
| LV1 = 2019 onwards
| OS1 = w
| OS2 = m
| OS3 = l
| notes =
}}
{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname =  autoWireMax
| keyname =  autoWireMax
Line 9: Line 37:
| permitted_values = 1 to 2<sup>32</sup>
| permitted_values = 1 to 2<sup>32</sup>
| default = 16
| default = 16
| LV1 = 6
| LV1 =6
| LV2 = 7
| LV2 =7
| LV3 = 8
| LV3 =8
| LV4 =  
| LV4 =
| LV5 =  
| LV5 =
| LV6 =  
| LV6 =
| OS1 = w
| OS1 = w
| OS2 = m
| OS2 = m
Line 31: Line 59:
| LV2 = 7
| LV2 = 7
| LV3 = 8
| LV3 = 8
| LV4 =  
| LV4 =
| LV5 =  
| LV5 =
| LV6 =  
| LV6 =
| OS1 = w
| OS1 = w
| OS2 = m
| OS2 = m
Line 47: Line 75:
| permitted_values = TRUE or FALSE
| permitted_values = TRUE or FALSE
| default = FALSE
| default = FALSE
| LV1 =  
| LV1 =
| LV2 = 4
| LV2 = 4
| LV3 = 5
| LV3 = 5
Line 59: Line 87:
| notes = None
| notes = None
}}
}}
== copyDeleteFPDCOFromFPTerm ==
Example: <code>copyDeleteFPDCOFromFPTerm=TRUE</code><br/>
Description: Delete front panel terminals from diagram<br/>
Datatype: <FONT COLOR=#008000>Boolean</FONT><br/>
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
Default Value: <code>FALSE</code><br/>
LabVIEW Versions: 4.x, 5.x, 6.x, 7.x, 8.x<br/>
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
Notes: None<br/>


== enableAutoWire ==
{{ labviewconfigurationkey
Example: <code>enableAutoWire=FALSE</code><br/>
| keyname = enableAutoWire
Description: Enable Auto Wiring<br/>
| example = enableAutoWire=FALSE
Datatype: <FONT COLOR=#008000>Boolean</FONT><br/>
| datatype = b
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| description = Enables automatic wire routing. This key is set by the [[Options dialog]] for ''Enable automatic wire routing'' in section [[Block Diagram options#Wiring|Wiring]] under category [[Block Diagram options|Block Diagram]].
Default Value: <code>TRUE</code><br/>
| permitted_values = TRUE or FALSE
LabVIEW Versions: 6.x, 7.x, 8.x<br/>
| default = TRUE
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 = 6
Notes: None<br/>
| LV2 = 7
| LV3 = 8
| OS1 = w
| OS2 = m
| OS3 = l
| OS4 = u
}}


== funkyErrClustWire ==
{{ labviewconfigurationkey
Example: <code>funkyErrClustWire=FALSE</code><br/>
| keyname = FancyFPTerms
Description: Change Error Cluster wires color from the standard cluster pink to a more appealing brown/green color<br/>
| example = FancyFPTerms=FALSE
Datatype: <FONT COLOR=#008000>Boolean</FONT><br/>
| datatype = b
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| description = Enables placing front panel terminals as icons. This key is set by the [[Options dialog]] for ''Place front panel terminals as icons'' in section [[Block Diagram options#General|General]] under category [[Block Diagram options|Block Diagram]].
Default Value: LabVIEW 5.1, 6.x, 7.x: <code>FALSE</code>, LabVIEW 8.x: <code>TRUE</code><br/>
| permitted_values = TRUE or FALSE
LabVIEW Versions: 5.1, 6.x, 7.x, 8.x<br/>
| default = (Depends on LV Version)
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 = 7
Notes: None<br/>
| LV2 = 8
| OS1 = w
| OS2 = m
| OS3 = l
| OS4 = u
}}


== inlineSubVIEnabled ==
{{ labviewconfigurationkey
Example: <code>inlineSubVIEnabled=FALSE</code><br/>
| keyname = funkyErrClustWire
Description: Allows the context menu item "Inline SubVI" on any SubVI which inserts the code directly into the block diagram containing the SubVI.<br/>
| example = funkyErrClustWire=FALSE
Datatype: <FONT COLOR=#008000>Boolean</FONT><br/>
| datatype = b
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| description = Change Error Cluster wires color from the standard cluster pink to a more distinctive brown/green color
Default Value: <code>FALSE</code><br/>
| permitted_values = TRUE or FALSE
LabVIEW Versions: 6.x, 7.x, 8.x<br/>
| default = LabVIEW 5.1, 6.x, 7.x: FALSE,  LabVIEW 8.x: TRUE
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 = 5
Notes: None<br/>
| LV2 = 6
| LV3 = 7
| LV4 = 8
| LV5 =
| LV6 =
| OS1 = w
| OS2 = m
| OS3 = l
| OS4 = u
| notes = None
}}
{{ labviewconfigurationkey
| keyname =  inlineSubVIEnabled
| example = inlineSubVIEnabled=FALSE
| datatype = b
| description = Allows the context menu item "Inline SubVI" on any SubVI which inserts the code directly into the block diagram containing the SubVI.
| permitted_values = TRUE or FALSE
| default = FALSE
| LV1 = 6
| LV2 = 7
| LV3 = 8
| LV4 =
| LV5 =
| LV6 =
| OS1 = w
| OS2 = m
| OS3 = l
| OS4 = u
| notes = None
}}
{{ labviewconfigurationkey
| keyname =  maxUndoSteps
| example = maxUndoSteps=50
| datatype = i
| description = Maximum undo steps per VI
| permitted_values = 1 to 99
| default = 8
| LV1 = 5
| LV2 = 6
| LV3 = 7
| LV4 = 8
| LV5 =
| LV6 =
| OS1 = w
| OS2 = m
| OS3 = l
| OS4 = u
| notes = None
}}
{{ labviewconfigurationkey
| keyname =  resizeObjectsOnBlockDiagram
| example = resizeObjectsOnBlockDiagram=TRUE
| datatype = b
| description = Enables "Resize Objects" functionality on the block diagram of a vi.
| permitted_values = TRUE or FALSE
| default = FALSE
| LV1 = 2015 onward
| OS1 = w
| notes = Mainly useful for resizing objects on the structures palette, comment boxes, and labels.
}}
{{ labviewconfigurationkey
| keyname =  showBDConstName
| example = showBDConstName=TRUE
| datatype = b
| description = Show Constant Label with name of terminal when creating from a terminal
| permitted_values = TRUE or FALSE
| default = FALSE
| LV1 =4
| LV2 =5
| LV3 =6
| LV4 =7
| LV5 =8
| LV6 =
| OS1 = w
| OS2 = m
| OS3 = l
| OS4 = u
| notes = None
}}


== maxUndoSteps ==
{{ labviewconfigurationkey
Example: <code>maxUndoSteps=50</code><br/>
| keyname = ShowRedXOnWire
Description: Maximum undo steps per VI<br/>
| example = ShowRedXOnWire=TRUE
Datatype: <FONT COLOR=#0000FF>Integer</FONT><br/>
| datatype = b
Permitted Values: 1 to 2<sup>32</sup><br/>
| description = Shows a red "X" (and directional arrows) on top of a broken wire.
Default Value: <code>8</code><br/>
| permitted_values = TRUE or FALSE
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| default = TRUE
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| OS1 = w
Notes: None<br/>
| OS2 = m
| OS3 = l
}}


== showSubVIName ==
{{ labviewconfigurationkey
Example: <code>showSubVIName=TRUE</code><br/>
| keyname = showSubVIName
Description: Show subVI names when dropped<br/>
| example = showSubVIName=TRUE
Datatype: <FONT COLOR=#008000>Boolean</FONT><br/>
| datatype = b
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| description = Show subVI names when dropped
Default Value: <code>FALSE</code><br/>
| permitted_values = TRUE or FALSE
LabVIEW Versions: 4.x, 5.x, 6.x, 7.x, 8.x<br/>
| default = FALSE
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 =4
Notes: None<br/>
| LV2 =5
 
| LV3 =6
== showTipStringsOnTerms ==
| LV4 =7
Example: <code>showTipStringsOnTerms=FALSE</code><br/>
| LV5 =8
Description: Show tip-strips over terminals<br/>
| LV6 =
Datatype: <FONT COLOR=#008000>Boolean</FONT><br/>
| OS1 = w
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| OS2 = m
Default Value: <code>TRUE</code><br/>
| OS3 = l
LabVIEW Versions: 4.x, 5.x, 6.x, 7.x, 8.x<br/>
| OS4 = u
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| notes = None
Notes: None<br/>
}}
 
{{ labviewconfigurationkey
== showWireDots ==
| keyname = showTipStringsOnTerms
Example: <code>showWireDots=TRUE</code><br/>
| example = showTipStringsOnTerms=FALSE
Description: Show dots at wire junctions<br/>
| datatype = b
Datatype: <FONT COLOR=#008000>Boolean</FONT><br/>
| description = Show tip-strips over terminals
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| permitted_values = TRUE or FALSE
Default Value: <code>FALSE</code><br/>
| default = TRUE
LabVIEW Versions: 7.x, 8.x<br/>
| LV1 =4
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV2 =5
Notes: None<br/>
| LV3 =6
 
| LV4 =7
== showWireGuides ==
| LV5 =8
Example: <code>showWireGuides=FALSE</code><br/>
| LV6 =
Description: None<br/>
| OS1 = w
Datatype: <FONT COLOR=#008000>Boolean</FONT><br/>
| OS2 = m
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| OS3 = l
Default Value: <code>TRUE</code><br/>
| OS4 = u
LabVIEW Versions: 4.x, 5.x, 6.x, 7.x, 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 = showWireDots
== structuresFadeToDiagramBeneath ==
| example = showWireDots=TRUE
Example: <code>structuresFadeToDiagramBeneath=FALSE</code><br/>
| datatype = b
Description: Makes the diagram of structures semi-transparent so that you can see objects behind them.<br/>
| description = Show dots at wire junctions
Datatype: <FONT COLOR=#008000>Boolean</FONT><br/>
| permitted_values = TRUE or FALSE
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| default = FALSE
Default Value: <code>TRUE</code><br/>
| LV1 =7
LabVIEW Versions: 6.x, 7.x, 8.x<br/>
| LV2 =8
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV3 =
Notes:  Enabling this setting will slow down the development environment on large Block Diagrams<br/>
| LV4 =
 
| LV5 =
== transparentBDLabels ==
| LV6 =
Example: <code>transparentBDLabels=TRUE</code><br/>
| OS1 = w
Description: Use transparent name labels<br/>
| OS2 = m
Datatype: <FONT COLOR=#008000>Boolean</FONT><br/>
| OS3 = l
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| OS4 = u
Default Value: <code>FALSE</code><br/>
| notes = None
LabVIEW Versions: 5.x, 6.x, 7.x, 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: None<br/>
| keyname = showWireGuides
 
| example = showWireGuides=FALSE
== viCaptionTipStrings ==
| datatype = b
Example: <code>viCaptionTipStrings=FALSE</code><br/>
| description = Show dashed line while wiring
Description: Use control captions for subVI tip-strips<br/>
| permitted_values = TRUE or FALSE
Datatype: <FONT COLOR=#008000>Boolean</FONT><br/>
| default = TRUE
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| LV1 =4
Default Value: <code>TRUE</code><br/>
| LV2 =5
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| LV3 =6
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV4 =7
Notes: None<br/>
| LV5 =8
 
| LV6 =
== viTitleInPalettes ==
| OS1 = w
Example: <code>viTitleInPalettes=TRUE</code><br/>
| OS2 = m
Description: Use Window Titles in function palettes<br/>
| OS3 = l
Datatype: <FONT COLOR=#008000>Boolean</FONT><br/>
| OS4 = u
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| notes = None
Default Value: <code>FALSE</code><br/>
}}
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
{{ labviewconfigurationkey
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| keyname = structuresFadeToDiagramBeneath
Notes: None<br/>
| example = structuresFadeToDiagramBeneath=FALSE
| datatype = b
| description = Makes the diagram of structures semi-transparent so that you can see objects behind them.
| permitted_values = TRUE or FALSE
| default = TRUE
| LV1 =6
| LV2 =7
| LV3 =8
| LV4 =
| LV5 =
| LV6 =
| OS1 = w
| OS2 = m
| OS3 = l
| OS4 = u
| notes = Enabling this setting will slow down the development environment on large Block Diagrams. Feature disabled in LabVIEW 2014 onwards.
}}
{{ labviewconfigurationkey
| keyname = transparentBDLabels
| example = transparentBDLabels=TRUE
| datatype = b
| description = Use transparent name labels
| permitted_values = TRUE or FALSE
| default = FALSE
| LV1 =5
| LV2 =6
| LV3 =7
| LV4 =8
| LV5 =
| LV6 =
| OS1 = w
| OS2 = m
| OS3 = l
| OS4 = u
| notes = None
}}
{{ labviewconfigurationkey
| keyname = UseNumbersForNewVIIcons
| example = UseNumbersForNewVIIcons=FALSE
| datatype = b
| description = Tells LabVIEW whether to automatically include a number (1-9) in the lower-right corner of each new VI's icon.
| permitted_values = TRUE or FALSE
| default = TRUE
| LV1 = 8.6
| LV2 =
| LV3 =
| LV4 =
| LV5 =
| LV6 =
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =
| notes = This key replaces [[#UseNumbersForNewVIIconsInLibs|UseNumbersForNewVIIconsInLibs]] from LabVIEW 8.5.
}}
{{ labviewconfigurationkey
| keyname = UseNumbersForNewVIIconsInLibs
| example = UseNumbersForNewVIIconsInLibs=FALSE
| datatype = b
| description = Tells LabVIEW whether to automatically include a number (1-9) in the lower-right corner of each new VI's icon for VIs created inside libraries (.lvlib, .lvclass, .xctl, .lvsc, etc).
| permitted_values = TRUE or FALSE
| default = TRUE
| LV1 = 8.5
| LV2 =
| LV3 =
| LV4 =
| LV5 =
| LV6 =
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =
| notes = This key was replaced by [[#UseNumbersForNewVIIcons|UseNumbersForNewVIIcons]] in LabVIEW 8.6.
}}
{{ labviewconfigurationkey
| keyname = viCaptionTipStrings
| example = viCaptionTipStrings=FALSE
| datatype = b
| description = Use control captions for subVI tip-strips
| permitted_values = TRUE or FALSE
| default = TRUE
| LV1 =5
| LV2 =6
| LV3 =7
| LV4 =8
| LV5 =
| LV6 =
| OS1 = w
| OS2 = m
| OS3 = l
| OS4 = u
| notes = None
}}
{{ labviewconfigurationkey
| keyname = SourceOnlyEnvironment
| example = SourceOnlyEnvironment=True
| datatype = b
| description = The option "Separate Compiled Code from Source" is turned on by default
| permitted_values = TRUE or FALSE
| default = FALSE
| LV1 =10
| LV2 =
| LV3 =
| LV4 =
| LV5 =
| LV6 =
| OS1 = w
| OS2 =
| OS3 =
| OS4 =
| notes = Currently this causes "uncomfortably" slow load times when opening a large number of VIs which this option enabled. Reference, [https://decibel.ni.com/content/groups/large-labview-application-development/blog/2010/09 NI forums]
}}


[[Category:Development Environment]]
[[Category:Configuration File|Block Diagram]]

Latest revision as of 16:06, 2 January 2024

This is a list of LabVIEW ini File settings relating to Block Diagram behaviour.

allowDragDropFromFileDlg

Example allowDragDropFromFileDlg=TRUE
Description Enables drag and drop functionality from the file dialog to the block diagram of a vi
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value FALSE
LabVIEW Versions

8.5

OS's Supported

Notes This functionality existed in LV 5.0 -> LV 7.1, was removed in LV 8.x, and added back in as an ini setting in 8.5

allowOpenFPOfInstanceVIs

Example allowOpenFPOfInstanceVIs=TRUE
Description Changes the behavior of the Convert Instance VI to Standard VI menu option when right-clicking a malleable VI on the block diagram to instead open the instance VI
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value FALSE
LabVIEW Versions

2019 onwards

OS's Supported

Notes

autoWireMax

Example autoWireMax=24
Description Maximum distance between nodes for autowiring to be active
Datatype Integer
Permitted Values 1 to 232
Default Value 16
LabVIEW Versions

6.x , 7.x , 8.x

OS's Supported

Notes This setting is only effective if enableAutoWire is set to TRUE

autoWireMin

Example autoWireMin=8
Description Minimum distance between nodes for autowiring to be active
Datatype Integer
Permitted Values 1 to 232
Default Value 4
LabVIEW Versions

6.x , 7.x , 8.x

OS's Supported

Notes This setting is only effective if enableAutoWire is set to TRUE

copyDeleteFPDCOFromFPTerm

Example copyDeleteFPDCOFromFPTerm=TRUE
Description Delete front panel terminals from diagram
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value FALSE
LabVIEW Versions

, 4.x , 5.x , 6.x , 7.x , 8.x

OS's Supported

Notes None

enableAutoWire

Example enableAutoWire=FALSE
Description Enables automatic wire routing. This key is set by the Options dialog for Enable automatic wire routing in section Wiring under category Block Diagram.
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value TRUE
LabVIEW Versions

6.x , 7.x , 8.x

OS's Supported

Notes

FancyFPTerms

Example FancyFPTerms=FALSE
Description Enables placing front panel terminals as icons. This key is set by the Options dialog for Place front panel terminals as icons in section General under category Block Diagram.
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value (Depends on LV Version)
LabVIEW Versions

7.x , 8.x

OS's Supported

Notes

funkyErrClustWire

Example funkyErrClustWire=FALSE
Description Change Error Cluster wires color from the standard cluster pink to a more distinctive brown/green color
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value LabVIEW 5.1, 6.x, 7.x: FALSE, LabVIEW 8.x: TRUE
LabVIEW Versions

5.x , 6.x , 7.x , 8.x

OS's Supported

Notes None

inlineSubVIEnabled

Example inlineSubVIEnabled=FALSE
Description Allows the context menu item "Inline SubVI" on any SubVI which inserts the code directly into the block diagram containing the SubVI.
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value FALSE
LabVIEW Versions

6.x , 7.x , 8.x

OS's Supported

Notes None

maxUndoSteps

Example maxUndoSteps=50
Description Maximum undo steps per VI
Datatype Integer
Permitted Values 1 to 99
Default Value 8
LabVIEW Versions

5.x , 6.x , 7.x , 8.x

OS's Supported

Notes None

resizeObjectsOnBlockDiagram

Example resizeObjectsOnBlockDiagram=TRUE
Description Enables "Resize Objects" functionality on the block diagram of a vi.
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value FALSE
LabVIEW Versions

2015 onward

OS's Supported

Notes Mainly useful for resizing objects on the structures palette, comment boxes, and labels.

showBDConstName

Example showBDConstName=TRUE
Description Show Constant Label with name of terminal when creating from a terminal
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value FALSE
LabVIEW Versions

4.x , 5.x , 6.x , 7.x , 8.x

OS's Supported

Notes None

ShowRedXOnWire

Example ShowRedXOnWire=TRUE
Description Shows a red "X" (and directional arrows) on top of a broken wire.
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value TRUE
LabVIEW Versions

OS's Supported

Notes

showSubVIName

Example showSubVIName=TRUE
Description Show subVI names when dropped
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value FALSE
LabVIEW Versions

4.x , 5.x , 6.x , 7.x , 8.x

OS's Supported

Notes None

showTipStringsOnTerms

Example showTipStringsOnTerms=FALSE
Description Show tip-strips over terminals
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value TRUE
LabVIEW Versions

4.x , 5.x , 6.x , 7.x , 8.x

OS's Supported

Notes None

showWireDots

Example showWireDots=TRUE
Description Show dots at wire junctions
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value FALSE
LabVIEW Versions

7.x , 8.x

OS's Supported

Notes None

showWireGuides

Example showWireGuides=FALSE
Description Show dashed line while wiring
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value TRUE
LabVIEW Versions

4.x , 5.x , 6.x , 7.x , 8.x

OS's Supported

Notes None

structuresFadeToDiagramBeneath

Example structuresFadeToDiagramBeneath=FALSE
Description Makes the diagram of structures semi-transparent so that you can see objects behind them.
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value TRUE
LabVIEW Versions

6.x , 7.x , 8.x

OS's Supported

Notes Enabling this setting will slow down the development environment on large Block Diagrams. Feature disabled in LabVIEW 2014 onwards.

transparentBDLabels

Example transparentBDLabels=TRUE
Description Use transparent name labels
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value FALSE
LabVIEW Versions

5.x , 6.x , 7.x , 8.x

OS's Supported

Notes None

UseNumbersForNewVIIcons

Example UseNumbersForNewVIIcons=FALSE
Description Tells LabVIEW whether to automatically include a number (1-9) in the lower-right corner of each new VI's icon.
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value TRUE
LabVIEW Versions

8.6

OS's Supported

Notes This key replaces UseNumbersForNewVIIconsInLibs from LabVIEW 8.5.

UseNumbersForNewVIIconsInLibs

Example UseNumbersForNewVIIconsInLibs=FALSE
Description Tells LabVIEW whether to automatically include a number (1-9) in the lower-right corner of each new VI's icon for VIs created inside libraries (.lvlib, .lvclass, .xctl, .lvsc, etc).
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value TRUE
LabVIEW Versions

8.5

OS's Supported

Notes This key was replaced by UseNumbersForNewVIIcons in LabVIEW 8.6.

viCaptionTipStrings

Example viCaptionTipStrings=FALSE
Description Use control captions for subVI tip-strips
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value TRUE
LabVIEW Versions

5.x , 6.x , 7.x , 8.x

OS's Supported

Notes None

SourceOnlyEnvironment

Example SourceOnlyEnvironment=True
Description The option "Separate Compiled Code from Source" is turned on by default
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value FALSE
LabVIEW Versions

10

OS's Supported

Notes Currently this causes "uncomfortably" slow load times when opening a large number of VIs which this option enabled. Reference, NI forums