PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

Share trigger between PXIe-7972R and PXI-4461 on PXIe-1071 chassis

Hi All,

 

We are using the PXIe-1071 chassis and PXIe-8840 controller, containing 2 modules:

- NI PXIe-7972R connected to NI 5791

- NI PXI-4461

 

We would like to share trigger between them, either from 7972R to 4461 or vice versa. Since we want to send signal from both module at the same time. How do we accomplish that?

 

Thanks,

 

Ahmad,

Centrums ITB

0 Kudos
Message 1 of 7
(3,354 Views)

Are both of these cards going to synchronize on the same trigger source or are you trying to get one card to trigger the other? If they are both triggering from the same source, can you describe what the trigger is and where that signal is coming from?

Matt J | National Instruments | CLA
0 Kudos
Message 2 of 7
(3,317 Views)

Hi Jacobson,

 

Thank you for your reply,

We are going to get one card (either 7972R or 4461) to trigger another card. The main goal is to generate two signal from those cards at the same time.

 

Best Regards,

Ahmad

Centrums ITB

0 Kudos
Message 3 of 7
(3,305 Views)

@centrums.ni@centrums.ni wrote:

 


The main goal is to generate two signal from those cards at the same time.

 


If that is the case it sounds like you would rather want a single event, external to both devices, trigger the start of generation. Can you explain more of what the start condition of generation is (software button press, some incoming digital signal, etc.)? Can you also let me know what other modules you have in your PXI chassis?

Matt J | National Instruments | CLA
0 Kudos
Message 4 of 7
(3,294 Views)

Yes, the goal is to generate two different signal from two cards using one common/shared trigger, for example a software button press.

For now, in our PXIe-1071 chassis, we have two PXIe-7972R and one PXI-4461.

0 Kudos
Message 5 of 7
(3,289 Views)

Hi Jacobson,

We read the NI PXI-4461 specifications file (link: http://www.ni.com/pdf/manuals/373770j.pdf), it shows that it can use digital trigger source from PFI0, PXI_Trig<0..6>.

Is it possible to share PXI_Trig from 7972R to 4461 using one PXI_Trig?

0 Kudos
Message 6 of 7
(3,288 Views)

You can have both devices trigger off of one of the PXI_Trig lines. For the 4461, you will need to use the DAQmx API to set the start trigger source as the trigger line. The FlexRIO is a bit more manual but basically you can just read the trigger line as you would any other digital input so you would just need to look for a rising edge and then use that condition to begin operation.

Matt J | National Instruments | CLA
0 Kudos
Message 7 of 7
(3,275 Views)