NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to change executing process model variables from operator interface?

I have a custom operator interface in VB that can launch one or more test
sequence executions in parallel. Each execution can use a potentially
different process model. I have several Boolean flags in the FileGlobals of
each process model that I would like to manipulate during execution to
enable or disable various options ("Display debug trace", "Turn on/off
detailed test results", etc).

I thought I just access the FileGlobals from the operator interface, but I
can not find the proper property path. Using the Execution object, is there
a way to directly access the run-time instances of the process model
FileGlobals of each executing process model from the operator interface?

If not, does anyone kno
w a clean way to send run-time data, such as settings
changes, to the process model once the execution has started?

Thank you,

---
Joe
0 Kudos
Message 1 of 2
(3,290 Views)
> I thought I just access the FileGlobals from the operator interface, but I
> can not find the proper property path. Using the Execution object, is
there
> a way to directly access the run-time instances of the process model
> FileGlobals of each executing process model from the operator interface?
>
> If not, does anyone know a clean way to send run-time data, such as
settings
> changes, to the process model once the execution has started?

Ah. A coworker just showed me the Execution.GetFileGlobals method. This
does exactly what I needed.

Sorry.

---
Joe
0 Kudos
Message 2 of 2
(3,290 Views)