NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

passing data on runtime

Hi,
 
I have made a small application in VB.Net that adds 2 values. I want to pass these 2 values dynamically (i.e. change these values in every new sequence I run). Please tell me how can I do that. Can I similarly pass some string value dynamically on the run-time?Smiley Mad
 
Thanks a lot in advance!!!Smiley Happy
 
Regards
Sreedhar
 
0 Kudos
Message 1 of 2
(2,922 Views)

Sreedhar,

I am not very shure what it is that you're trying to do.  Are you planning on calling your VB.Net application as a code module?  If you are, you could pass the two values you want to add as parameters into the VB.Net code using a .Net Action step.

On the other hand, if you don't want to call your code as code module, you could communicate directly with TestStand engine using the engine's ActiveX API.

Which of these two methods you use depends on what it is that you want to do with VB.Net application.

 

Regards,

Santiago Delgado

NIC

0 Kudos
Message 2 of 2
(2,896 Views)