Sign Up

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
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 - 1h ago
 image
Antidoc
This tool generates different kind of documentation based on the add-on installed. Official supported add-ons: - LabVIEW project: Generate the documentation of LabVIEW project code source - LabVIEW Toolkit Manual: Generate the documentation of toolkits installed in LabVIEW The final document is…

by Wovalab - 1h ago
 image
AsciiDoc for LabVIEW
This toolkit provides a set of vis that helps you builds plain-text file using asciidoc syntax. It now provides all the tool needed to generate the HTML5 or PDF final document you always dream to get from your LabVIEW applications. = What is AsciiDoc ? AsciiDoc is two things: . A mature, plain-…

by Wovalab - 1h ago
 image
Debug Snapshots for LabVIEW
Debug Snapshots for LabVIEWis a lightweight Quick Drop tool that lets you save, restore, and clear the debug state of a VI — including breakpoints and probes — to quickly restore debugging contexts.

by Hasbun Wood Engineering - 8 hours ago
 image
jettl
A modern LabVIEW Actor Model implementation for building scalable applications. GitHub: https://github.com/natev51/jettl

by Nathan Davis - 21 hours ago
 image
OpenLvVision_OpenCv
OpenLvVision OpenCV OpenLvVision OpenCV is a powerful LabVIEW wrapper for the OpenCV library. It brings advanced computer vision algorithms, linear algebra, and signal processing capabilities directly into LabVIEW, utilizing efficient Mat handling and polymorphic VIs. Documentation For a complet…

by OpenLvVision - 22 hours ago
 image
QuVI - Quantum Circuit Toolkit
QuVI is an open-source quantum circuit simulation toolkit developed natively in LabVIEW. It provides a robust framework for designing, simulating, and visualizing quantum algorithms using LabVIEW's familiar dataflow paradigm. Key Features: - Intuitive Circuit Design: Build quantum circuits using …

by Murtaza Vefadar - 1 day ago
 image
LabPcap
Overview Network Packet Capture and Injection in LabVIEW LabPcap is a library that enables network packet capture, injection, and replay directly from LabVIEW. It is designed for advanced use cases that go beyond standard network primitives (TCP, UDP, etc.). LabPcap has been presented at GLA Summ…

by Framatome ATMS - 3 days ago
 image
NEVSTOP-Programming-Palette
Change Log 2024.06 [add] add Communicable State Machine(CSM) Framework in dependencies [fix] #213 Support Tag Datatype in ClusterCfgTable [update] #211 relocate example to example/NEVSTOP/ folder 2024.04 [add] add ButtonGroupEnum Support in UI Palette [add] add Lock Front Panel Item Position.vi i…

by NEVSTOP-LAB - 6 days ago
 image
VIA+ Nattify+ Quick Drop
Run the Nattify+ found in VIA+ Script as a Quick Drop plugin for LabVIEW. Nattification is the process by which a VI is modified to have the most sensible aesthetics and user-configurable options applied. Hold the Shift key to browse the menu of block diagram and front panel options. Block Diagram…

by Shirey Studios - 6 days ago
 image
VIA+
VIA+ was created with the intent of running VI Analyzer (VIA) as a code review process for developers, team leads, and reviewers. The results of NI VI Analyzer by nature are interactive to find and fix the issues but doesn’t re-analyze easily. VIA+ solves just as interactive as re-running VI Analyz…

by Shirey Studios - 6 days ago
 image
NEVSTOP TagDB Library
NEVSTOP TagDB is an advanced data management library designed specifically for the LabVIEW environment, providing efficient reading, writing, storage, and sharing of configuration and Tag data. Through optimized data structures and caching mechanisms, it offers reliable data persistence and real-ti…

by NEVSTOP-LAB - 1 week 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 - 1 week 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 - 1 week ago
 image
CSM Mermaid Plugin
Mermaid Tool Plugin for CSM (preview version)

by NEVSTOP-LAB - 1 week 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 - 1 week ago

Top Contributors (Last 30 Days)

Top
  |  
yao - 9 contributions
released the package: 9
Kevin Shirey - 7 contributions
released the package: 7
Juan Jose Hasbun Wood - 6 contributions
fixed a bug: 1, reported a bug: 1, released the package: 4
Wovalab - 4 contributions
released the package: 4
Nathan Davis - 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