02-17-2015 11:11 AM
Hi,
we are using the following setup:
Usually, the transmitter runs fine. Then, every once in a while, after pressing the "STOP" button in the GUI, the VI will terminate with an error. Once this happens, the transmitter cannot be started again via the green play button. Restarting LVC does not help. Rebooting the PC does.
Moreover, once the error has occured, it is also not possible to run the stock streaming example anymore.
I hope this helps,
Nicola
02-18-2015 11:57 AM
Hi Nicola,
have you tried to recompile the FPGA bitfile? This error seems to be related to the versions of the bitfile and the application running on the host.
Best regards,
Melanie
02-18-2015 12:36 PM
It's all running on the stock streaming example with barely any modifications on the host side. We haven't touched the bitfile. It was not necessary yet, because for the first tests, I just wanted to get a feeling how the hardware and software behaves without digging too much into the details.
We are planning to add new functionality to the FPGA code soon, so recompiling will be inevitable. I will keep an eye on that error.
Thanks,
Nicola
11-03-2015 04:46 PM - edited 11-03-2015 04:47 PM
I have the same problem!!
Error -1074100594 occurred at niUsrpRio Config v1 Host.lvlib__Check Versions.gvi:1040001
Possible reason(s): The Configuration library signature on the host does not match the FPGA. Recompile FPGA.
Complete call chain:
niUsrpRio Config v1 Host.lvlib__Check Versions.gvi:1040001
niUsrpRio Config v1 Host.lvlib__Open 2.gvi:280001
niUsrpRio Config v1 Host.lvlib__Open.gvi:3720001
Open Device.gvi:2740001
Full Duplex Streaming (Host).gvi
11-04-2015 10:56 AM
Hello SteCla,
This error is indicating that the FPGA VI needs to be recompiled. If you made any changes to the FPGA VI, it needs to be recompiled.
With regards to specifying the bitfile reference, this is done in the Open Device GVI in the Full Duplex Streaming (Host).gvi. This is located on the far lefthand side of the block diagram. The Open Device GVI contains Open FPGA VI. If you select the Open FPGA VI, the Ribbon will populate with Node Tools. This will have a Properties Section that allows you to link to lvbitx file. Make sure that this is linked to the most up to date version of the lvbitx file.
Regards,