Example Code

Customize the Tabbing Behavior of a VI by an Event Structure Using LabVIEW

Products and Environment

This section reflects the products and operating system used to create the example.

To download NI software, including the products shown below, visit ni.com/downloads.

    Software

  • LabVIEW

Code and Documents

Attachment

Overview

This example shows you how to get custom tabbing behavior between clusters and elements in a cluster.


Description
When focus is on an element of a cluster tabbing will normally tab between the elements in that cluster.  To get out of that this example uses the Ctrl key to switch between clusters.  This is done using events structure.


Requirements

  • LabVIEW 2012 (or compatible)


Steps to Implement or Execute Code

  • Run the program
  • Press the key Ctrl on the keyboard
  • Press the key Tab on the keyboard

 

Additional Information or References
VI Snippet

2-277.png

**This document has been updated to meet the current required format for the NI Code Exchange.**

Jared S.
Applications Engineering
National Instruments

Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.