NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Pass Parameter To Configuration Entry Point

In TestStand 2010 I have added a configuration entry point to select a configuration file. (Configure\Select Config File). I'm displaying a LabVIEW GUI which basically prompts the user to select a file. The file path needs to be stored in "FilePath" variable in TestStand.

 

Problem statement:

 

1. I'm trying to modularize this configuration entry point. Hence, I would write to "Parameters.FilePath" variable of configuration entry point stored in process model. This variable would be of "pass by reference" type and should eventually update the caller sequence.

 

However, I don't know how to pass the value from "Parameters.FilePath" to the caller sequence. I'm currently updating the station global variable directly which I think is not the correct method if I think of modularity.

 

2. I want the configuration entry point that was created ("Select Config File") to be enabled only when testing has not started (I'm just using single pass for my project).

 

Which variable in TestStand would tell me if the execution entry point "Single Pass" is called or not?

0 Kudos
Message 1 of 1
(3,892 Views)