-
Try out the new Jake: AI Coding Assistant for LabVIEW!
Get answers to questions about LabVIEW and discuss your code.
TSC Error by TSC - Toolkit for LabVIEW Download
Error Handling library for LabVIEW applications
| Version | 1.1.0.2 |
| Released | Nov 09, 2025 |
| Publisher | TSC |
| License | BSD3 |
| LabVIEW Version | LabVIEW>=19.0 |
| Operating System | Windows, Mac, and Linux |
| Project links | Homepage Discussion |
Description
The TSC Error Library defines a common way to drop-in error handling functions in LabVIEW applications. It provides standardized ways to handle error reporting by writing to a file and sending the messages to the application as a way to display error messages in the application format.
This can use custom errors defined in support files (in ini file format) or by methods using the error ring or Error Cluster From Error Code VIs.
A template is provided to define a custom error constant as a --error.vi function that can be documented in a standard way using tools such as AntiDoc.
Release Notes
v1.1
-Updated documentation to prepare for public release
-Included Max File Size definition so that log file does not grow indefinitely
-Updated vit (custom error VI) to place contents -> would be done in a blank VI