Jump to content

Unwired I32 Error

From LabVIEW Wiki
Revision as of 08:00, 20 August 2024 by Logmanoriginal (talk | contribs) (Created page with "{{LabVIEW VI Analyzer Toolkit Infobox|tree-category=block diagram|tree-subcategory=warnings}} '''Unwired I32 Error''' is a VI Analyzer test installed by the LabVIEW VI...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Unwired I32 Error

Unwired I32 Error is a VI Analyzer test installed by the LabVIEW VI Analyzer Toolkit add-on. It identifies subVI calls that have unwired error outputs, where the error terminal is an I32 instead of an error cluster.

Explanation

In order to implement effective error handling, this error output should be wired to a function like Error Cluster from Error Code to handle the resulting error cluster.