03-01-2018 08:50 PM
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
03-02-2018 10:44 AM
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?
03-05-2018 12:28 AM
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
03-05-2018 12:43 PM
@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?
03-06-2018 01:54 AM
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.
03-06-2018 02:09 AM
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?
03-06-2018 06:39 PM
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.