Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

is there a free version of cwdaq.ocx

I need to output to a 6503 DAQ to control a ER-8 relay pod. I used cwdaq.ocx in my testing but it requires purchase. Is there a free control for VB 2005.
Thanks
Mike Wessman
mwessman@tech-etch.com
0 Kudos
Message 1 of 5
(5,786 Views)

Hello Mike,

The Traditional NI-DAQ driver is free.  You would have to use the lower level function calls in order to complete your application.  If you are starting your application from scratch, you might want to consider the NI-DAQmx driver, which is easier to implement.

Respectfully,

Rob F
Test Engineer
Condition Measurements
National Instruments
0 Kudos
Message 2 of 5
(5,763 Views)

Hi,

I wrote a peice of VB software a few years back that included the cwdaq.ocx and talked to a PCMCIA board.  I'm trying to use a newer usb-6251 board now.   I downloaded and installed NIDAQmx V8.6.1, but my cwdaq.ocx is still showing a 2003 date and the board is not recognized in my software but only in the measurement and automation explorer.  Am I missing something?  What do I need to update to get  this new board to work with my software?

thanx,

0 Kudos
Message 3 of 5
(5,553 Views)

Hello Bum,

The cwdaq.ocx is an ActiveX file used with some of the AI or AO controls for Traditional DAQ.  The Traditional DAQ driver is our legacy driver.  Certain DAQ boards are supported on Traditional DAQ, DAQmx or both.  Your PCMCIA board was probably only supported on Traditional DAQ.  However the USB-6251 is only supported with the DAQmx driver.  These are two different and distinct drivers.  What was the PCMCIA board that you were using previously?

Traditional DAQ was harder to implement and had a specific function depending on your application.  DAQmx much easier to program, it has very generic functions that can be used with all the different types of tasks.  DAQmx also gives more functionality and better response time than Traditional DAQ.

Are you trying to import your old code to be used with the USB-6251?  Unfortunately, this will not work; however there are tons of shipping examples that should allow you to program fairly quickly.  The architecture for DAQmx is better and easier to understand. Here is a great tutorial on getting started with DAQmx.

Respectfully,

Rob F
Test Engineer
Condition Measurements
National Instruments
0 Kudos
Message 4 of 5
(5,528 Views)

Hello

 

I'm looking for a .dll (with easy functions) to use NI USB 6501 through a DELPHI 2010 application.

Someone could help me please ?????

 

Thanks in advance

 

Yann77

0 Kudos
Message 5 of 5
(4,321 Views)