NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

property loader

HI,
 
Here is what I do.
In the property step I specify the following:
StartDataMarker --- StationGlobals.TesterLocation + "_<File>_STRT"
EndDataMarker --- StationGlobals.TesterLocation + "_<File>_END"
 
in the file I pur the appropriate names.
 
xxxxx_yyyyy_STRT
xxxxx_yyyyy_END
 
 
xxxx = name as appeared in the StationGlobals
yyyy = The sequence name without the .seq extension.
 
Is there anything wrong with this?
 
The property loader ignore the file and do nothing.
 
Thanks
Rafi
0 Kudos
Message 1 of 4
(3,476 Views)

Hi Rafi,

Can not see anything wrong, so long as the marker text in your file matchs your derived text in your variable. I think its case senitive as well.

Make sure you are not inserting any additional " (quotes).

 

Regards

Ray Farmer

Message Edited by Ray Farmer on 01-16-2006 11:50 AM

Regards
Ray Farmer
0 Kudos
Message 2 of 4
(3,468 Views)
Rafi,
 
I am including a simple sequence file containing a property loader step type using markers.
In my case I set the step to error if the start marker was not found (Edit Property Loader->Source Tab).
You could try doing the same to verify your marker is being found.
My global variable value is ¨Test¨.
Te sequence file version in 3.1.
Hope this helps.
 
Antonio Lie.
 
Download All
0 Kudos
Message 3 of 4
(3,461 Views)
Hi Raffi,
 
i don't know if you've solve your problem.
I find a mistake :
Your file name is "testseqfile31" and not "testseqfile"
 
then rename the start and stop marker and it wil work fine.
 
Test_testseqfile31_STRT
<Step Name> Limits.High Limits.Low
Numeric Limit Test 10 5
<Locals> Variable Value
<FileGlobals> Variable Value
<StationGlobals> Variable Value
Test_testseqfile31_END
 best wishes from France
 
JMCe
0 Kudos
Message 4 of 4
(3,343 Views)