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 - Mass Compile Method Error 1043

Solved!
Go to solution

Hi

I've been attempting to make a simple executable, using LV 2017, to mass compile a specific directory on our systems.

 

I've used an App Invoke Node and selected the 'Mass Compile' method; it works perfectly well until I build the solution to produce an executable;  once built, running it raises a 1043 error meaning...

The property or method is not supported in this version of LabVIEW. This error can occur if you use a property or method that is not supported in the LabVIEW Run-Time Engine.'

 Quite frustrating as it works perfectly as source code.

 

Source code attached.

Any help much appreciated..

 

Thanks

Les....

 

MassCompile.png

 

0 Kudos
Message 1 of 3
(3,216 Views)

Hi Les,

 

You need to either:

-Manually deploy shared variables from the Project Explorer window by right-clicking on individual variables and selecting Deploy, or by right-clicking the library and selecting Deploy All.

 

Or, programmatically deploy the library from the host PC using an Application Invoke Node and specifying the IP address for your real-time target:
:
 
This KB outlines these steps:
 
Error 1043 when Programmatically Deploying a Shared Variable on a Real-Time Target
 
Hope this works for you,
 
Ben
0 Kudos
Message 2 of 3
(3,189 Views)
Solution
Accepted by topic author FRL

Hi bkercher

 

 

In this very simple project there are no shared variables and it is not a Real-time application;  I suspect that is is simply a case of the method not being supported by the runtime engine.

 

Many thanks for your response to this thread.

Les....

 

 

0 Kudos
Message 3 of 3
(3,160 Views)