Sign Up
EU Cyber Resilience Act (CRA) — First Deadline September 2026
If you sell LabVIEW-based software and systems in the EU, please be aware that new CRA regulations may require you to implement security vulnerability reporting starting September 11, 2026. The VIPM Team has prepared guides to help you understand how this applies to your software applications and published packages, since it's important you understand these regulatory requirements (click the Learn More link to read these guides). Thank you for your help in keeping security front-and-center within the LabVIEW community.
Learn more

Where the community shares LabVIEW tools

Thousands of developers and companies use VIPM to find, share, and manage their LabVIEW code reuse and tools.

Try out the new Jake: AI Coding Assistant for LabVIEW!
Get answers to questions about LabVIEW and discuss your code.

New Releases

  |  
 image
TSC Material Theme
This library of functions is meant to support the Google Material Theme and apply it to LabVIEW front panel VIs. This allows a user to create and export a JSON-based Material Design on Figma or on the material theme creator website. Those designs can then be converted to the TSC Material format and…

by TSC - 13 minutes ago
 image
CSM TCP Router Example
This repository demonstrates how to create a reusable TCP communication layer (CSM-TCP-Router) to turn a local program into a TCP server for remote control. This example showcases the advantages of the CSM framework's invisible bus. ## Features - All CSM messages that can be sent locally can be t…

by NEVSTOP-LAB - 3 hours ago
 image
CSM MassData Parameter Support
## Overview CSM-MassData-Parameter-Support is an addon for the Communicable State Machine (CSM) framework that enables efficient transfer of large data sets between CSM modules. It addresses the limitations of API String for transferring large data by using a memory-efficient mechanism to referenc…

by NEVSTOP-LAB - 3 hours ago
 image
CSM INI Static Variable Support
This library is adding ${variable} support of arguments for CSM, which is loaded from the first catched ini file in application folder or topmost VI's parent folder. You can specified a section name or use ${section.variable:defaultValue} when section name is left as blank. Open Source Declaration…

by NEVSTOP-LAB - 3 hours ago
 image
CSM API String Arguments Support
The purpose of this library is to enhance the API parameters for Communicable State Machine (CSM). It allows for the inclusion of various data types in plain text format. Two more templates which include "Data: Get Configuration", "Data: Set Configuration" and "Data: Get Internal Data" states, are …

by NEVSTOP-LAB - 3 hours ago
 image
Communicable State Machine(CSM)
Communicable State Machine(CSM) is a LabVIEW application framework that builds upon JKI State Machine(JKISM). It follows the pattern of JKISM and extends the keywords to describe message communication between modules, including concepts such as Sync-Message, Async-Message, Subscription/Unsubscripti…

by NEVSTOP-LAB - 3 hours ago
 image
lvssh2
lvssh2 provides LabVIEW bindings for libssh2 Supported APIs - Agent - Authentication - Channel - Known Host - SCP - Session - SFTP The public key subsystem is not implemented due to a lack of support in OpenSSH and other major SSH servers. For more details see https://github.com/log…

by PNR - 9 hours ago
 image
LabVIEW MCP Server SDK
Full details on github: https://github.com/JanGoebel/LabVIEW-MCP-Server-Toolkit Use MCP to control your Applications using AI. You can have a large language model chat-application like claude desktop communicate with your LabVIEW application to trigger actions, change parameters or read and int…

by jgoebel - 2 days ago
 image
VI Helpeks
VI Helpeks is a Free/Source-Available toolkit providing UI tools and API VIs for building professional HTML/CHM help for VIs and Function Palettes. It automatically generates documentation in the native LabVIEW Help style by collecting information directly from source VIs, while offering extensive …

by Konstantin Shifershteyn - 3 days ago
 image
OpenLvVision_Image
OpenLvVision OpenLvVision is an open-source library designed for image processing within the LabVIEW environment. It bridges the gap between high-level Vision steps and low-level memory management, offering granular control over image data. See full documentation at: openlvvision.org/docs/image/ …

by OpenLvVision - 6 days ago
 image
HSE Core: UI Framework
The HSE UI Framework provides the generic DQMH modules building the UI basis of the HSE Application Template: - UI Manager - Event Manager - Navigation - Status Bar

by Hampel Software Engineering - 1 week ago
 image
Antidoc Add-on - LabVIEW project documentation
This package installs an add-on to Antidoc to generate the code documentation of your LabVIEW projects.

by Wovalab - 1 week ago
 image
NEVSTOP-Programming-Palette
Change Log 2025.11 [add] add Numeric >> Trim Unnecessary Zeros of Numeric String.vi [add] add Numeric >> Circle Buffer.vi [add] add more options for Fit VI Window.vi [update] Use Compare Two Path.vi in vi.lib instead [update] enhance Numeric >> Calc Sweep Points.vi [update] remove all OpenG Deps …

by NEVSTOP-LAB - 1 week ago
 image
Panther Dashboard for DQMH
Panther Dashboard for DQMH, a tool designed with love to improve the DQMH Developer Experience. Main Features: *Drag and drop DQMH Public API VIs directly into your code. *Explore your project's modules and events in a clear and intuitive visual context. *Identify module status (running, i…

by PantherLAB - 1 week ago
 image
VI Properties Editor
VI Properties Editor is a free, open-source utility that allows the user to mass edit VI properties and documentation by loading a folder, project, library, or class. After installing, it can be found in Tools > Redhawk > VI Properties Editor. Features of VI Properties Editor: - View VI Descrip…

by Redhawk - 1 week ago
 image
Antidoc Add-on - TestStand documentation
This tool extends the Antidoc project to provide automatic documentation generation for TestStand files. It parses TestStand workspace files (.tsw) and sequence files (.seq) to create detailed HTML and PDF documentation.

by Wovalab - 2 weeks ago

Top Contributors (Last 30 Days)

Top
  |  
yao - 6 contributions
released the package: 6
Daniel Coons - 5 contributions
released the package: 5
Hampel Software Engineering - 4 contributions
was on the development team: 1, released the package: 3
Lukas Kamleitner - 4 contributions
released the package: 4
Avi Goel - 4 contributions
released the package: 4

Posts

  |  
  |  
Add browser extensions in WebView2
I tried to use the "AddBrowserExtensionAsync()" in order to…
suggestion
Help required regarding Basler Camera acA800-510um
I need a LabVIEW programme that shows the output of my Basl…
other