LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

FlexRIO C drivers

Dear all,

I need to incorporate my FlexRIO NI7651 FPGA to another program that automatice it's start and combine with other instruments/boards. The main thing is that I need the drivers of this board, the ".h" and the dll in order to program when to read blocks, registers or whatever.
Do any of you have those files?? I have been surfing and the only thing I have seen is LabView C API, but I don't want to  develop a program in Labview and then pass to C, I want to have the primary FlexRIO drivers of the main board and the operate, without the intervection of LabView.

Thanks.

 

Best Regards,
Miguel.

0 Kudos
Message 1 of 2
(2,802 Views)

Hello Miguel,

 

the FPGA can be only programmed in LabVIEW and then with LabVIEW a c file and a header file will be genertated to access the FPGA. There is no direct access to the register on the FPGA. The access depend on the programm you have written for your FPGA.

Intro FPGA C interface

Hope it helps.

best regards
Alexander
0 Kudos
Message 2 of 2
(2,709 Views)