NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

can read datas from *.xls file

Hello,
I wanted to test the example "LoadFromExcelFile", which I have downloaded from the NI hompage.
when I want to execute the the sequence the error message in the attached *.jpg file occurs
what can be the reason for this?
thank you
kind regards
samuel 
0 Kudos
Message 1 of 2
(2,659 Views)

Hi,

The problem is <Locals> is not a valid name of the the sequence name nor is it a valid variable name.

You need to change the expression so that <Locals> is a proper lookup string for a variable such as "Locals.SeqName" where SeqName is a string in the Locals of your Sequence.

Or change the expression e.g. RunState.Sequence.Main["MainSequence "].Num = 6.6

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 2
(2,640 Views)