GDevCon-5/LabVIEW Errors Deep Dive
LabVIEW Errors Deep Dive | |
---|---|
Conference | GDevCon#5 |
Presenters | Petru Tarabuta |
We all learn about errors early in our LabVIEW journey, for example when studying LabVIEW Core 1. Moreover, errors seem like a simple concept – how much more can be said about a cluster that contains a Boolean, an I32, and a string? It turns out, quite a lot!
This talk will describe: Why errors/exceptions are a useful concept, and hence why every modern programming language implements this concept. The raison d’être of errors will be revealed. This will guide all further understanding of the concept. How LabVIEW errors compare with exceptions in a few other popular programming languages. Similarities and differences. How working with errors could be improved in future LabVIEW versions by implementing a few ideas posted on the LabVIEW Idea Exchange.
Practical error handling tips and tricks that can help applications execute more correctly and robustly.^