NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

TestStand API: Double Click to Call Sequence in User Interface

Solved!
Go to solution

Hello,

 

I would like to reproduce the same effect that in TestStand allows with a double click to open a sequence from a Call Sequence.

 

In the TS Full-featured User Interface (LV version) this functionality is not present, if you click 2 times on a step, the properties window is opened and the same happens for the call sequences, but in TestStand double clicking on a Call Sequence opens the corresponding sequence to which it refers (present in the sequence file).

 

 

0 Kudos
Message 1 of 3
(2,159 Views)

Hi,

to get the effect you want you should change the TestStand user interface on LabVIEW, but it's extremely complex to do and honestly I'm not sure it's worth it.

Regards,

Alessia

0 Kudos
Message 2 of 3
(2,118 Views)
Solution
Accepted by topic author Fizs

I did it, using DblClick Callback of SequenceView object.

DblClick SeqView Callback.png

Message 3 of 3
(1,884 Views)