NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple_Execution_UI_Csharp

I get a sample of Multiple_Execution_UI_CVI which using CVI to realize the multiple execution function.

And now I need to change it to Csharp. I could catch the user_message event id, but I did not how to realize the function of handling custom UI message with Csharp. If you could help me to realize the code of Csharp or give me some suggests about it?

 

example: Just in CVI have a function named ShowCurrentStep, how could I use csharp to realize it?

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

please refer to the article below

 

http://www.ni.com/product-documentation/52369/en/

0 Kudos
Message 2 of 3
(2,327 Views)
Thanks for yuxin_wang. I had studied this article. But it gived only one sample of uiMsg.Event which case(UIMessageCodes.UIMsg_UserMessageBase + 1). If I get a uiMsg.Event = 10008 or the other number, then I did not know how to realize the Csharp response function just like CVI in attachment.
0 Kudos
Message 3 of 3
(2,319 Views)