03-28-2006 06:30 AM
03-29-2006 11:50 AM
03-29-2006 12:07 PM
This isn't as convenient, but it's a whole lot cheaper than another DAQ board:
Use the DAQmx Export Signal property node to send your master sampling clock out to a valid PFI pin. Configure your slave AI to get its sampling clock from one of its valid PFI pins. Run a physical wire between those PFI pins on the two boards' terminal blocks.
Note: "valid PFI pin" is device-dependent. I think that MAX will give you info on possible signal routes for your devices.
-Kevin P.
03-29-2006 12:55 PM
Thanks to both of you for good answers! One small question, Jimmy: Wouldn't it be cheaper to buy an extra PCI-card instead? ..or is there a specific reason why you recommend buying an extra PXI-card?
I will do some homework on PFI-pins. If I can make this work I definitely deserve a raise!
Regards,
Einar
03-30-2006 05:14 AM
Hello again!
I've tried to modify one of the synchronized sampling examples in LV8 in order to realize the trigger communication. I have (of course) a couple of questions.
1) Will the attached vi work once i connect the physical wire? I haven't tried yet for reasons that are explained below.
2) Both my cards are connected to 2 BNC terminal blocks each (BNC-2110). All these four blocks have 9 contacts called PFI 1-9. How do I know which ones that correspond to the right PFI-source?
3) After the sampling: Where will the data collected by the PXI-system be stored? On the PXI-controller harddrive or on the host computer? A bit confused.
Bear with me
Regards, Einar
03-30-2006 07:14 AM
Oooops. Wrong file. Try this instead:
Einar
04-24-2006 05:09 AM
Hello!
It is just a matter of taste I guess but I think PXI chassis and synchronization is more convenient since you don’t have to care about physical wires or a RTSI cable.
Data will be stored at your host since it is the Windows application and LabVIEW with its DAQmx Read functions that actually transfer the data from the buffer created by DAQmx to LabVIEWs memory space in RAM.
04-24-2006 07:17 AM - edited 04-24-2006 07:17 AM
Hi!
We have ordered an extra PXI-card, but it would be interesting to know if it's technically possible to do it the original way (with one card in the host computer and one in the chassis). Is it, do you think?
So the data is stored at the host computer?? I f.ex. shared variables were absolutely necessary because data was stored at the pxi-controller and had to be transferred during execution.
regards,
Einar
Message Edited by einarsto on 04-24-2006 07:47 AM