LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem With FPGA Compile Worker

I get the following error when trying to compile anything using the local compile server. Error -61330 occurred at niFpgaCompileWorker_ProcessStatusPipe.vi:1<-niFpgaCompileWorker_GetStatus.vi<-niFpgaCompile_Worker.vi:1 Possible reason(s): LabVIEW FPGA: An internal software error in the compile worker has occurred. There was an error in our attempt to write to our output stream (xml pipes). Exception: Text that the CompileWorker tried to send to the labview client contained illegal xml characters that are unescapable.
0 Kudos
Message 1 of 4
(2,821 Views)

Hey homesru,

 

If I could get some more information out of you that would help me in finding a solution for you. What version of LabVIEW, LabVIEW Real-Time, and LabVIEW FPGA and what version of the NI-RIO driver are you using. Also, are you using any FPGA hardware, and if so what are you using? If you could give me this information I would have a much better idea as to where to start looking.

 

Thanks,

 

Doug B

Applications Engineer
National Instruments
0 Kudos
Message 2 of 4
(2,804 Views)
I ma using LabVIEW 2011, LabVIEW RT version 11.0.0 , LabVIEW FPGA version 11.0.0 and NI-RIO version 4.0. I am not using any FPGA hardware. I am using some CLIP nodes but i have tried to build vi's that do not include CLIP nodes and get the same error. I am not hooked up to the hardware during the time i am trying to build the vi's.
0 Kudos
Message 3 of 4
(2,797 Views)

Hey homesru,

 

This error code has come up one other time that I know of and the issue resided within the CLIP nodes. For the previous case, there was a component in a CLIP node that was named AddSub and that name conflicted with some LabVIEW resource and caused the error. Just like in your case, the other customer continued to get the error even if he stopped trying to compile the VI with the CLIP nodes in it. He was able to solve this issue by renaming the CLIP resource that was causing the problem.

 

Hope This Helps,

 

Doug B

Applications Engineer
National Instruments
0 Kudos
Message 4 of 4
(2,780 Views)