Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Measurement Studio 6 - PCI 6014

I'm using Measurement Studio 6 to make a sinusoidal wave with a PCI 6014. I've an error when i use the examples containing the CNiFgen class. I would like to know if it's possible to use Measurement studio with this card ?
It seems there is a problem with the device name (resource name). The example tells to use "DAQ::1"

Thanks. (Sorry for my english)
0 Kudos
Message 1 of 3
(3,399 Views)

Hello,

Teh NI-FGEN drivers does not support the E series boards such as the PCI-6014. To generate a waveform with this board, you should use the NI-DAQ drivers.

If your program is developed with Visual C++ 6.0, you will find analog

0 Kudos
Message 2 of 3
(3,378 Views)

Hello,

The NI-FGEN drivers do not support the E series boards such as the PCI-6014. To generate a waveform with this board, you have to use the NI-DAQ drivers.

To use the NI-DAQ drivers with Visual C++ 6.0, you will directly use the Traditional NI-DAQ library. You will find examples in the "...\National Instruments\NI-DAQ\Examples\VisualC" folder.
If you develop with Visual Basic 6.0, you should use the Measurement Studio CWDAQ classe. You will find examples in the "...\National Instruments\MeasurementStudio\VB\Samples\DAQ" folder.

Regards,

0 Kudos
Message 3 of 3
(3,377 Views)