From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

Transmit signal from PXIe-6341 to PXIe-7962R

Solved!
Go to solution

I am designing a scanning image system. PXIe-6341 and PXIe-7962R are on PXIe-1073. PXIe-6341 is used to collect the trigger signal from pin AI0; PXIe-7962R is responsible for processing image data. However, I do not know how to transmit trigger data from PXIe-6341 to PXIe-7962R. I cannot use PXI_Trig0 in FPGA correctly. 

I think it is an easy question, but I really cannot find a suitable manual on NI website. 

Are there some demo can illustrate the way to transmit signal from PXIe-6341 to PXIe-7962R?

0 Kudos
Message 1 of 6
(2,341 Views)
Solution
Accepted by topic author OliverZT

Hi Oliver, yes it is not difficult.

 

DAQmx

connect.PNG

 

 

 

 

 

 

FPGA

FPGA.PNG

 

Certified LabVIEW Developer
There are only two ways to tell somebody thanks: Kudos and Marked Solutions

GCentral
0 Kudos
Message 2 of 6
(2,239 Views)

Great. Thank you so much!

0 Kudos
Message 3 of 6
(2,235 Views)

Hi Emboar,

Thanks for your answer. I am a little bit clear about how to connect with DAQmx and FPGA.

 

I have other questions. From my past experience of other embedded engineering experience, I am sure they are simple problems. However, I cannot find suitable manuals at NI website. Maybe they are too simple questions 😞 

 

(1) In my design, the destination term is indeed PXI_Trig0, but the source terminal it should be AI0, an analog input. I need to detect the rising edge of the analog signal at AI0. Is it still right to use the source terminal as StartTrigger in your image?

(2) I need to detect the rising edge at the speed up to 80 MHz. Do something else modules in DAQ need to be set up?

(3) 

The input signal to AI0 is a pulse signal with 1 Hz, 5 Vpp. The result shows the 'signal' light is zero.

 

Host Design

OliverZT_1-1575950141566.png

FPGA Design

OliverZT_2-1575950158050.png

Result

OliverZT_3-1575950500192.png

0 Kudos
Message 4 of 6
(2,228 Views)

You don't generate any trigger signal on DAQmx, FPGA doesn't detect it never.

For example,

 

Generate Pulse on Counter --> Counter signal is routed to PXI_Trig --> FPGA read PXI_Trig

 

Try it on.

Certified LabVIEW Developer
There are only two ways to tell somebody thanks: Kudos and Marked Solutions

GCentral
0 Kudos
Message 5 of 6
(2,209 Views)

Hi,

I have similar problem with PXIe-6341 and PXIe-7971R on PXIe-1088. Is it possible to get directly a signal from the FPGA PXIe-7971R to the analog output on the PXIe-6341 ?

0 Kudos
Message 6 of 6
(1,309 Views)