NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

server Vi's in TestStand

Hello All,
               I am running a test sequence in teststand that uses server-client vi's.The server Vi opens the client Vi ,Runs it (all by itself) and returns the control to main vi.The problem i face is that when i use the server  Vi in teststand, the Client vi does not execute. is there a specific way to work with these kind of Vi'v in TS ?
 
 
Vamshi
0 Kudos
Message 1 of 4
(3,221 Views)
It should work.
Are you using a "Call By Reference Node" like in "examples\viserver\dynload.llb\Dynamic Load Example.vi" ?
You can verify that it works by using e.g. an Action Step to call this VI. (Do not forget to specify "Show VI Front Panel When Called")
If this doesn't help: Can you post a zip file with a Sequence File and two VIs that shows us what you are doing?
Regards, Guenter
0 Kudos
Message 2 of 4
(3,200 Views)

hai Guenter,

                  I was tryting to execute my code using single-step execution.When i run my sequence with no stops,it works fine. All i did is creat a reference and then Run the vi with wait until done to false.I am closing the VI after couple of steps.But i am still not sure why doesnt my sequence open a client Vi when i use single-step with a  stop at the step where i am calling the server vi. however it works fine when i run my sequence as it is.

 

Thanks

Vamshi

0 Kudos
Message 3 of 4
(3,192 Views)
Hi Vamshi.
It is not clear to me what you are doing.
Can you please post some code?
Guenter
0 Kudos
Message 4 of 4
(3,183 Views)