From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Example Code

Use Sys Exec to Start the Onscreen Keyboard

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 VI demonstrates how to start the onscreen keyboard which may be useful for deployed applications lacking a keyboard


Description
The Here is a brief description of the example:

LabVIEW can make use of the Sys Exec VI to start standalone executables on the system. With this tool, you can also start the onscreen keyboard which may be useful for deployed applications lacking a keyboard. This VI makes use of the TabTip.exe which will load the windows on screen keyboard.

 

Requirements

  1. LabVIEW 2013 (or compatible)

 

Steps to Implement or Execute Code

  1. Point the cmd for the System exec to the TabTip.exe located in C:\Program Files\Common Files\Microsoft Shared\ink folder.
  2. The executable within his TabTip.exe.
  3. This will run the onscreen keyboard.

 

Additional Information or References

VI Snippet 

Open OnScreen Keyboard 2013 NIVerified.png 

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

Cole R.
National Instruments
Software Engineer

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