NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

In UserInterface, how can I get "SequenceCall" step's "Sequence Call Trace Setting" property ?

Solved!
Go to solution

HI ALL!

I'm writing an UI. I want to know "SequenceCall" step is tracingEnable or Not. It's said that "Use the Step.Module property to obtain a reference to a SequenceCallModule object". I can not fine it. I can obtain a reference using "TS Adapter API". But how dose it associate with "SequenceCall" step.

 

Thank you!

0 Kudos
Message 1 of 8
(4,108 Views)

I think you need to use SequenceCallModule.TraceSetting to set this. To get the SequenceCallModule Use the Step.Module and the then Module.Adaptor to get an Adaptor reference then I think you have to cast it to a SequenceCallModule reference.

 

 

Regards
Ray Farmer
0 Kudos
Message 2 of 8
(4,105 Views)

I'm sorry. But I don't get it yet. "then I think you have to cast it to a SequenceCallModule reference." is exactly my question.

0 Kudos
Message 3 of 8
(4,087 Views)

Hi,

 

If you are in LabVIEW, drop a SequenceCallModule reference control on your front panel and use this the cast the output from the Step.Module to give you a SequenceCallModule reference.

 

 

Regards
Ray Farmer
0 Kudos
Message 4 of 8
(4,073 Views)

Thank you.

But could you give me a visible answer?

 untitled.JPG

0 Kudos
Message 5 of 8
(4,054 Views)
Solution
Accepted by topic author neoelfish

Hi,

 

You can do so using the Variant To Data node in LabVIEW.

 

Please review the - Obtaining a Different Interface for TestStand Objects topic from the Using Labview and LabWindows/CVI manual with TestStand for more information and an example. 

 

You can get a copy of this manual from this link - http://digital.ni.com/manuals.nsf/websearch/B8398AF8729D906F862577B4004FF10C if required.

 

Regards

Anand Jain

National Instruments

Message 7 of 8
(4,009 Views)

I got it. Thank you very much!!

0 Kudos
Message 8 of 8
(3,981 Views)