PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

how to trigger PXI-5661

Hi all
 
If I have two PXI-5661s installed in a chasis can I trigger them to start a aquisition simutaneously? How?
 
Cheers, Cheng
0 Kudos
Message 1 of 7
(4,675 Views)

Hi Cheng,

Yes you can trigger both at the same time. You didn't specify which ADE you are using so for LabVIEW use the niRFSA Configure Trigger.vi. This is a polymorphic vi so choose the Digital Edge Ref trigger instance and select the appropriate trigger source (PFI0 would probably be good) then connect both PFI0 connectors to your trigger mechanism. You could equally use one of the PXI trigger lines if you have some other PXI hardware from which you get your trigger. If you are using CVI then use the niRFSA_ConfigureDigitalEdgeStartTrigger ( ) function, the parameters are defined in the help file.

Hope this helps,

Nick

0 Kudos
Message 2 of 7
(4,672 Views)

Hi Nick,

thank you for the reply. I forgot telling that I'm programming both 5661s with C. How to trigger both modules then?

Cheers, Cheng

0 Kudos
Message 3 of 7
(4,668 Views)
Hi Cheng,
 
You can still use the CVI function it is really a C function call but with CVI you have the extra ease of use of the front panel programming method. But you can still use the same functions in any C environment.
 
Nick
 
0 Kudos
Message 4 of 7
(4,666 Views)
Great! It seems easy... Thanks. Cheng
0 Kudos
Message 5 of 7
(4,663 Views)

Hi Nick

It seemed easy, but...

I don't have a hardware trigger mechanism but want to trigger both 5661s by software simutaneously. Can I send a trigger to the PFI or PXI trigger line by software, e.g. CVI? 

Cheers, Cheng

0 Kudos
Message 6 of 7
(4,629 Views)
Hi Cheng,
 
Yes you can, use the following function:-
 
NI RF Vector Signal Analyzers Help>>Programming>>Reference>>C/C++ Reference>>Functions>>Configuration>>Trigger>>Advance Trigger>>niRFSA_ExportSignal
 
This should help.
 
Nick
0 Kudos
Message 7 of 7
(4,613 Views)