LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

What object does TS_ReportReset require?

I am trying to use the function TS_ReportReset. It is not working when I try to call it though

 

local_err = TS_ReportReset (seqContextCVI, NULL, "Test", &NullReturn);

 

Am I supposed to use the sequence context or a different object handle?

0 Kudos
Message 1 of 4
(3,068 Views)

When you say that it's not working, what kind of error are you receiving? 


Mark E.
National Instruments

0 Kudos
Message 2 of 4
(3,055 Views)

Thanks for the response. I did manage to find the solution though.

 

TS_SeqContextGetReport had to be called from the sequence context to get the proper object. An object browser for CVI would be a great improvement, even if the object could be reported as just one long text string.

0 Kudos
Message 3 of 4
(3,052 Views)
Steve, thank you for that feedback.  We appreciate customer feedback a great deal, and our R&D reviews all of them, so they're not going into a black hole.  You can make product suggestions at our Product Suggestion Center.  The more complete the description of the suggestion and how it would help you, the better.  Thanks!

Mark E.
National Instruments

0 Kudos
Message 4 of 4
(3,037 Views)