NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Get UIMessage "trace" in Labview Full-Featured OI

Hello,   We are using Labview 8 with TestStand 3.5.

Is there a way of grabbing the UIMessage "trace" in the LabVIEW Full-Featured OI example so that we may populate a multi-column list box with the individual step names and results. The current ExecutionView control is not what we are looking for. (We essentially want the interactive features of the SequenceView and the test results of the ExecutionView combined into one control for repeated debugging purposes)

We attempted to use the UIMessageEvent callback but without any success.

Any examples would be appreciated.
0 Kudos
Message 1 of 2
(2,918 Views)
Hi,

First, read through the below tutorial.  It explains how to create custom UIMessages. 

What you will need to do to is create a UIMessage event within the Configure Events Callback.vi.  The attached file has two screenshots.  The first one, shows how to add the UIMessageEvent callback and the second shows the block diagram of the VI Reference that is connected to the UIMessageEvent callback.  Within that VI Reference, is where you can get the trace events.  Let me know if you have any questions.

Custom UIMessages
0 Kudos
Message 2 of 2
(2,896 Views)