11-09-2017 02:05 AM
Hi,
I am currently working on a custom action step. The called VI will self load all the FP values from a configuration file. But I need to be able to pass some values from TestStand using the inputs in the VI Connector Pane. So, if I make the file load happen in the pre-step instead, I will be able to accomplish this.
My issue is that the called VI is of a preallocated clone type. So, I cannot accomplish this with just having the VI path alone as I would be needing the clone instance itself. Is there a way, within the pre-step, I can obtain access to the clone instance that is to be called by the action step?
Thanks,
Arul
11-09-2017 09:27 AM
It might be noteworthy to state that you can have multiple pre-step substeps for a custom step type. They run in the order that they show up in the list. So you could have one pre-step get the reference to the clone and then the other can do the file load.
Just a thought,
11-16-2017 10:03 PM - edited 11-16-2017 10:04 PM
Even if I get a clone reference in a pre-step, that will not be the reference of the actual clone that will be called by the action step itself, right?