NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Call TestStand Memory in LabView

Hi, I'm very new to TestStand. I'd like to catch debug information when TestStand have errors. I'm thinking of making a VI in LabView, but the first problem is how I could pass the error status to LabView. Are there any examples?

0 Kudos
Message 1 of 2
(3,752 Views)

There are couple of ways to do this depending on where the code you want to call lives. If you are writing your own UI in LabVIEW and want to handle the error there then you could just handle the runtime error UIMessages from the ApplicationMgr.UIMessageEvent callback.

 

More likely though you are wanting to call a .vi from a sequence. If so you can use the post step runtime error callback as shown in this example:

 

<TestStandPublic>\Examples\Callbacks\PostStepRuntimeErrorCallback

 

Hope this helps,

-Doug

0 Kudos
Message 2 of 2
(3,725 Views)