LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

application build about system exec.vi

  I used system exec.vi to call other vi. I want to build an application of the vi that using system exec.vi and hope that the application could call the vi when runned on the other pc which hasn't the vi , just like a vi that contained some sub vis. when we build application of it, we needn't to copy the sub vis to the pc. In order to solve this problem, how should i do? thanks!
  best regard!
0 Kudos
Message 1 of 5
(3,098 Views)


@xyl wrote:
  I used system exec.vi to call other vi.

You CANNOT use the system exec.vi to call other vi. You ve to use the VI server method or you can simply call the other Vi as a SubVI.

Can you post the code to see what is wrong ?

- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 2 of 5
(3,088 Views)
thanks for your help.
I rebuild a vi according what you say.  I hope that when i call other vi, the main vi stop at the same time to free memory. But it seems that something wrong with it and i don't know how to solve this problem. thanks
best regard
0 Kudos
Message 3 of 5
(3,065 Views)

I think your VI is os some LV version 8.x or up in a non-English language.

Please post it saved for LV 7.1 in English language so that I can help you out.

Else, oops... ! Sorry.Smiley Sad

- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 4 of 5
(3,062 Views)
You may not stop main VI when it calls a subVI. It will not stop until all the subVIs it called has closed.
0 Kudos
Message 5 of 5
(3,038 Views)