From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

FPGA Interface C API, error -63105, NI-RIO: The C/C++ identifier is already in use and could not be created.

Solved!
Go to solution

Hi 

 

Setup:

1x NI PCIe-7841R

 

When I am trying to auto-generate a C++ API for my FPGA top VI using FPGA Interface C API 12.0 I get the following error.

Error -63105

NI-RIO:  

The C/C++ identifier "NiFpga_FPGATop_IndicatorBool_DMAFIFOtimeoutoccured" is already in use and could not be created.

 

Does anyone know what this means? Is there some kind of limitation on the naming of front panel interface controls?

 

/mola

0 Kudos
Message 1 of 2
(2,214 Views)
Solution
Accepted by topic author mola

Problem solved.

I had placed two indicators with the same name on the front panel - by mistake. It builds the FPGA without errors, but the C API generator did not support this.

 

/Mola

0 Kudos
Message 2 of 2
(2,195 Views)