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 6
(2,944 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 6
(2,903 Views)
Solution
Accepted by topic author Fizs

I did it, using DblClick Callback of SequenceView object.

DblClick SeqView Callback.png

Message 3 of 6
(2,669 Views)

Fizs, I know it's been some time ago, but I'd like to do the same thing.  It appears that you did solve the problem, however, with your code snippet I cannot tell what properties or methods you are using.  Do you have another clip or an example VI that shows the expanded version of the properties and methods?

0 Kudos
Message 4 of 6
(722 Views)

Of course. I add the false condition too

dblclick snippet.png

  

dblclick snippet 2.png

 

0 Kudos
Message 5 of 6
(698 Views)

Hi Fizs

 

I'm interested how exactly you implemented this in the TestStand Full-Featured Operator Interface.
Can you tell me where in the Operater Interface you implemented this?

 

Best regards

0 Kudos
Message 6 of 6
(535 Views)