01-26-2007 07:23 AM
01-26-2007 07:36 AM
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
01-26-2007 07:43 AM
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
01-26-2007 07:48 AM
01-26-2007 07:54 AM
02-03-2007 06:36 AM
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
02-05-2007 02:23 AM