LabVIEW MathScript RT Module

cancel
Showing results for 
Search instead for 
Did you mean: 

Duplicate File Names

When building my Vi with a MathScript node, I get the following error (and duplicate files)
 
LabVIEW prevented a file name collision during the build. Duplicate file names cannot be copied to the same destination. You can rename files as part of the build process to avoid name conflicts.
The following files were moved to a unique location:
C:\Program Files\National Instruments\LabVIEW 8.5\vi.lib\Analysis\Matrix\Support\RealMatrix\RealMatrix.ctl
C:\Program Files\National Instruments\LabVIEW 8.5\vi.lib\Analysis\Matrix\Datatypes\RealMatrix.ctl
C:\Program Files\National Instruments\LabVIEW 8.5\vi.lib\Analysis\Matrix\Support\ComplexMatrix\ComplexMatrix.ctl
C:\Program Files\National Instruments\LabVIEW 8.5\vi.lib\Analysis\Matrix\Datatypes\ComplexMatrix.ctl
C:\Program Files\National Instruments\LabVIEW 8.5\vi.lib\Analysis\Matrix\Support\ComplexMatrix\Methods\Numeric.llb\Multiply - CM,C.vi
C:\Program Files\National Instruments\LabVIEW 8.5\vi.lib\Analysis\Matrix\Numeric\Multiply\Multiply - CM,C.vi
 
I end up with a 'NI_Matrix' and a 'support' folder with identical files. Is each folder necessary for distribution and how can I eliminate the file duplication errors.
0 Kudos
Message 1 of 3
(7,186 Views)
Hello,

This is a by-product of the MathScript implementation.  Basically, there are two matrix datatypes being used under the hood.  We are working to eliminate this issue, but you can safely ignore the warnings.  You will need to bring both folders along with your built application.

Grant M.
Staff Software Engineer | LabVIEW Math & Signal Processing | National Instruments
0 Kudos
Message 2 of 3
(7,182 Views)
I am using 8.6; is there a resolution to this coming in LV9/LV2009?
0 Kudos
Message 3 of 3
(6,703 Views)