NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Error Code 17306 Unknown Variable or Property Name " Locals.Model"

I get the above message when i run the step f(x) SetFileGlobal operator...No code module adapter is used.
I have attached my seq file and only second and third step are erroring out..I checked the rest of the sequences they work fine. Any help is appreciated.
 
Thanks
 
0 Kudos
Message 1 of 5
(3,633 Views)

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

Regards
Ray Farmer
Message 2 of 5
(3,632 Views)

How to define them? I am just beginning ...

Thanks

0 Kudos
Message 3 of 5
(3,618 Views)

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

Regards
Ray Farmer
0 Kudos
Message 4 of 5
(3,608 Views)
Thanks! I will be taking one coming this week...
0 Kudos
Message 5 of 5
(3,598 Views)