NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

TestStand development vs deployment environment

Solved!
Go to solution

Hi all,

 

How would one detect when a sequence is being run in development environment vs. in deployment environment?

...and it would be better, in this case, if the distinction was not by station ID or anything specific to the computer.

 

Thank you in advance!

0 Kudos
Message 1 of 3
(2,441 Views)
Solution
Accepted by topic author T999

If RunState.IsEditor is true, then you're in development.  Otherwise, you're running via some other means, like an operator interface.

Message 2 of 3
(2,386 Views)

Worked great!  Thank you!

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