LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why do I get an error 1000 when using vi server with invoke nodes?

I use the invoke nodes with set control value and run vi. I want to use the called vi on the same machine and in parallel and I do not want to wait until it is done. If I set wait until done to true it works, if I set it to false I get the error message. Why is that and how can I solve that problem??
0 Kudos
Message 1 of 3
(2,894 Views)
Hi,

Using LabVIEW 7 I was able to do what you want. I modified an existing example. The main vi will load the a second VI, and then the main VI will do "set control value" on a numberic labeled "Numeric" and you'll be able to see that it is changing the control value.

I've attached the modified VI.
Message 2 of 3
(2,894 Views)
I'm having the same problem. My sub vi is called by a larger shell vi, that was written in LV 6.1. It worked fine last week, this week, its a different story. What could possibly have changed over the weekend. I'm going to contact my IT guy to see if he changed our network settings, but in the meantime do you know of any possible reason why one out of many sub vi's called by my main menu vi has now decided not to work.
0 Kudos
Message 3 of 3
(2,894 Views)