Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

How to outout two analog voltage at the same time in two analog output channels?

I use the BNC 2110. I want to output two analog voltage at the same time at two analog output chanels. Do I have to use multithreading? And how to do that? Thanks.

0 Kudos
Message 1 of 8
(3,290 Views)

Hi,

 

The BNC 2110 is a connector block, not a DAQ device.

What type of DAC device are you using and what programming language are you writing with?

 

Curt 

0 Kudos
Message 2 of 8
(3,279 Views)

There is a function generation on the board and I use that to generate the signal. I use that to control a microscope.

0 Kudos
Message 3 of 8
(3,269 Views)

Hi,

 

I don't know if these apply to whatever hardware you're using, but try these examples

 

C#

 

http://zone.ni.com/devzone/cda/epd/p/id/1433

 

LabVIEW

 

http://zone.ni.com/devzone/cda/epd/p/id/1423

 

Curt

0 Kudos
Message 4 of 8
(3,266 Views)

I am using LabWindows CVI.

0 Kudos
Message 5 of 8
(3,262 Views)

Actually this does not work on my computer. It just output on one physical channel. What I want is to output on two physical channel.

Message 7 of 8
(3,234 Views)

Hi photoszzt,

 

I was able to get the example provided by Curt C to output on multiple channels. When selecting the channels in the example to use for analog output make sure to follow these steps:

 

1. Build and run the application

2. While the application is running press the arrow for physical channels to open the drop-down menu.

3. Press browse in the drop-down menu

4. To select multiple channels, hold the CTRL button and click each channel to be used for analog output

 

 


Milan
0 Kudos
Message 8 of 8
(3,213 Views)