NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

In a custom operator interface, how do I get values returned from a sequence?

We have a custom .NET operator interface.  I would like to be able to return values from the sequence to my operator interface just before the sequence completes.  I do not want to use Station Globals, as it makes the seqeunces not portable to other stations.  Is there a callback that works to catch the sequence right before it closes, and allows you to read the sequence file globals?
0 Kudos
Message 1 of 3
(3,354 Views)
Hey twally,
 
 
 
If those don't answer your question then let me know.  The basic thing you need to understand is UIMessages.  If you understand those then you are set.  Basically they are a way to get info from the engine to an outside application.
 
BTW if you took the teststand course there is a good exercise in the second manual on doing this.
 
Hope that gets you on the right track,
jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 2 of 3
(3,344 Views)
That is exactly what I needed!  Thanks for the prompt reply.
0 Kudos
Message 3 of 3
(3,332 Views)