LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

MathScript Node in PPL

Hi,

 

I am trying to compile a Packed Project Library containing every classes in my project. What I did is I created a project library, added the classes in it and made a build spec for the PPL. I got an error during the build process saying that one of my VI used a MathScript node and that this couldn't be part of a PPL. So I removed the class containing this VI from the library, as well as the classes containing VIs calling this VI, and so on... But I still get the same error for that same VI when trying to compile the PPL. Why is that??

0 Kudos
Message 1 of 3
(2,079 Views)

Anybody?? Still wasn't able to compile the PPL...

0 Kudos
Message 2 of 3
(2,042 Views)

It sounds like there must be MathScript nodes left somewhere in the application.

 

Try opening one of the VI's and pressing CTR+F to open the Find Dialog. In there you can select the MathScript node as the object you are searching for and keep the search scope as "All VIs in Application Instance."

 

You also can try building a packed project library of smaller parts of your VIs to try and isolate what section may be causing the error.

Craig H. | CLA CTA CLED | Applications Engineer | NI Employee 2012-2023
0 Kudos
Message 3 of 3
(2,016 Views)