01-19-2011 03:39 AM
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!
Solved! Go to Solution.
01-19-2011 04:23 AM
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.
01-19-2011 07:07 PM
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.
01-20-2011 05:00 AM
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.
01-20-2011 08:15 PM
Thank you.
But could you give me a visible answer?
01-21-2011 01:42 AM
01-24-2011 01:57 PM
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
01-27-2011 05:20 AM
I got it. Thank you very much!!