05-12-2009 11:15 AM
Hi,
I am reading some data from the serial port and then manipulating it. That is fine. However I do things like CRC and Length checks which I then compare with the packet received and output either a true or false. What I want to do is create some kind of error notification at the end that would be able me to take all the possible error inputs, check them and display if any error has occured. How can I achieve this?
So how can I say a false is an error from length or CRC. I do not want to use the "Display message to user" function as I do not want the program to create any sort of pop up messages.
I am using Labview 8.5
regards
Harshil.
05-12-2009 11:37 AM
05-12-2009 11:39 AM
See:
http://zone.ni.com/devzone/cda/tut/p/id/3209
If you don't want a popup just wire an indicator to the error line. You can also look at the General Error Handler vi's help file that will explain how to use it.
Hope this helps