Example Code

Windows Surface touch screen HMI/UI swiping navigation

Code and Documents

Attachment

Download All

This is a framework for creating HMI's. Several front panels from sub-vi's can be loaded on the main front panel. Navigating between the loaded sub vi's is done by swiping across the screen left or right. This works with a touch panel or mouse. The front panels are automatically resized to fill the screen.

I keep the latest version of this program on git hub. https://github.com/chrylarson/LabVIEWiPad

Swipe.zip is an executable to try out the HMI

iPad Interface.zip is the LabVIEW Project

I build web apps for LabVIEW
http://chrislarson.me

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

Comments
RTom
Member
Member
on

I cam upon this while developing a new interface.  Excellent functionality; I hope it's equally smooth when I fill up the sub_vis that swipe.  My question is, can the program be modified so that it swipes through a ring (i.e. after reaching panel 3, if there's an additional swipe, it returns to panel 1)?

Contributors