Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Triggering with FPGA

Hello All,

 

Question: I am getting an analog signal from a hardware with a frequency of 78Mhz which I need to feed in a different hardware but with a frequency of 100Hz as the second hardware doesn't supports input more than 100Hz.

 

Idea and Code: I have attached a code I wrote & thought might work in FPGA and the idea was to get the input triggers from the source 1 and send it through FPGA to hardware 2 with a delay of 10ms = 100Hz. I am using a NI SCB-68 I/O board to receive the input at DIO0 and sending it through DIO15 visa using NI PXI 7854R. I expected this might solve my purpose but the LED associated with DIO0 and is showing Timed out. And its not working as it was supposed to.

 

I believe one biggest reason can be as my input is analog and I am using DIO0 port as input which I just realized might be a problem for sure. If yes, 1. Would simply using an analog port will help or work?

2. If not, what is the way I can change it to analog or what may help me to work this somple code out?

3. Suggestions on where I am wrong or any examples or modifications which can help me?

 

Looking forward to your replies.

Thanks.

Download All
0 Kudos
Message 1 of 3
(2,297 Views)

What are the characteristics of the signal?  DIO are typically faster, but you have to be careful of the signal you are looking at.

 

What device are you trying to trigger?


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 3
(2,277 Views)

The signal is a CW type analog ouput coming from a laser and is going to trigger a camera to let the camera know when to acquire the image based on the trigger pulse received. 

 

The camera can't handle the frequency more than 100hz that's why I was trying to implement as mentioned in my initial post. 

0 Kudos
Message 3 of 3
(2,270 Views)