08-02-2011 10:03 AM
Hi,
I want to capture N (65536 ETC) 18 bit digital data using PCI6534 and NI DAQMX Software. Acquire the data once on every
rising edge of data ready signal. When there is no data ready signal, nothing should be the acquired.
Also I want to start capture data when data matches a particular parallel data pattern. Please post any example VI.
Solved! Go to Solution.
08-03-2011 12:38 AM
Hi,
I would request you to refer the given below links. They would take you to some example VI's that almost functions in the manner you specified in your query.
http://zone.ni.com/devzone/cda/epd/p/id/2553
https://decibel.ni.com/content/docs/DOC-11426
I trust this piece of information would be helpful to you.
Regards,
Sagar G Yadav | Application Engineer | National Instruments
08-04-2011 12:49 AM
Sagar,
Thank you for the details. Now I am able to develop my code. Please find the attched vi for the details. Could you review it once ?
I want to capture 18 bit data,So I am using port0_32 as my input port.
For individual ports P0.7 is MSB and P0.0 is LSB. Which is MSB and LSB when I select all ports as input ? I am assuming P3.7 is MSB and P0.0 is LSB.
I am using PFI2(or PIN 2) as external sample clock. Is this correct?
Is my code is fine to collect 18 BIT ADC DATA using external data latch signal ?
Thanks,
Siva