03-03-2008 10:56 AM
03-03-2008 11:17 AM
03-03-2008 11:19 AM
03-03-2008 11:20 AM - edited 03-03-2008 11:21 AM
I should also mention that I am running TS 4.1 Beta on Windows Vista. I have not tried this on 4.01/XP.
- Sorry for the double post - I just found the edit button ![]()
03-03-2008 11:26 AM
1st file: sample1.lvtf
----------------------
Line 1: LabVIEW Sample Test Description
File:4.0.0.0:4.0.0.6Line 2: Display msg to User,MsgBox,,MessageExpr:string="This example sequence file is stored on disk in text format. The source code for the translator plug-in which converts this format into a sequence file is located in the same directory as this file.The format of this file is documented in TextTranslateToSequenceFile.vi",TitleExpr:string="Sequence File Translators"
Line 3: Display
Graph,DisplayGraph,RMSValue:number=RMSValue,ACValue:number=2
Line 4: sample2.lvtf
Line 5: Display
Graph,DisplayGraph,RMSValue:number=RMSValue,ACValue:number=3
------------------------------
2nd file: sample2.lvtf
----------------------
Line 1: LabVIEW Sample Test Description
File:4.0.0.0:4.0.0.6Line 2: Display
Graph,DisplayGraph,RMSValue:number=RMSValue,ACValue:number=5.
Execution in TestStand:
----------------------
When TestStand opens the file sample1.lvtf, Line 4 should be replaced with another sequence (sequence call) and at the same time the sample2.lvtf sequence should also be generated.
Notes:
1. sample1 and sample2.lvtf files are in the same folder.
2. sample2.lvtf file should automatically be opened.
I tried many work arounds, and I was able to make it work for 1 sequence, but the solution which I have I not feasible when I want to call 100s of sequences automatically.
Another thing is these sequences sample2.lvtf can be executed only at run time, but one cannot see the contents of that sequence.
-Vidula
03-03-2008 11:56 AM
03-03-2008 02:44 PM
I have been playing with this some more and it looks like it only crashes teststand if I set the "Sequence Call" step to "Preload when execution begins" under Run Options.
Both "Preload when opening sequence file" and "Load Dynamicaly" seem to work as expected.
03-03-2008 03:55 PM
Vidula,
In response to the four questions that you asked on the previous page:
03-14-2008 02:53 PM
Josh,
There is another example to Modifying the Failure Chain of the HTML Report to Include All Failed Steps it is at http://zone.ni.com/devzone/cda/tut/p/id/4563
I opened the service request back in Oct 2007 and worked with NI Application Engg. for nearly 3 weeks; at the end he found that; that document is developed for TestStand 2.0, and is not forward compatible.
I am still waiting for NI to update the document. (Reference#7173708)
After you sent the link for Expanding the XML Report Failure Chain to Include all Failures I tried that example but look like that example is also not compatible for 4.0 (at least I am not getting the result), today I opened another service request (Reference#7189207)
If developer zone can mention in which version these examples were developed and whether they are compatible with current versions or not then it will be of real help to us.
Thanks,
Vidula
03-14-2008 03:07 PM
Toby did you go any further with recursion? Is it working for you?
I am still looking for a better way to make it work.
My goals are
Goal 1: File1.lvtf calls File2.lvtf
Goal 2: File2.lvtf calls File3.lvtf
Goal 3: File4.lvtf calls File5.lvtf and File6.lvtf and so on…
I achieved goal 1 but still struggling with goal 2 and 3.
Regards,
Vidula