Skip to content

Instantly share code, notes, and snippets.

@icon-tech-mb
Last active December 4, 2023 01:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icon-tech-mb/d9d9cc5ba45b11c925adfc51a615fe77 to your computer and use it in GitHub Desktop.
Save icon-tech-mb/d9d9cc5ba45b11c925adfc51a615fe77 to your computer and use it in GitHub Desktop.
LabVIEW.ini modifications to improve usability and speed
; Disable live view of the code being updated as it is dragged around the block diagram. This can be a big performance hit.
; User can also press 'x' while dragging to disable the feature when set to True
; https://forums.ni.com/t5/LabVIEW/Labview-2016-new-improvments-to-selecting-moving-and-resizing/m-p/3337796/highlight/true#M979928
LiveDrag=False
; Disable live selection highlight of items on front panel and block diagram.
; https://forums.ni.com/t5/LabVIEW/Slow-and-laggy-Front-Panel-selection-at-edit-time/m-p/3853567
LiveSelection=False
; Disable the maintain connected wire logic when dragging code into and out of structures
; User can also press 'w' while dragging to disable the feature when set to True
DragAutoWire=False
; Disables the smart tunnel creation ("selection of autoindexing vs concatenation vs last value based on downstream types" and "shift registers instead of tunnels")
; https://forums.ni.com/t5/LabVIEW-Idea-Exchange/Provide-an-option-to-disable-auto-insert-of-shift-registers/idc-p/3848780#M39617
SmarterAutomaticTunnelCreation=False
; Disables shift register creation upon creation of loop
; https://forums.ni.com/t5/LabVIEW-Idea-Exchange/Provide-an-option-to-disable-auto-insert-of-shift-registers/idc-p/3848780#M39617
AutomaticShiftRegisterCreation=False
; Disable serial number and user info on splash screen
; https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019YpFSAU
UseMarketingSplash=True
; Log extended info app builder to a file, saved next to lvproj on disk
NI_AppBuilder_Logging=True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment