Lab VIEW error executing FPGA IV on PC

Asked By 0 points N/A Posted on -
qa-featured

Hello,

I am running my FPGA VI on my Development Computer with Simulated I/O and have selected to Use Custom VI for FPGA I/O. When I run my VI, I get this error. Can anyone help me please to fix this one ?

Thank you experts!

 

 

LabVIEW FPGA reported the following error:

Execution of the FPGA VI on the development computer failed because the custom VI used for FPGA IO called a VI or a function that returned an error.

Error message reported by the VI:

Error -61399 occurred at Executio 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: Mod1/AI0

OK

SHARE
Answered By points N/A #179367

Lab VIEW error executing FPGA IV on PC

qa-featured

The problem is arising because there’s no physical IO lines present on the host PC. In order to solve this issue, you have to configure simulated data.

1. From Project Explorer, right-click on the FPGA target.

2. Go to Properties >> Debugging.

3. In “Execute VI on Development Computer with Simulated I/O” section, two options are available. Select “Use Random Data for FPGA I/O Read”.

After this fix, such error won’t trouble you again for sure.

Related Questions