Jump to content

Labviewconfigurationkeysandbox: Difference between revisions

From LabVIEW Wiki
New page: {{inikey |example=hello world |description= |datatype= |permitted values= |default= |LV= |OS= |notes= }}
 
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{inikey
{{ labviewconfigurationkey
|example=hello world
| keyname = QuickBold
|description=
| example = QuickBold=TRUE
|datatype=
| datatype = b
|permitted values=
| description = When editing text (either on the block diagram or the front panel) Ctrl-B allows you to toggle '''bold''' on or off. (When not editing text, Ctrl-B still performs it's normal function: remove broken wires.)
|default=
| permitted_values = TRUE or FALSE
|LV=
| default = FALSE
|OS=
| LV1 = 2013
|notes=
| LV2 =
| LV3 =
| LV4 =
| LV5 =
| OS1 = w
| OS2 = m
| OS3 = l
| OS4 =  
| notes =
}}
}}
{{ labviewconfigurationkey
| keyname =  copyDeleteFPDCOFromFPTerm
| example = copyDeleteFPDCOFromFPTerm=TRUE
| datatype = b
| description = Delete front panel terminals from diagram
| permitted_values = TRUE or FALSE
| default = FALSE
| LV1 = 4
| LV2 = 5
| LV3 = 6
| LV4 = 7
| LV5 = 8
| OS1 = w
| OS2 = m
| OS3 = l
| OS4 = u
| notes =
}}
{{ labviewconfigurationkey
| keyname =  copyDeleteFPDCOFromFPTerm
| example = copyDeleteFPDCOFromFPTerm=TRUE
| datatype = i
| description = Delete front panel terminals from diagram
| permitted_values = TRUE or FALSE
| default = FALSE
| LV1 = 4
| LV2 = 5
| LV3 = 6
| LV4 = 7
| LV5 = 8
| OS1 = w
| OS2 = m
| OS3 = l
| OS4 = u
| notes =<br />
*0 is equivalent to turning off the Preferences menu item "Run with multiple threads"
*1 is the default value, equivalent to turning on "Run with multiple threads"
*2 to 8 defines a higher number of threads to start (i.e. a 5x5 matrix)
*-1 tells LabVIEW to start with a custom set of threading parameters as defined by ESys.xxx.yyyy keys
}}
[[Category:Sandbox]]

Latest revision as of 17:18, 7 August 2024

QuickBold

Example QuickBold=TRUE
Description When editing text (either on the block diagram or the front panel) Ctrl-B allows you to toggle bold on or off. (When not editing text, Ctrl-B still performs it's normal function: remove broken wires.)
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value FALSE
LabVIEW Versions

2013

OS's Supported

Notes

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

copyDeleteFPDCOFromFPTerm

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

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

OS's Supported

Notes
  • 0 is equivalent to turning off the Preferences menu item "Run with multiple threads"
  • 1 is the default value, equivalent to turning on "Run with multiple threads"
  • 2 to 8 defines a higher number of threads to start (i.e. a 5x5 matrix)
  • -1 tells LabVIEW to start with a custom set of threading parameters as defined by ESys.xxx.yyyy keys