01-22-2007 11:03 PM
01-23-2007 01:46 AM
Hi,
You have to define the variables (Model, Operator....) in your Locals of your Sequence (MainSequence). The only variable currently defined is the default one, ResultList
Regards
Ray Farmer
01-23-2007 11:05 AM
How to define them? I am just beginning ...
Thanks
01-23-2007 03:57 PM
Hi,
Open your sequence file in the Sequence Editor.
Select the Sequence that you wish to add Locals to, and make this the active sequence i.e the one thats visible to you, Usually it displays the MainSequence when first loaded.
Select the Locals Tab
In the right hand side of the display, there will be the variable ResultList.. This will be an empty array of Result.
Place your cursor in this position of the display and press the Right Mouse button. You will see an a popup menu of which the Top Item is Insert Local.. If you select this you will get an other set of options which are the different types of Variables that are available to you. Select a variable type, such as a Number. This will be inserted into right hand side under the ResultList array. It will be highlight ready for you to enter the name of the variable. If you double click on the variable you will get the Properties Dialog. You will beable to a new value.
The User Manual, should beable to explain on this.
I would recommend trying to get on the Basic TestStand course.
hope this helps
Regards
Ray Farmer
01-23-2007 08:40 PM