Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Is high speed daq done on a compactrio comparable in terms...

2 views
Skip to first unread message

aetc

unread,
Nov 9, 2004, 1:07:09 PM11/9/04
to
Is high speed daq done on a compactrio comparable in terms of
performance specifications to that done on a pci6071e?

I would like to perform continuous data aquisition, that I currently
use a PCI6071E for, on Compact RIO. What are the similarities and
differences in terms of DAQ capabilities and performance (resolution,
settling times, ground reference issues, max input voltage range,
channel gain, pre-/post gain errors, system noise, input impedance
etc)?

Christian L

unread,
Nov 9, 2004, 1:44:13 PM11/9/04
to
Any comparison will depend on which CompactRIO module you choose.
Currently for analog inputs you only have the 9215 module as a choice
though.

The manual for the 6071 and 9215 will give you all the detailed specs
and their differences, but here is a rough overview.

<b>6071</b> <a
href="http://digital.ni.com/manuals.nsf/websearch/06F1C9FB0D0BA5C286256C010057461B?OpenDocument&node=132100_US">manual</a>

64SE/32Diff multiplexed input channels running at a sum sampling rate
of ~1.25 MHz, 12 bit resolution, with a variety of gain settings to
increase resolution in smaller voltage ranges.

<b>9215</b> (one module) <a
href="http://www.ni.com/pdf/manuals/323779a.pdf">manual</a>

4 Diff simultaneous iput channels, running at a maximum of 100 kHz
(each channel), with 16-bit resolution across a +-10V range, no gains.
You can place up to 8 modules in one CompactRIO chassis to increase
the number of channels.

One big difference will be how you process the data. With the 6071,
data is transferred to the main processesor using DMA. Using
CompactRIO you can use and process the data directly on the FPGA, or
you can transfer it back to the RT processor on the CompactRIO
controller to process the data in LabVIEW RT. The bandwidth of the
data transfer from the FPGA to the RT processor is lower than a DMA
transfer from the 6071, so you need to make sure that you can transfer
the data fast enough for your application.

Christian L

0 new messages