NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Property Loader

Hi

 

Is there a way to load parameters for steps such as numeric limt test using the property loader?

 

Currently I believe to acheive this your required to add locals or parameters to a sequence.

Is there a better way while allowing updates to be made from a  text file.

 

 

0 Kudos
Message 1 of 5
(3,403 Views)

Hi,

 

http://forums.ni.com/ni/board/message?board.id=330&message.id=6523&query.id=295997#M6523

 

In the example at the above link loads the limits for three step.

You dont need any locals or parameters.

The PropertyLoader allows you the abililty to load from a file different properties such as Locals, parameters, fileglobals and Step Properties such as Limits.

 

Not sure I understand your sentence - "Is there a better way while allowing updates to be made from a  text file."

 

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 5
(3,394 Views)

well, I'm using property loader in my main sequence and it works

I'm also using it in sub sequence, in the setup part but seems it doesn't work, is there any special condition to use the property loader step like at the beginning of the main sequence and not in setup part of sub sequence ?

 

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

Hi,

 

It should work. Just to clarify, are you saying the PorpertyLoader Step placed in the Setup doesn't work but placed in the Main and it does?

 

what TestStand version are you using?

 

Regards

Ray

Regards
Ray Farmer
0 Kudos
Message 4 of 5
(3,387 Views)
yes,it didn't work inside the sub step and finally I changed the Load Option to Load dynamically and it works now
0 Kudos
Message 5 of 5
(3,375 Views)