LabVIEW configuration file/Block Diagram: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 135: | Line 135: | ||
| notes = None | | notes = None | ||
}} | }} | ||
== showSubVIName == | {{ labviewconfigurationkey | ||
| keyname = showSubVIName | |||
| example = showSubVIName=TRUE | |||
| datatype = b | |||
| description = Show subVI names when dropped | |||
| 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 | |||
}} | |||
{{ labviewconfigurationkey | |||
== | | keyname = showTipStringsOnTerms | ||
| example = showTipStringsOnTerms=FALSE | |||
| datatype = b | |||
| description = Show tip-strips over terminals | |||
| permitted_values = TRUE or FALSE | |||
| default = TRUE | |||
| LV1 =4 | |||
| LV2 =5 | |||
| LV3 =6 | |||
| LV4 =7 | |||
== | | LV5 =8 | ||
| LV6 = | |||
| OS1 = w | |||
| OS2 = m | |||
| OS3 = l | |||
| OS4 = u | |||
| notes = None | |||
}} | |||
{{ labviewconfigurationkey | |||
| keyname = showWireDots | |||
== | | example = showWireDots=TRUE | ||
| datatype = b | |||
| description = Show dots at wire junctions | |||
| permitted_values = TRUE or FALSE | |||
| default = FALSE | |||
| LV1 =7 | |||
| LV2 =8 | |||
| LV3 = | |||
| LV4 = | |||
| LV5 = | |||
== transparentBDLabels == | | LV6 = | ||
| OS1 = w | |||
| OS2 = m | |||
| OS3 = l | |||
| OS4 = u | |||
| notes = None | |||
}} | |||
{{ labviewconfigurationkey | |||
| keyname = showWireGuides | |||
| example = showWireGuides=FALSE | |||
== | | datatype = b | ||
| description = Show dashed line while wiring | |||
| permitted_values = TRUE or FALSE | |||
| default = TRUE | |||
| LV1 =4 | |||
| LV2 =5 | |||
| LV3 =6 | |||
| LV4 =7 | |||
| LV5 =8 | |||
| LV6 = | |||
== | | OS1 = w | ||
| OS2 = m | |||
| OS3 = l | |||
| OS4 = u | |||
| notes = None | |||
}} | |||
{{ labviewconfigurationkey | |||
| keyname = structuresFadeToDiagramBeneath | |||
| 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 | |||
}} | |||
{{ 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 = 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 = viTitleInPalettes | |||
| example = viTitleInPalettes=TRUE | |||
| datatype = b | |||
| description = Use Window Titles in function palettes | |||
| 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 | |||
}} | |||
[[Category:Development Environment]] | [[Category:Development Environment]] | ||
Revision as of 16:09, 15 May 2007
Template:LabVIEW configuration back This is a list of LabVIEW ini File settings relating to Block Diagram behaviour.
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 | |
| 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 | |
| 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 | |
| OS's Supported | |
| Notes | None |
enableAutoWire
| Example | enableAutoWire=FALSE
|
|---|---|
| Description | Enable Auto Wiring |
| Datatype | Boolean |
| Permitted Values | TRUE or FALSE |
| Default Value | TRUE |
| LabVIEW Versions | |
| OS's Supported | |
| Notes | None |
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 | |
| 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 | |
| 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 | |
| OS's Supported | |
| Notes | None |
showSubVIName
| Example | showSubVIName=TRUE
|
|---|---|
| Description | Show subVI names when dropped |
| Datatype | Boolean |
| Permitted Values | TRUE or FALSE |
| Default Value | FALSE |
| LabVIEW Versions | |
| 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 | |
| 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 | |
| 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 | |
| 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 | |
| OS's Supported | |
| Notes | Enabling this setting will slow down the development environment on large Block Diagrams |
transparentBDLabels
| Example | transparentBDLabels=TRUE
|
|---|---|
| Description | Use transparent name labels |
| Datatype | Boolean |
| Permitted Values | TRUE or FALSE |
| Default Value | FALSE |
| LabVIEW Versions | |
| OS's Supported | |
| Notes | None |
viCaptionTipStrings
| Example | viCaptionTipStrings=FALSE
|
|---|---|
| Description | Use control captions for subVI tip-strips |
| Datatype | Boolean |
| Permitted Values | TRUE or FALSE |
| Default Value | TRUE |
| LabVIEW Versions | |
| OS's Supported | |
| Notes | None |
viTitleInPalettes
| Example | viTitleInPalettes=TRUE
|
|---|---|
| Description | Use Window Titles in function palettes |
| Datatype | Boolean |
| Permitted Values | TRUE or FALSE |
| Default Value | FALSE |
| LabVIEW Versions | |
| OS's Supported | |
| Notes | None |