Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

Error while deploying my program to RTOS

Solved!
Go to solution

Hello

 

when I wnat to deply my program into RTOS , the following error appears and doesnot let the deployment finish successfull ,,,,,,,,, so alreay it´s not possible for me to work with the system.

 

I am using a Host computer , a Real Time system with it´s RTOS (Labview Real-Time 8.6) with compact RIO cards and a FPGA card ,,,,,,,,,, 

 

The error is :

 

 

´´´´´´´´´´´´´´´´

Deploying niLvFpgaAdjustHostInterfaceError.vi(12,10 K)
Deploying niLvFpgaErrorClusterFromErrorCode.vi(10,27 K)
Deploying nirviErrorClusterFromErrorCode.vi(6,68 K)
Deploying Trim Whitespace.vi(4,23 K)
Deploying Error Cluster From Error Code.vi(350,11 K)
Deploying nirio_WriteBig.vi(23,59 K)
Deploying nirio_CleanUpAfterDownload.vi(5,82 K)
Deploying nirio_Download.vi(13,76 K)
Deploying nirio_DisableInterrupts.vi(12,35 K)
Deploying nirio_ReadBig.vi(37,66 K)
Deploying nirio_IsItOKToDownload.vi(6,64 K)
Deploying nirio_ConfigureBitstreamVersion.vi(13,58 K)
Deploying nirio_PrepareForDownload.vi(6,64 K)
Deploying nirio_EnableInterrupts.vi(13,58 K)
Deploying nirio_Open.vi(13,91 K)
Deploying nirio_Reset.vi(12,35 K)
Deploying nirio_DMAStopAll.vi(12,37 K)
Deploying nirio_ConfigureRegisterAddresses.vi(6,63 K)
Deploying nirio_DMAReconfigureDriver.vi(17,41 K)
Deploying nirio_GetCompilationResults.vi(13,61 K)
Deploying nirio_Close.vi(11,28 K)
Deploying nirviIntfClose_PCI-7813R.vi(85,91 K)
Deploying Volts to Temperature.vi(34,01 K)
Deploying NI 9211 Convert to Temperature (Calibrated).vi(7,86 K)
Deploying nirviFillInErrorInfo.vi(8,53 K)
Deploying nirviReportUnexpectedCaseInternalErrorHelper.vi(5,51 K)
Deploying nirviReportUnexpectedCaseInternalError (String).vi(4,98 K)
Deploying nirviReportUnexpectedCaseInternalError (U32).vi(5,20 K)
Deploying nirviIntfOpen_PCI-7813R.vi(90,91 K)
Deploying 2010_Library.lvlib\\192.168.0.19\2010_Library deployment failed (error: -2147467259, LabVIEW:  (Hex 0x80004005) Unspecified error.).
Deployment completed with errors

 

´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´

 

I have done lot´s of efforts to solve it ,,,,, but no result ,,,,,,,,,,,, I am sure that the problem is not because of my program , I have checked some differenet programs and the result is the same , I guess something has happened to my RT computer or my RTOS.

 

 

Thanks in avanced for your help ,,,,,,

0 Kudos
Message 1 of 2
(3,773 Views)
Solution
Accepted by MATLAB- compactRIO

Hola,

 

por lo que he visto, el error que tienes está asociado a varias cosas entre las que se incluyen la versión de LabVIEW, la del driver (NI-RIO) y el Scan Engine. Para intentar solucionarlo vamos a hacer dos cosas:

1.- Reinstalar todo el software del cRIO.

Para ello ve al MAX >> Configuration >> Remote Systems >> cRIO-9012 >> Software. Selecciona Software con el botón derecho y pincha sobre Add/Remove Software. Desinstala todo el software del cRIO. Cuando se reincie, repite la operación para instalarlo. A la hora de seleccionar el software que quieras instalar, marca NI-RIO x.x.x (mes) (año). NO selecciones la opción NI-RIO x.x.x (mes) (año) with NI Scan Engine Support. Reinicia y vuelve a hacer el deploy para ver si el error ha desaparecido.

2.- Formatear el controlador.

En primer lugar, hay que mover el DIP Switch SAFE MODE del controlador a la posición ON. Ve al MAX, selecciona el cRIO-90xx con el botón derecho y selecciona Format Disk. Una vez formateado el controlador y reiniciado, dale la IP y máscara de subred correspondiente y reinstala todo el software según lo descrito en el paso anterior (SIN Scan Engine Support). Prueba de nuevo a hacer el deploy desde el proyecto.

NOTA: Recuerda cambiar la IP del cRIO en el árbol de proyectos de LabVIEW.

 

De esta forma es como se solucionan los errores del tipo "Deployment completed with errors". Suerte con ello!

 

Jesus

Message 2 of 2
(3,741 Views)