08-28-2012 08:45 AM
I got Error 15 when I tried to use a custom .fpgaconfig file and I can't figure out what the problem is. I am in the process of moving testing to using VeriStand and RT/FPGA so I am still learning. I'm not sure where to start with this error and nothing came up when I did a quick search. I included a screen shot of the error box.
Thanks.
08-29-2012 10:02 AM
Hello Joe,
FPGA code written to work with NI VeriStand must follow a specific template to:
The Creating a Custom FPGA Bitfile topic in the VeriStand Help files includes several guidelines for writing and modifying FPGA code. Based on your attached error code, several relevant guidelines are:
I recommend opening a sample VeriStand FPGA VI and checking if your FPGA VI still contains all the same front panel Configuration controls (especially the "Start" control). Also, make sure no other front panel controls are named "Start".
If you cannot find or have modified the sample VeriStand FPGA projects, I have attached the projects (Templates.zip) and a JPG of the relevant front panel section.
If this does not resolve the problem, I recommend checking the <Parameters> sections of your fpgaconfig file. Referencing the Creating a Custom FPGA Configuration File topic in the VeriStand Help, you will need to either:
Regards,
Andrew Brown