LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Analogic/Digital converter ...

Hello.

I've a PCI-MIO-16E-1 card with 2 analog outputs, and I want to use both in the same time (in multisamples mode for each one), but I can't.

So, is it possible to "split" or to share the converter between the two outputs ? Or to do "one point for DACOUT 0, one point for DACOUT 1, one point for DACOUT 0 etc ...

Thanks.
0 Kudos
Message 1 of 2
(2,499 Views)
Hi Lacertae,

Unfortunately, the PCI-MIO-16E-1 (PCI-6070E) does not allow you to generate two individual analog signals. There are two factors that make controlling two output channels impossible.

First, E-series boards rely on the DAQ-STC chip to provide the timing for the board. In the E-series devices, only one Analog Output update clock exists to control the timing of the analog outputs. What this means is that when you start the output on Channel 0, the update clock for both channels is started. There is not a second update clock available to control the start of the second channel independently.

Second, there is a limitation in the NI-DAQ drivers that only allow you to configure one output group. Therefore you can only specify properties for one group
and all channels that you wish to use must be in that one group.

With that said, you can program your analog data generation to appear as though there are two analog signals generated independently. This is described in a knowledge base document on our website:
http://digital.ni.com/public.nsf/websearch/862567530005F09E8625676F00454A3D?OpenDocument

The only way to truely achieve independent control of two analog output signals is to split up the two output channels between two separate E-series boards.

Thanks for contacting NI,
Marcus G.
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(2,499 Views)