LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass data to a spesified memory location

Hi,

      We want to pass 1D data into a specified memory location in Labview.  Originally we use (Call library fuction node +Labview.exe: Moveblock).  However its exe application only works on the machine with labview installed, because it looks for labview.exe.

 

     Is there some ways to perform this function to pass 1D data into a specified memory location, which is preasigned with address and size ?

 

Thanks

 

Zhong Cao

 

0 Kudos
Message 1 of 2
(2,806 Views)
In the Call Library Function Node try typing LabVIEW instead of LabVIEW.exe. That should resolve in the run-time engine on a machine without LabVIEW installed. It will in fact call into the run-time engine itself.
Jarrod S.
National Instruments
Message 2 of 2
(2,781 Views)