ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

invoke node

Hi Guys,

I want to use a vi invoke node during execution of a vi. The invoke node I
want to use is 'make current values default'. Unfortunately when I use it I
get an error;
error 1000: the vi is not in a state compatible with this operation.

Thanks
0 Kudos
Message 1 of 2
(2,852 Views)
The 'make current values default' method is only available while the VI is not running. That means, if you want to call that method you need to create a reference to the VI in question and call it from another VI, when the first VI is not running.

-Jim
0 Kudos
Message 2 of 2
(2,852 Views)