I am trying to run a testbench on my FPGA VI. I am using an NI 7972R FPGA Module with a 5751B Adaptor IO Module. I am following the "Tutorial: Creating Test Benches" page in the LabVIEW FPGA User's Manual: https://www.ni.com/docs/en-US/bundle/labview-fpga-module/page/tutorial-creating-test-benches-fpga-mo....
When I try to create the block diagram shown in the tutorial using digital input and output pins located on the 5751, I am shown error -61399 upon running the VI.
Error -61399 occurred at Execution of an FPGA VI on the development computer
Possible reason(s):
LabVIEW FPGA: Execution of the FPGA VI on the development computer is not supported for the given item/node in the custom VI used for FPGA I/O.
Node type: Read I/O
I/O item: IO Module\DI 1
I believe this is because the IO on the 5751B is not recognized as IO on the FPGA system.
What could be causing this error, and is there a configuration detail with either the FPGA or IO Module that I am missing?