Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

how to synchronize Analog Input and Analog Output in VB6?

Hi, there,
Does sb. know how to synchronize Analog Input and Analog Output in VB 6? If so, could you please tell me where I can find the sample? I'm using PXI-6259.Thanks in advance.
 
Yingmai
0 Kudos
Message 1 of 3
(6,751 Views)

Hello Yingmai,

I am assuming that you are using DAQmx and also that you are just wanting to synchronize using the same board. Please correct me if I am wrong.

The NI-DAQmx Visual Basic 6.0 type library is based on the NI-DAQmx C API. Therefore, in addition to the installed Visual Basic 6.0 examples, you can also refer to the NI-DAQmx C API examples when creating a new NI-DAQmx application in Visual Basic 6.0.

Please see the following Knowledge base article for information on how to use the C examples for Visual Basic. There is a synchronization example for C, which you can use.

NI-DAQmx Examples for Visual Basic 6.0

Regards,

Raajit L

Application Engineer

National Instruments

Raajit L
National Instruments
0 Kudos
Message 2 of 3
(6,733 Views)
I have found that the installation software will only install the C code examples if you have C++ already installed. This is unnecessary limitation. I had to borrow a copy of C++ , install it, install the examples, then dump C++. Sorry Microsoft I cheated on the licence for about 3 minutes!!
0 Kudos
Message 3 of 3
(6,724 Views)