10-10-2023 10:23 PM - edited 10-10-2023 10:24 PM
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!
Solved! Go to Solution.
10-11-2023 05:01 AM
Use SequenceFileViewManager
10-11-2023 08:46 PM - edited 10-11-2023 09:03 PM
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.
10-12-2023 01:51 AM
Hi Yuan,
@Yuanxj wrote:
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"?
10-12-2023 10:01 AM
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.
10-13-2023 03:55 PM
And if you want to send simple data to your operator interface, then use User Messages.
10-15-2023 08:59 PM