An Error 61330 has occurred

Asked By 0 points N/A Posted on -
qa-featured

Hello,

By using FlexRIO hardware and LabVIEW FPGA with CLIP I am developing real time MIMO transceiver. It is shown below error while compiling an FPGA VI,

Can anyone tell me what this error is? I am not able to find any relevant discussion on this issue in NI site:

Error -61330 occurred at nfpgaCompileWorker_processStatusPipev: 1<- nfpgaCompileWorker_GetStatus.vi<-nfpgaCompileWorker__Worker.vi:1
LabVIEW FPGA: An internal software error in the compile
worker has occurred.
 
Error -61330 occurred at
nfpgaCompileWorker_processStatusPipev: 1<-
nfpgaCompileWorker_GetStatus.vi<-nfpgaCompileWorker__Worker.vi:1
 
Possible Reason(s):
 
LabVIEW FPGA: An internal software error in the compile
worker has occurred.
 
Ther was an error in our attempt to erite to our output Stream
(xml pipes). Exception: Text that the CompileWorker tried to send to
the LabView client contracted illegal xml characters that ere
unescapable

Primary Software:LabVIEW Modules>>LabVIEW FPGA Module

Primary Software Version: 2011

Primary Software Fixed Version: N/A

Hardware: Modular Instruments>>FlexRIO>>PXIe-7965R

Find the attached FPGA VI file to be compiled. In this VI, 'i_cst12' is an instantiated CLIP (component-level IP).

I need to resolve this issue ASAP.

Thanks.

Regards,

SHARE
Best Answer by Fraserr Dawn
Answered By 30 points N/A #146296

An Error 61330 has occurred

qa-featured
Hello there Robert,
 
The error you're getting occurs when you try to use the LabVIEW 2011 and a FlexRIO device. It actually says that your project file may be corrupted and needs some fixing.
 
To resolve the problem, create a new project, add the FPGA adapter I/O, copy your VI into the new project and recompile everything. 
 
Hope this helped.
Answered By 0 points N/A #199028

An Error 61330 has occurred

qa-featured

Hi!

I think I got your point. Look, the FlexRIO device and LabVIEW 2011 are both the causes of this problem.

It’s happening because of the encryption of these softwares. After all, since you aren’t worried, I suggest you to create a new project. It will be fine and fresh.

Have a nice time.

Best Answer
Best Answer
Answered By 0 points N/A #199030

An Error 61330 has occurred

qa-featured

Hello Robert,

The Error 61330 indicates that either of your device may have corrupted. This error appears when we use Lab View 2011 and with that Flex Rio device. The solution is straightforward. Please follow the simple steps mentioned below:

1. Go to project and create a new one.

2. Here find your I / O FPGA adapter and insert in your project.

3. Copy and paste all the VI's you are using into the new project you just created.

4. Compile the project again.

This will resolve your error problem.

Thanks.

Answered By 60 points N/A #146297

An Error 61330 has occurred

qa-featured

Hi  Robert L Mathis 

First of all, try restarting your computer then restart what you are trying to do. This should work if your system doesn’t have any other problems. If it still doesn’t work, try uninstalling the program then check your computer for any possible errors. Use a disk utility application to check the system. Also check out this Techyv post too to get more idea to fix this issue.

Lab VIEW FPGA Module – FLEXRIO hardware

Related Questions