Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

IPCI-6229 card

Solved!
Go to solution

I have PCI-6229 data aquisition card. I want to work with the card without LabView or Measurement Studio but with Visual Studio Express 2010 - C# and....what do I need else

and how to get it?

0 Kudos
Message 1 of 11
(4,610 Views)

well...it was rhetoric question cause NI makes it impossible to work with its hardware without The software (LV or Meas. Studio).

0 Kudos
Message 2 of 11
(4,596 Views)

Nonsense. All that you need is the DAQmx driver. There are examples included when you install the driver.

0 Kudos
Message 3 of 11
(4,589 Views)

Hi john7,

 

NI tries to make it fairly simple to use our hardware without LabVIEW or Measurement Studio. DAQmx, our driver package for our hardware, has a C, C# and VB .NET API. If you download DAQmx from our website, you will find a folder containing all of our text-based examples. These will populate in your program files under the National Instruments>>NI-DAQ folder and be entitled Text-Based Code Support. Measurement Studio simply provides extra User Interfaces, Analysis options, data communication configurations, and a few other functions. While development may be slightly easier with Measurement Studio, it is not necessary that you use it. Let me know if I adequately answered your question.

 

Best,

Jason M.
Applications Engineer
National Instruments
0 Kudos
Message 4 of 11
(4,588 Views)
Hi Jason-M,
Thank you for your answer.
 
While installing DAQmx 9.6 i get a message:
 
Unsupported version of National Instruments system component detected
A version of a National Instruments system component that is not supported on this operating system has been detected. Yvou must cancel this installation and uninstall all unsupported National Instruments software before continuing. Visit ni.com/info and enter the Info Code CleanVista for more information.

Unsupported version of National Instruments system component detected
A version of a National Instruments system component that is not supported on this operating system has been detected. You must cancel this installation and uninstall all unsupported National Instruments software before continuing. Visit ni.com/info and enter the Info Code CleanVista for more information.

Unsupported version of NI PXI Platform Services detected
A version of NI PXI Platform Services that is not supported on this operating system has been detected. You must cancel this installation and uninstall all unsupported National Instruments software before continuing. Visit ni.com/info and enter the Info Code CleanVista for more information.

Unsupported version of NI-DAQmx detected
A version of NI-DAQmx that is not supported on this operating system has been detected. You must cancel this installation and uninstall all unsupported National Instruments software before continuing.

0 Kudos
Message 5 of 11
(4,583 Views)

I installed DAQmx 9.6 on "clean" PC. Sorry but failed to find Text-Based Code Support in National Instruments>>NI-DAQ. I found some examples on NI site, the examples based on NationalInstruments.DAQmx.dll and NationalInstruments.Common.dll. Created a new project. On Framework 4 references i see only NationalInstruments.Common.dll, no  NationalInstruments.DAQmx.dll. But its getting warmer. 🙂

0 Kudos
Message 6 of 11
(4,573 Views)
No luck so far. How many shaman dances i should perform to get it working? 🙂
0 Kudos
Message 7 of 11
(4,552 Views)

Hi john7,

 

Depending on what O.S. you are using, they might be in a different place. Take a look at the following documents:

 

Text Based NI-DAQmx Data Acquisition Examples

Where Can I Find NI-DAQmx Examples

Using NI-DAQmx in Text Based Programming Environments

Locations for the NI-DAQmx .NET Help Files

 

Happy coding!

Jason M.
Applications Engineer
National Instruments
0 Kudos
Message 8 of 11
(4,538 Views)

Hi Jason-M,

Thanks again for your help. I think kind of retarded cause under this path : C:\Users\Public\Documents\National Instruments\NI-DAQ\Examples i found only DAQmx ANSI C folser with plain C examples. No mention about .NET.The only thing i need is dll's for .NET 4.

Best Regards.

0 Kudos
Message 9 of 11
(4,522 Views)
Solution
Accepted by topic author john7

When you installed the DAQmx driver, did you actually look at what was being installed for code support or just let it default? Do a repair on the installation and I think you should be able to explicitly select to install .NET support.

Message 10 of 11
(4,518 Views)