LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

time delay feedback

HI James,

 

Thanks for the help. So the FPGA PCI card will definitely allow me to carry out what I showed in that PNG figure I posted (most importantly capturing by AI, storing, shifting and then outputting to AO waveforms with us precision while simultaneously runnning another AO and AI)? I'm afraid I don't have any experience programming FPGA and very limited experience overall with labview. My Labview code isn't that complicated.

 

 Cheers,

 

Steve
0 Kudos
Message 21 of 24
(1,084 Views)

bobdone wrote:

HI James,

 

Thanks for the help. So the FPGA PCI card will definitely allow me to carry out what I showed in that PNG figure I posted (most importantly capturing by AI, storing, shifting and then outputting to AO waveforms with us precision while simultaneously runnning another AO and AI)? I'm afraid I don't have any experience programming FPGA and very limited experience overall with labview. My Labview code isn't that complicated.

 

 Cheers,

 

Steve

Yes the FPGA will do what you describe.  I will update the example I posted to do what you describe.  The only fuzzy part I am concerned with is the recording to disk.  What rate are you looking to store to disk?  I would have to test to see if there are going to be issues with acquiring at full rate (~833 KHz).

Stu

Stu
0 Kudos
Message 22 of 24
(1,077 Views)

stu@viewpointusa.com wrote:
....  The only fuzzy part I am concerned with is the recording to disk.  What rate are you looking to store to disk?  I would have to test to see if there are going to be issues with acquiring at full rate (~833 KHz).

Stu


Stu,

 

A trick form the "old days" is to just use anther system to do the recording. Smiley Wink

 

Yes there are more elegant ways that require less hardware.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 23 of 24
(1,074 Views)

bobdone wrote:

HI James,

 

Thanks for the help. So the FPGA PCI card will definitely allow me to carry out what I showed in that PNG figure I posted (most importantly capturing by AI, storing, shifting and then outputting to AO waveforms with us precision while simultaneously runnning another AO and AI)? I'm afraid I don't have any experience programming FPGA and very limited experience overall with labview. My Labview code isn't that complicated.

 

 Cheers,

 

Steve

See attached code.  FPGA code to perform the algorithm you describe.  This is coded for minimum delay.  longer delays are obviously possible.

Stu
0 Kudos
Message 24 of 24
(1,052 Views)