NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I specify a LV FPGA VI as a TestStand Seq Step module?

I am developing a Test Stand Application. I have LabView FPGA Host VIs that are functional when running LabView through Project Explorer. I would like to call these Host VIs from TestStand but when I specify the Host VI as the Sequence Step's module the VI's arrow is broken. The block diagram error is "Read/Write Control: top-level VI not opened from a project". What can I do to call these Host VIs from TestStand?
Thanks,
Ed
0 Kudos
Message 1 of 2
(4,775 Views)
Ed,

The VI is broken because it doesn't contain the reference of the Input / Output of the FPGA device. To correct this issue you have to use the Open FPGA Reference VI, right click and select the bitfile of the compiled code. That should allow you to call your FPGA code from TestStand.
Test Engineer - CTA
0 Kudos
Message 2 of 2
(4,713 Views)