07-10-2015 02:18 PM
I have a vi set up to load dynamically. And it is working.
BUt, I have a dummy vi in the step settings.
Does the vi specified in the step settings for the dynamically loaded step have to include the same parameters as the target vi?
If not, how do youspecify the parameters when there is no prototype? (i.e. no vi specified in the step setings)
Regards,
Mac
07-15-2015 06:27 PM
Hello MacDroid,
Please provide an snippet or file with the configuration or sequence that you are establishing for a better understanding of the issue. A little example will be very useful!
I think this example codes from the NI website and from the community will help you get a hold on dynamic callings on TestStand.
TestStand: Dynamically Call a Code Module
https://decibel.ni.com/content/docs/DOC-17646
Dynamically Select Which LabVIEW Code Module to Run in TestStand
http://www.ni.com/example/26860/en/
I hope this helps.
Regards,
David M.
National Instruments
07-16-2015 05:59 AM
I guess I didn't explaing the question well.
Looking at your example:
TestStand: Dynamically Call a Code Module
https://decibel.ni.com/content/docs/DOC-17646
The question is: is it possible to have Test1.vi had a different parameter list than Test2.vi?