LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error handler message during error state

Solved!
Go to solution

Hello,

 

In my error handling subVI, how can I extract the enum String in the error case? 

 

I found that in the current configuration, during an error state, I get nothing being put into the error string from my enum.  Can you tell me how I can go about getting the enum string out even in the error state?

 

Thank you!

Download All
0 Kudos
Message 1 of 2
(1,017 Views)
Solution
Accepted by hiNI

Wire the enum value to Format Into String primitive. Do not wire the error to the input error terminal of the primitive.

 

Enum Value to String.png

 

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YGxDCAW&l=en-US provides this solution and several others.

Doug
NI Sound and Vibration
Message 2 of 2
(1,002 Views)