I am trying to use Labview FPGA module for my experiment. The simplest explanation of the system would be that I generate a reference signal and my device has to track that signal . I want to implement controller on Labview FPGA.
if your familiar with LabVIEW programming, their is no difference in Programming for LabVIEW FPGA, start writing the Code in the VI created from project explorer.
If your implementating a system for setpoint tracking, implement a simple PID control or P Control with step Input and transfer the code into FPGA module like CRIO or Spatran 3E
Thank you sir i will try it. there are now many example available on net if you have any website where they have implement it on a realtime system could you please forward it to me. Thank you again.
LabVIEW provides a lot of examples. I would suggest you do a search for "FPGA" in the NI Example Finder. Use one of these examples that closest to you application as a template.