09-30-2012 02:20 PM
Hello everyone and thanks in advance.
I have ordered to create an executable from the work of a colleague, is my first job in labview so I'm a little newbie.
I keep this manual to create
http://www.ni.com/white-paper/3303/en
I do the application but then it deas't recognize the card connected to the computer. (without the executable works perfectly from labview)
I get 3 warnings when i create the. EXE, and LabVIEW duplicates some basics vi's (matrix operations), and I created 3 folders where I generate the executable.
Any ideas?
thanks
10-01-2012 03:31 AM
by the way, the warning is the following.
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:\Archivos de programa\National Instruments\LabVIEW 8.5\vi.lib\Analysis\Matrix\Support\RealMatrix\RealMatrix.ctl
C:\Archivos de programa\National Instruments\LabVIEW 8.5\vi.lib\Analysis\Matrix\Datatypes\RealMatrix.ctl
C:\Archivos de programa\National Instruments\LabVIEW 8.5\vi.lib\Analysis\Matrix\Support\ComplexMatrix\ComplexMatrix.ctl
C:\Archivos de programa\National Instruments\LabVIEW 8.5\vi.lib\Analysis\Matrix\Datatypes\ComplexMatrix.ctl
C:\Archivos de programa\National Instruments\LabVIEW 8.5\vi.lib\Analysis\Matrix\Numeric\Subtract\Subtract - RM,RM.vi
C:\Archivos de programa\National Instruments\LabVIEW 8.5\vi.lib\Analysis\Matrix\Support\RealMatrix\Methods\Numeric.llb\Subtract - RM,RM.vi
thanks,
10-01-2012 07:17 AM
@DSouto wrote:
I do the application but then it deas't recognize the card connected to the computer. (without the executable works perfectly from labview)
What's the error message you get from the EXE?
Marco
10-01-2012 08:30 AM
Hi Marco, thanks for answering.
I have not errors with the exe, the problem is if I execute the exe, i can see the main application, but it is not capable to recognize the com port (my card is conected by COM port).
I'm using a MC56F8037 FreeScake card (input) ( http://cache.freescale.com/files/dsp/doc/data_sheet/MC56F8037.pdf ) to send signals to another card designed for my enterprise, and in this second card where I get the outputs.
The thing is, with Labview, without using the .exe, it works perfectly, i can conect the card using the COM port, modify the value of the signal etc. but when I build the exe, i can't.