LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Mass compile - LabVIEW did not compile the file

Solved!
Go to solution

I'm trying mass compile some of my project files from 8.6 to LabVIEW 2010, When I mass compile I get the below warning for few VI"s

 

 LabVIEW did not compile the file <VI Name>  

 

The VI's for which these warning occur have few deprecated functions, like the calles property node. I'm not sure why this happens. Does this mean Mass Compile will not compile files with deprecated functions/nodes ?

 

Thanks,

Sathish

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

Possibly.

 

One thing you can do though is open that VI in LV 2010 (only that VI) and then hold "ctrl+shift" and clic on run, this will force LV to recompile all the VIs in memory, see what happens when you do that.

If your VI calls some deprecated properties, you might have to change that it to use up to date properties before you can compile it.

 

Can you post the VI that does not compile?


We have two ears and one mouth so that we can listen twice as much as we speak.

Epictetus

Antoine Chalons

0 Kudos
Message 2 of 3
(2,757 Views)
Solution
Accepted by topic author lordsathish

TiTou, thanks for replying. I was actually a mistake from my end, these were not VI's with deprecated functions, but these were VI's that were added to the lvlib and were deleted from the disk. That's why LabVIEW did not compile Smiley Happy

 

There weren't any documentation about this error, So I immediately posted it. I should have debugged it more carefully.

 

Thanks,

Sathish

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