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.