"Wiebe@CARYA" <wiNOebe.walsSPtra@carAMya.nl> wrote in message news:45fa5e46$1@PYROS.natinst.com...
"VADrew" <x@no.email> wrote in message news:1173985811056-492553@exchange.ni.com...
During the sequence setup, I would like to programmatically create and insert a varying number of pass/fail tests in the main part of the sequence based on input from a LabVIEW VI. I plan to read in different parameters (test name, input values to the test VI, etc.) for how ever many tests I am performing and then create these tests in the main section. What is the quickest way to perform this?
If you by mean "quickest way" the fastest way to develop it, you should have a look at NI's Teststand. It's a complete sequencer, that is capable of what you describe and a lot more. It's often used for plant wide test facilities, so it might be a bit oversized.
Otherwise, you can make a framework with VI Server. You typically dynamically load a vi by it's name or path, and fill in it's inputs dynamically. Then you can run the vi and read the outputs dynamically. If you are a beginner, the teststand solution might even be cheaper.
Regards,
Wiebe.
Never mind. The title was truncated, so I didn't read it all. It didn't mention teststand in the message, so my response is a bit weird.
Regards,
Wiebe.