Error 1043 When Deploying a Shared Variable on NI Real-Time Target

Updated Dec 19, 2022

Reported In

Software

  • LabVIEW
  • LabVIEW Real-Time Module

Issue Details

I would like to programmatically deploy a shared variable from a real-time target. I can do this from the host, but each time I try programmatically deploying from the target I get

Error 1043. LabVIEW:  The property or method is not supported in this version of LabVIEW.

Solution

Programmatically deploying a shared variable from a real-time target is not supported.  You must 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.
 
  • Programmatically deploy the library from the host PC using an Application Invoke Node and specifying the IP address for your real-time target :