LVTips
A list of interesting LabVIEW shortcuts
# Swap terminals
- Hold CNTL
- Hover over terminal and left click
Works for terminals on various primitives: But also icon terminals:
# Quick Drop Shortcuts
CTRL+W = Wire selected objects together
# Enum & Ring
Easily select an item using the right click menu
# Error Handling
- Wiring errors to an empty case structure will actually ignore the error. make sure to always leave a comment if using this method
- Wire the error in to the first input of a merge error cluster, so that the error ordering remains with the first error being reported first
- Use a rule if possible to move error wires (z-shift) to the back of the diagram