Status Code VI

Owning Palette: Utility VIs

Requires: LabPack

Converts a LabPack shared library status to an error code. Errors have a negative value, warnings have a positive value, and zero indicates an OK status.

Status Code VI

cenumStatus is the LabPack shared library status.
cerrcodeclstError In describes error conditions that occur before this node runs. This input provides standard error in functionality.
cpathLabPack Shared Library is the absolute path to the LabPack shared library (DLL, dylib, or SO). If <Not a Path> is provided, then the LabPack LabVIEW library will search for the shared library in the current VI's directory, the source (src) folder of the project, and the system-specific library directory, such as /usr/lib on Unix-like systems. The first valid path to the shared library will be used.
ii32Code is an integer representation of a LabPack shared library status. Negative values are errors, positive values are warnings, and zero is OK.
ierrcodeclstError Out contains error information. This output provides standard error out functionality.