Jump to content

LabVIEW configuration file/Front Panel: Difference between revisions

From LabVIEW Wiki
Crelf (talk | contribs)
New page: This is a list of LabVIEW ini File settings relating to Front Panel behaviour. == blinkSpeed == Example: <code>blinkSpeed=250</code><br/> Short Description: Blink speed (milliseconds)<br/...
 
Fixed ini token
 
(26 intermediate revisions by 8 users not shown)
Line 1: Line 1:
This is a list of LabVIEW ini File settings relating to Front Panel behaviour.
This is a list of LabVIEW ini File settings relating to Front Panel behaviour.  


== blinkSpeed ==
{{TOCright}}
Example: <code>blinkSpeed=250</code><br/>
Short Description: Blink speed (milliseconds)<br/>
Datatype: <FONT COLOR=#0000FF>Integer</FONT><br/>
Permitted Values: 1 to 2<sup>32</sup><br/>
Default Value: <code>1000</code><br/>
LabVIEW Versions: 5.1, 6.1, 7.1, 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/>


== doubleClickToEditControl ==
{{ labviewconfigurationkey
Example: <code>doubleClickToEditControl=TRUE</code><br/>
| keyname = autoResizeScrollbars
Description: Open the control editor with double click<br/>
| example = autoResizeScrollbars=FALSE
Datatype: <FONT COLOR=#008000>Booelan</FONT><br/>
| datatype =b
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| description =Prevents automatic resizing of scrollbars back to the environment setting, if scrollbars were manually resized inside of a custom control.
Default Value: <code>FALSE</code><br/>
| permitted_values =TRUE or FALSE
LabVIEW Versions: 7.1, 8.x<br/>
| default =TRUE (if token doesn't exist)
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 = 8
Notes: None.<br/>
| LV2 = 20xx
| LV3 =
| LV4 =
| LV5 =
| LV6 =
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =Applies to Tables, Trees, Listboxes, and Multicolumn Listboxes.}}


== noBoxAroundName ==
{{ labviewconfigurationkey
Example: <code>noBoxAroundName=FALSE</code><br/>
| keyname = blinkFG
Description: Use transparent name labels<br/>
| example =blinkFG=00EF12FF
Datatype: <FONT COLOR=#008000>Booelan</FONT><br/>
| datatype =i
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| description =Color of foreground blink of FP components (xxRRGGBB)
Default Value: <code>TRUE</code><br/>
| permitted_values =0x00 to 0x00FFFFFF
LabVIEW Versions: 7.1, 8.x<br/>
| default =Unknown
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
| LV4 =
| LV5 =
| LV6 =
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}


== offscreenUpdates ==
{{ labviewconfigurationkey
Example: <code>offscreenUpdates=FALSE</code><br/>
| keyname = blinkBG
Description: Use smooth updates during drawing<br/>
| example =blinkFG=001100FF
Datatype: <FONT COLOR=#008000>Booelan</FONT><br/>
| datatype =i
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| description =Color of background blink of FP components (xxRRGGBB)
Default Value: <code>TRUE</code><br/>
| permitted_values =0x00 to 0x00FFFFFF
LabVIEW Versions: 7.1, 8.x<br/>
| default =Unknown
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
| LV4 =
| LV5 =
| LV6 =
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}


== returnKeyAction ==
{{ labviewconfigurationkey
Example: <code>returnKeyAction=TRUE</code><br/>
| keyname = blinkSpeed
Description: End text entry with Return key<br/>
| example =blinkSpeed=250
Datatype: <FONT COLOR=#008000>Booelan</FONT><br/>
| datatype =i
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| description =Blink speed (milliseconds)
Default Value: <code>FALSE</code><br/>
| permitted_values =1 to 2<sup>32</sup>
LabVIEW Versions: 7.1, 8.x<br/>
| default =1000
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
| LV4 = 7
| LV5 = 8
| LV6 =
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}


== sunKeyboard ==
{{ labviewconfigurationkey
Example: <code>sunKeyboard=TRUE</code><br/>
| keyname = defaultControlStyle
Description: Support numeric keypad<br/>
| example =defaultControlStyle =0
Datatype: <FONT COLOR=#008000>Booelan</FONT><br/>
| datatype =i
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| description =Defines the default Control/Indicator style
Default Value: <code>FALSE</code><br/>
| permitted_values = 0-3 Enum {Modern style, Classic style, System style, Silver style}
LabVIEW Versions: 7.1, 8.x<br/>
| default =0
OS's Supported: [[Image:logo.Sun.png]]<br/>
| LV1 = 20xx
Notes: None.<br/>
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes = Silver style added in [[LabVIEW 2011]]}}


== useAllFKeys ==
{{ labviewconfigurationkey
Example: <code>useAllFKeys=FALSE</code><br/>
| keyname = DefaultLabelLockFP
Description: Override system default function key settings<br/>
| example =DefaultLabelLockFP=TRUE
Datatype: <FONT COLOR=#008000>Booelan</FONT><br/>
| datatype =b
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| description =Locks the Front Panel labels to the defined location
Default Value: <code>TRUE</code><br/>
| permitted_values =TRUE or FALSE
LabVIEW Versions: 7.1, 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
| LV4 = 7
| LV5 = 8
| LV6 = 20xx
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes = see also DefaultLabelPositionFP and DefaultLabelPositionIndFP}}


== useLocaleDecimalPt ==
{{ labviewconfigurationkey
Example: <code>useLocaleDecimalPt=FALSE</code><br/>
| keyname = DefaultLabelPositionFP
Description: Use localized decimal point<br/>
| example =DefaultLabelPositionFP =4
Datatype: <FONT COLOR=#008000>Booelan</FONT><br/>
| datatype =i
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| description =Defines the default location for Control Labels
Default Value: <code>TRUE</code><br/>
| permitted_values = 0-12 Enum {Classic, Top-left, Top-middle, Top-right, Right-top, Right-middle, Right-bottom, Bottom-right, Bottom-middle, Bottom-left, Left-bottom, Left-middle, Left-top} (Clockwise around control)
LabVIEW Versions: 7.1, 8.x<br/>
| default =0
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
| LV4 = 7
| LV5 = 8
| LV6 = 20xx
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes = see also DefaultLabelLockFP and DefaultLabelPositionIndFP }}
 
{{ labviewconfigurationkey
| keyname = DefaultLabelPositionIndFP
| example =DefaultLabelPositionIndFP =4
| datatype =i
| description =Defines the default location for Indicator Labels
| permitted_values = 0-12 Enum {Classic, Top-left, Top-middle, Top-right, Right-top, Right-middle, Right-bottom, Bottom-right, Bottom-middle, Bottom-left, Left-bottom, Left-middle, Left-top} (Clockwise around indicator)
| default =0
| LV1 = 20xx
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes = see also DefaultLabelLockFP and DefaultLabelPositionFP}}
 
{{ labviewconfigurationkey
| keyname = doubleClickToEditControl
| example =doubleClickToEditControl=TRUE
| datatype =b
| description =Open the control editor with double click
| 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 = noBoxAroundName
| example =noBoxAroundName=FALSE
| datatype =b
| description =Use transparent name labels
| permitted_values =TRUE or FALSE
| default =TRUE
| LV1 = 3
| LV2 = 4
| LV3 = 5
| LV4 = 6
| LV5 = 7
| LV6 = 8
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}
 
{{ labviewconfigurationkey
| keyname = offscreenUpdates
| example =offscreenUpdates=FALSE
| datatype =b
| description =Use smooth updates during drawing
| permitted_values =TRUE or FALSE
| default =TRUE
| LV1 = 3
| LV2 = 4
| LV3 = 5
| LV4 = 6
| LV5 = 7
| LV6 = 8
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}
 
{{ labviewconfigurationkey
| keyname = returnKeyAction
| example =returnKeyAction=TRUE
| datatype =b
| description =End text entry with Return key
| permitted_values =TRUE or FALSE
| default =FALSE
| LV1 = 3
| LV2 = 4
| LV3 = 5
| LV4 = 6
| LV5 = 7
| LV6 = 8
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}
 
{{ labviewconfigurationkey
| keyname = showTipStringsOnFPControls
| example =showTipStringsOnFPControls=FALSE
| datatype =b
| description =Turn off Tip Strips on Front Panel Controls
| permitted_values =TRUE or FALSE
| default =FALSE
| LV1 = 3
| LV2 = 4
| LV3 = 5
| LV4 = 6
| LV5 = 7
| LV6 = 8
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}
 
{{ labviewconfigurationkey
| keyname = SnapGridDrawAsLines
| example =SnapGridDrawAsLines =0
| datatype =i
| description =Sets the grid line style
| permitted_values =0 to 2 Enum {Dots, Lines, Graph Paper}
| default =1
| LV1 = 8
| LV2 = 20xx
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}
 
{{ labviewconfigurationkey
| keyname = SnapGridFrontPanelSize
| example =SnapGridFrontPanelSize =14
| datatype =i
| description =Set Front Panel grid size in pixels
| permitted_values =1 to unknown
| default =12
| LV1 = 8
| LV2 = 20xx
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}
 
{{ labviewconfigurationkey
| keyname = SnapGridFrontPanelContrast
| example =SnapGridFrontPanelSize =25
| datatype =i
| description =Set Front Panel grid line contrast
| permitted_values =0 to 100
| default =unknown
| LV1 = 8
| LV2 = 20xx
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}
 
{{ labviewconfigurationkey
| keyname = SnapGridResizeWhenDropping
| example =SnapGridResizeWhenDropping =FALSE
| datatype =b
| description =Automatically resize objects to the grid when dropping
| permitted_values =TRUE or FALSE
| default =FALSE
| LV1 = 8
| LV2 = 20xx
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}
 
{{ labviewconfigurationkey
| keyname = SnapGridShowsOnFrontPanel
| example =SnapGridShowsOnFrontPanel =FALSE
| datatype =b
| description =Turn on/off Front Panel grid
| permitted_values =TRUE or FALSE
| default =FALSE
| LV1 = 8
| LV2 = 20xx
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}
 
{{ labviewconfigurationkey
| keyname = SnapGridSnapsOnFrontPanel
| example =SnapGridSnapsOnFrontPanel =FALSE
| datatype =b
| description =Turn on/off Front Panel snap to grid
| permitted_values =TRUE or FALSE
| default =FALSE
| LV1 = 8
| LV2 = 20xx
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}
 
{{ labviewconfigurationkey
| keyname = sunKeyboard
| example =sunKeyboard=TRUE
| datatype =b
| description =Support numeric keypad
| permitted_values =TRUE or FALSE
| default =FALSE
| LV1 = 3
| LV2 = 4
| LV3 = 5
| LV4 = 6
| LV5 = 7
| LV6 = 8
| OS1 =u
| OS2 =
| OS3 =
| OS4 =
| notes =None
}}
 
{{ labviewconfigurationkey
| keyname = useAllFKeys
| example =useAllFKeys=FALSE
| datatype =b
| description =Override system default function key settings
| permitted_values =TRUE or FALSE
| default =TRUE
| LV1 = 3
| LV2 = 4
| LV3 = 5
| LV4 = 6
| LV5 = 7
| LV6 = 8
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}
 
{{ labviewconfigurationkey
| keyname = useLocaleDecimalPt
| example =useLocaleDecimalPt=FALSE
| datatype =b
| description =Use localized decimal point
| permitted_values =TRUE or FALSE
| default =TRUE
| LV1 = 3
| LV2 = 4
| LV3 = 5
| LV4 = 6
| LV5 = 7
| LV6 = 8
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}
 
{{ labviewconfigurationkey
| keyname = reqdTermsByDefault
| example =reqdTermsByDefault=TRUE
| datatype =b
| description =Connector pane terminals default to Required
| permitted_values =TRUE or FALSE
| default =TRUE
| LV1 = 8.5
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =This sets all newly connected input terminals to "required" as long as it's no error cluster.
}}
 
<br>
 
[[Category:Configuration File|Front panel]]

Latest revision as of 19:53, 9 April 2020

This is a list of LabVIEW ini File settings relating to Front Panel behaviour.

autoResizeScrollbars

Example autoResizeScrollbars=FALSE
Description Prevents automatic resizing of scrollbars back to the environment setting, if scrollbars were manually resized inside of a custom control.
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value TRUE (if token doesn't exist)
LabVIEW Versions

8.x , 20xx

OS's Supported

Notes Applies to Tables, Trees, Listboxes, and Multicolumn Listboxes.

blinkFG

Example blinkFG=00EF12FF
Description Color of foreground blink of FP components (xxRRGGBB)
Datatype Integer
Permitted Values 0x00 to 0x00FFFFFF
Default Value Unknown
LabVIEW Versions

6.x , 7.x , 8.x

OS's Supported

Notes None

blinkBG

Example blinkFG=001100FF
Description Color of background blink of FP components (xxRRGGBB)
Datatype Integer
Permitted Values 0x00 to 0x00FFFFFF
Default Value Unknown
LabVIEW Versions

6.x , 7.x , 8.x

OS's Supported

Notes None

blinkSpeed

Example blinkSpeed=250
Description Blink speed (milliseconds)
Datatype Integer
Permitted Values 1 to 232
Default Value 1000
LabVIEW Versions

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

OS's Supported

Notes None

defaultControlStyle

Example defaultControlStyle =0
Description Defines the default Control/Indicator style
Datatype Integer
Permitted Values 0-3 Enum {Modern style, Classic style, System style, Silver style}
Default Value 0
LabVIEW Versions

20xx

OS's Supported

Notes Silver style added in LabVIEW 2011

DefaultLabelLockFP

Example DefaultLabelLockFP=TRUE
Description Locks the Front Panel labels to the defined location
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value FALSE
LabVIEW Versions

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

OS's Supported

Notes see also DefaultLabelPositionFP and DefaultLabelPositionIndFP

DefaultLabelPositionFP

Example DefaultLabelPositionFP =4
Description Defines the default location for Control Labels
Datatype Integer
Permitted Values 0-12 Enum {Classic, Top-left, Top-middle, Top-right, Right-top, Right-middle, Right-bottom, Bottom-right, Bottom-middle, Bottom-left, Left-bottom, Left-middle, Left-top} (Clockwise around control)
Default Value 0
LabVIEW Versions

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

OS's Supported

Notes see also DefaultLabelLockFP and DefaultLabelPositionIndFP

DefaultLabelPositionIndFP

Example DefaultLabelPositionIndFP =4
Description Defines the default location for Indicator Labels
Datatype Integer
Permitted Values 0-12 Enum {Classic, Top-left, Top-middle, Top-right, Right-top, Right-middle, Right-bottom, Bottom-right, Bottom-middle, Bottom-left, Left-bottom, Left-middle, Left-top} (Clockwise around indicator)
Default Value 0
LabVIEW Versions

20xx

OS's Supported

Notes see also DefaultLabelLockFP and DefaultLabelPositionFP

doubleClickToEditControl

Example doubleClickToEditControl=TRUE
Description Open the control editor with double click
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

noBoxAroundName

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

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

OS's Supported

Notes None

offscreenUpdates

Example offscreenUpdates=FALSE
Description Use smooth updates during drawing
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value TRUE
LabVIEW Versions

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

OS's Supported

Notes None

returnKeyAction

Example returnKeyAction=TRUE
Description End text entry with Return key
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value FALSE
LabVIEW Versions

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

OS's Supported

Notes None

showTipStringsOnFPControls

Example showTipStringsOnFPControls=FALSE
Description Turn off Tip Strips on Front Panel Controls
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value FALSE
LabVIEW Versions

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

OS's Supported

Notes None

SnapGridDrawAsLines

Example SnapGridDrawAsLines =0
Description Sets the grid line style
Datatype Integer
Permitted Values 0 to 2 Enum {Dots, Lines, Graph Paper}
Default Value 1
LabVIEW Versions

8.x , 20xx

OS's Supported

Notes None

SnapGridFrontPanelSize

Example SnapGridFrontPanelSize =14
Description Set Front Panel grid size in pixels
Datatype Integer
Permitted Values 1 to unknown
Default Value 12
LabVIEW Versions

8.x , 20xx

OS's Supported

Notes None

SnapGridFrontPanelContrast

Example SnapGridFrontPanelSize =25
Description Set Front Panel grid line contrast
Datatype Integer
Permitted Values 0 to 100
Default Value unknown
LabVIEW Versions

8.x , 20xx

OS's Supported

Notes None

SnapGridResizeWhenDropping

Example SnapGridResizeWhenDropping =FALSE
Description Automatically resize objects to the grid when dropping
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value FALSE
LabVIEW Versions

8.x , 20xx

OS's Supported

Notes None

SnapGridShowsOnFrontPanel

Example SnapGridShowsOnFrontPanel =FALSE
Description Turn on/off Front Panel grid
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value FALSE
LabVIEW Versions

8.x , 20xx

OS's Supported

Notes None

SnapGridSnapsOnFrontPanel

Example SnapGridSnapsOnFrontPanel =FALSE
Description Turn on/off Front Panel snap to grid
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value FALSE
LabVIEW Versions

8.x , 20xx

OS's Supported

Notes None

sunKeyboard

Example sunKeyboard=TRUE
Description Support numeric keypad
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value FALSE
LabVIEW Versions

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

OS's Supported

Notes None

useAllFKeys

Example useAllFKeys=FALSE
Description Override system default function key settings
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value TRUE
LabVIEW Versions

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

OS's Supported

Notes None

useLocaleDecimalPt

Example useLocaleDecimalPt=FALSE
Description Use localized decimal point
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value TRUE
LabVIEW Versions

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

OS's Supported

Notes None

reqdTermsByDefault

Example reqdTermsByDefault=TRUE
Description Connector pane terminals default to Required
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value TRUE
LabVIEW Versions

8.5

OS's Supported

Notes This sets all newly connected input terminals to "required" as long as it's no error cluster.