LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problema al abrir archivo de excel en ejecutable

Buen dia.

 

Estoy trabajando con un programa en LabView el cual requiere guardar datos en un archivo en excel, el archivo se encuentra guardado en un folder llamado reports en C:\, cuando corro el programa en Labview este realiza bien todo el proceso de abrir, modificar y guardar el archivo con otro nombre, pero al crear el ejecutable, el programa no abre el archivo, solo aparece una pantalla muy rapido, no marca ningun error, solo no realiza las acciones de abrir el archivo.

 

me podrian auxiliar con este problema?

 

Esta es la imagen del codigo para abrir el archivo en excel:

Pandapolar1_0-1753884722195.png

Esta es la ventana que aparece muy rapido al correr el ejecutable:

Pandapolar1_1-1753884739024.png

 

Agradezco de antemano su apoyo.

 

Saludos

 

0 Kudos
Message 1 of 3
(116 Views)

Actualizacion:

Al correr el ejecutable me aparece el siguiente error:

Possible reason(s):

LabVIEW: (Hex 0x464) VI is not loadable.

In a built application, this error might occur because the VI being loaded was last compiled for a different OS or with CPU features, such as SSE, that this target does not support. In this case you must rebuild the application for the target OS and make sure SSE compiler settings in the build specifications match the target platform. This error also might occur if the VI is a polymorphic VI, which cannot be loaded in the LabVIEW Run-Time Engine. You must load an instance of the polymorphic VI instead of the polymorphic VI itself.


Complete call chain:
Hipot Test.exe.lvlib:Get LV Class Default Value.vi
Hipot Test.exe.lvlib:NI_report.lvclass:Create Report.vi
Hipot Test.exe.lvlib:HIPOT.vi

LabVIEW attempted to load the class at this path:
C:\Users\llucero\Documents\Luis Lucero\PROYECTOS\HIPOT area HiFire\builds\HIPOT\Hipot Test\Hipot Test.exe\1abvi3w\vi.lib\Utility\NIReport.llb\Excel\NI_Excel.lvclass

0 Kudos
Message 2 of 3
(97 Views)

Resuelto:

Agregue la clase que se encuentra en el siguiente path: C:\Program Files\NI\LVAddons\rgt\1\vi.lib\Utility\NIReport.llb\Excel\NI_Excel.lvclass

0 Kudos
Message 3 of 3
(90 Views)