07-15-2016 03:09 AM
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.
07-25-2016 12:34 AM
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.
Hope it helps.