LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

can not get teststand SequenceContext

Solved!
Go to solution

Hi Community,

from the bottom picture,i can not read 'Local.a' in the sequence,but i can get the RunState,it seems the probe 1 is 0.

any suggestions welcome

thanks!

Yuanxj_0-1696994023572.png

Yuanxj_1-1696994578333.png

 

 

0 Kudos
Message 1 of 7
(650 Views)

Use SequenceFileViewManager

 

PalanivelThiruvenkadam_0-1697018445175.png

 

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 2 of 7
(603 Views)

Yuanxj_0-1697074677249.png

Yuanxj_0-1697075474754.png

Yuanxj_1-1697075505200.png

Yuanxj_3-1697075891734.png

Yuanxj_5-1697076052992.png

 

a=1(probe 6),but probe 1 is 0(with no error),is there something i missed?

my goal is to get the SequenceContext by LabVIEW,then i can get data in the sequence.

until now i use stupid ways to get data in the sequence.

0 Kudos
Message 3 of 7
(577 Views)
Solution
Accepted by topic author Yuanxj

Hi Yuan,

 


@Yuanxj wrote:

Yuanxj_5-1697076052992.png

my goal is to get the SequenceContext by LabVIEW, then i can get data in the sequence.

until now i use stupid ways to get data in the sequence.


Calling a VI from TestStand and giving ThisContext as a parameter is the preferred/recommended way, so why do you think this would be a "stupid way"?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 4 of 7
(543 Views)
Solution
Accepted by topic author Yuanxj

XiaoJian,

 

You are using Operator Interface.  It's purpose is to run sequences.

Leave the data manipulation to sequences and their VIs.

To most users, TestStand is not as flexible as LabVIEW.

 

 

George Zou
Message 5 of 7
(530 Views)
Solution
Accepted by topic author Yuanxj

And if you want to send simple data to your operator interface, then use User Messages. 

Message 6 of 7
(511 Views)
thanks all!
0 Kudos
Message 7 of 7
(477 Views)