LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I have compiled a program for a target after I added a new vi from NI_AALPro.lvlib. The addition worked fine on my development computer but gave me errors when run on the target.

I have compiled a program for a target after I added a new vi from NI_AALPro.lvlib. The addition worked fine on my development computer but gave me errors when run on the target.

 

The box displayed:

Missing subVI NI_AALBase.lvlib:1D Linear Evaluation.vi in VI NI_PtbyPt.lvlib:Linear Fit PtbyPt.vi

Missing subVI NI_AALPro.lvlib:MSE.vi in VI NIPtbtPt.lvlib:Linear Fit PtbyPt.vi

What do I need to do to bring the correct library into the transportable code?

 

0 Kudos
Message 1 of 7
(3,598 Views)

Hello,

 

I would like to test this myself.  Could you tell my what/which VI(s) from the NI_AALPro.lvlib you are using.  Thanks.

Justin Parker
National Instruments
Product Support Engineer
0 Kudos
Message 2 of 7
(3,536 Views)

The vi is from NI_PTbyPT.lvlib:Linear Fit PtByPt.vi.  I would think that any vi I used from the list of choices would be portable when I built an exe.

 

Thanks for any help.

0 Kudos
Message 3 of 7
(3,516 Views)

Hello,

 

I was unable to reproduce the behavior that you saw.  I was able to deploy my application with the Linear Fit PtByPt without issues.

 

deployment.png

 

Could you attach the smallest piece of code that reproduces this behavior so that I can test it as well?

Justin Parker
National Instruments
Product Support Engineer
0 Kudos
Message 4 of 7
(3,489 Views)

Thanks for working on this.  I have gotten by because I opened up the needed vi and cloned the calulations I need to get the job done.  Your window showed a deployment process that I do not see when I select Build. Do I have to set something up to execute a deployment?

0 Kudos
Message 5 of 7
(3,475 Views)

Hello,

 

The process that is shown is after the build.  My build completed without issues, what I am showing is the deployment and running of the rtexe.  But, I'm happy to hear that you where able to find a workaround.

Justin Parker
National Instruments
Product Support Engineer
0 Kudos
Message 6 of 7
(3,460 Views)

You need to install the Advanced Signal Processing Toolkit Run-Time Engine.

0 Kudos
Message 7 of 7
(3,421 Views)