09-27-2007 05:32 AM
09-27-2007 05:57 AM
Hi,
Have a look at the pdf document in ..\Teststand\Components\NI\Models\TestStandModels and the document is TestStandProcessModels.pdf.
Regards
Ray
09-27-2007 06:18 AM
Ray,
This has helped somewhat.
I am trying to understand the flow of a unique main sequence which was put together by another, now left, member of staff.
I am at present trying to work through it with pen and paper drawing the flow and loops!!
Sequence File Documentation under Tools helps a little but it dose not the sence of the flow of the sequences!!
I belive for the likes of C and C++ code there is a utility to bolt onto the code that will give a best gues as to how the flow chart should look.
Is there a better way then with pen and paper?
Thanks for the help
Simon
09-27-2007 06:55 AM
Hi Simon,
Unfortunately there isn't any tools available (that I know off).
As you are using TestStand 2.0.1, there are no flow steps as in the later TestStand which make a sequence more readable, therefore all loops are done via the use of the Goto step or the Post Action of a step. So hopefully there are some well placed Labels.
Hopefully the previous person hasn't resorted to using loads of FileGlobals or StationGlobals and made use of passing data via the Parameters of a Sequence. This will help to contain the Sequence calls into smaller chunks.
Do you know what Process Model your MainSequence uses?
Do you have any Parallel executions or threads running?
If the community can offer any more support, then attach a picture or better still a sequence file highlighting your query.
Regards
Ray
09-27-2007 07:24 AM
A quick search of the web and came across this;
http://www.engenius.com/SequenceAuthor.html
Regards
Ray
09-27-2007 07:37 AM
another link
http://www.bloomy.com/resources/applying_uml_to_teststand_and_labview.pps
Regards
Ray