02-08-2012 04:35 AM
Here is a LabVIEW 2009 and TestStand 4.2.x version of Juergen's example.
I have attached only the VI and SequenceFile, place it in the same location as Juergen's example.
The inserting of Locals is done slightly differently as I like to keep the position of any default variable such as ResultList.
01-04-2018 02:42 AM
Hi Ray,
Thanks for your vi! verry helpfull.
I used it to create a new one which adds smaller sequences as steps (calls other sequences).
I need it to create a list of tests, which are already coded in Teststand.
So the change is, that now a vi is reaplced by a teststand sequence,... therefore the module type needs to be changed.
When I want to call a Teststand sequence, what type do I need for the cast of the module?
Thanks a lot. Attached is the slightly changed *.vi which produces errors, as the type is wrong (which is obvious 🙂
01-04-2018 07:38 AM
Hi Ray,
it's me again.
meanwhile I made it that the sequence file is generated! Great! Unfortunately the generated sequence is not able to run! But I think I can do it on my own.... so thanks again for your template. It is not so easy to find all the methods and classes in the API help.....
04-22-2022 01:08 AM