Quantcast
Viewing all articles
Browse latest Browse all 69213

Is it possible to interface with an FPGA VI on a PXI target using something other than LabVIEW?

Hello!

 

I have a setup that consists of PXI-1036 chassis with a PXI-8108 controller and a 7851R FPGA card in it. There is also a host computer (PC) that I use to run the VIs on target. My problem is that the project codebase is a nightmare to support. I inherited it from another person, I already spent over a month on the refactoring, and I feel that LabVIEW is just not the best choice of the environment for this project. For this reason, I want to move the part that runs on the PC to something else, like C# or Python. I want to keep the LabVIEW code on the FPGA primarily because it makes the DMA transfers and reading/writing variables easy.

 

The question is, what is the best way to interface the new code and the LabVIEW FPGA code? 

 

Here is what I've been able to come up with so far:

1) There is a NI library that allows to interface C code with the LabVIEW FPGA, so the most straightforward solution would be to set up an RPC server that supports the basic FPGA functions on the chassis controller and call them remotely.

2) It seems that the chassis controller is already running an RPC server (so that the LabVIEW can run the VIs remotely). It would be great to connect to that with say C# code, but I couldn't find any documentation or libraries for doing so.

3) There is a "VI server" and "Web server" options in the properties of the chassis controller, but again I couldn't find any documentation and libraries for using those.

 

Could you please offer any suggestions on the best way to approach it?

 

Thank you!


Viewing all articles
Browse latest Browse all 69213

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>