LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

the functions of LINX

Hello, I am trying to make a flowchart on how the system using LINX for Arduino will work and I am confused about the following;

 

the error in and error out on analog read 1 chan and PWM set duty cycle 1 chan, do those error links need to connect to General error handler VI for error to be notified or without it, the error will also be shown? 

 

Thank you. 

 

0 Kudos
Message 1 of 2
(1,126 Views)

That depends on if you have Automatic Error handling enabled.

 

Errors are shown from the simple or general error handler vis if an error condition is on the error in terminal and meets the display criteria.  Specific errors can be ignored or you can select No Dialog. Warnings may or may not be selected as well.

 

With automatic error handling errors on unwired error out terminals are displayed "Automatically." This is considered poor practice for any non-trivial code.


"Should be" isn't "Is" -Jay
0 Kudos
Message 2 of 2
(1,084 Views)