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

GlobalStop by NEVSTOP-LAB - Toolkit for LabVIEW Download

Global stop library for LabVIEW parallel loops and multi-module applications

D Discussion Watch * 1 ↓523
 screenshot
Version2026.5.12.234439
ReleasedMay 12, 2026
Publisher NEVSTOP-LAB
License MIT
LabVIEW VersionLabVIEW>=17.0
Operating System Windows, Mac, and Linux
Dependencies nevstop_lab_palette  
Used By nevstop_lib_csm_tcp_router_example  
Project links Homepage   Discussion

Description

Overview
LabVIEW GlobalStop Library provides a lightweight and thread-safe global stop mechanism for parallel loops and multi-module applications.

Key VIs
- GSTOP INIT.vi: Initialize STOP FGV. If an incoming error is detected, set global stop to TRUE.
- GSTOP RESET.vi: Reset stop flag to FALSE. Index = -1 resets the global stop flag.
- GSTOP SET.vi: Set stop flag to TRUE. Index = -1 sets the global stop flag.
- GSTOP GET.vi: Read stop flag by index. Index = -1 reads the global stop flag.
- GSTOP CheckSet.vi: Check a Boolean input (usually a Stop button) and trigger stop when needed.

Implementation
- Uses an FGV to store stop flags (32 Boolean flags by default).
- Index identifies module-level stop flags, while -1 identifies the global stop flag.
- The internal stop flag array auto-expands when index exceeds current size.

Release Notes

2026.5.12.234439 (May 12, 2026)

Update to LabVIEW 2017

yao was a contributor to this release


Download Package

Versions
All Contributors

  Post an Idea   Post a Resource

Recent Posts