08-11-2014 04:02 AM
my labview vi returns an error code
& on that basis can i generate an eror message
these error messages are to be read from a file like in labview (error codes)
I dont want to code the individual step to show that error message.
if its handled subtly at a higher level tht wld be gr8
08-11-2014 04:27 AM
You can use a simple way to address this.
Insert the "General Error Handler" in your VI. If you don't want the VI to display the error dialog on its own, pass "no dialog" as "type of dialog" option to General Error Handler.
Pass the "message" you receive from General Error Handler to TS as errormessage.
Norbert
08-11-2014 06:26 AM
have tht already implemented
but does teststand provide any such quick trick
08-11-2014 07:02 AM
No
At least, i am not aware of something like this.
Norbert