I saw all of your videos, thanks! they are very helpful. Next week I'll take my CLAD exam, and if everything goes well, I'd be interested in learning more about LabVIEW. Thank you, again for all the videos!
Wouldn't it be easier to put the error handler VI to the right of the case structure? I know some states may not use the error handler VI, but having it in the majority of cases seems like a lot of work.
Great question! We chose to have the error handler inside the case structure to allow scalable code that may use other error handlers or error handling schemes depending on the state. However, in most cases, having it outside as you described works well. Thanks for watching!
Hey, good videos. Kinda too basic for me (I'd love some more professional theory of error handling in these) but I am very interested in what you did after 4:46. You cleaned up the wire then probably used some kind of key shortcut to align the value to the vi input. What shortcut and how to properly use it? I usually end having up to align them myself. Pretty please?
I saw all of your videos, thanks! they are very helpful. Next week I'll take my CLAD exam, and if everything goes well, I'd be interested in learning more about LabVIEW. Thank you, again for all the videos!
Wouldn't it be easier to put the error handler VI to the right of the case structure? I know some states may not use the error handler VI, but having it in the majority of cases seems like a lot of work.
Great question! We chose to have the error handler inside the case structure to allow scalable code that may use other error handlers or error handling schemes depending on the state. However, in most cases, having it outside as you described works well. Thanks for watching!
Hey, good videos. Kinda too basic for me (I'd love some more professional theory of error handling in these) but I am very interested in what you did after 4:46. You cleaned up the wire then probably used some kind of key shortcut to align the value to the vi input.
What shortcut and how to properly use it? I usually end having up to align them myself.
Pretty please?
Great channel!