(adsbygoogle = window.adsbygoogle || []).push({}); O_o :: 'ni' 태그의 글 목록

'ni'에 해당되는 글 3건

  1. 2009.02.16 연비 개선 프로젝트 - DAQ TEST with Lab View
  2. 2008.10.28 [CAR] Problem with VB/Samples/DAQ/Analog Input/Continuous Acquistion
  3. 2008.10.25 [NI] Run-time error 30013

연비 개선 프로젝트 - DAQ TEST with Lab View

|

프로그램으로 만들기 전에 파형을 찍어 보기위하여 Lab View 를 이용하여 신호처리를 미리 해 봄~

사용자 삽입 이미지


프로그램으로 만들기 전에 파형을 찍어 보기위하여 Lab View 를 이용하여 신호처리를 미리 해 봄~

사용자 삽입 이미지

And

[CAR] Problem with VB/Samples/DAQ/Analog Input/Continuous Acquistion

|
Measurement Studio 6.0의 컴포넌트 베이스 Sample을 돌리다보면, 다음과 같은 에러가 발생한다.
결론은 DAQmx에서 제공하는 Sample을 사용하는것이 나을듯하다.


Hi,
I have DAQMx 8.0 and Measurement Studio Professional Edition (version 6.0). I loaded the VB Sample Continuous Aquisition and when I pressed Start on the gui, I get
 
Run TIme error 10459
Configuring Channels
The NI-DAQ DLL could not be called due to an interface error.
 
What is the cause of this? How do I fix it?
 
Also in the same example we have a line of cide
 
CWAI1.Channels(1).ChannelString = ......
 
I didnt see this ChannelString property in the documentation of CWAI.
What does Channel(1) mean?
 
Thanks,
Saroj Bono

Hello Saroj,

From the looks of that line of code that you sent it appears that you are using or trying to use Component Works commands to call your DAQ board. 

ComponentWorks uses our older Traditional DAQ calls, so you will not be able to use DAQmx 8.0 if you want to run that program.  Instead, you will need to install Traditional DAQ 7.4.1 and it should allow you to run that program and avoid the error.

Regards,
And

[NI] Run-time error 30013

|
Q)
We're using PXI-6259, and installed NI-DAQ 8.0.1, but still using Measurement Studio 6.0. When I used "CWDI1.Configure", got error "Run-time error 30013", said " Newer Version of NI-DAQ require". Could somebody know the reason? Thnaks in advance.

A)
Thanks for posting to the forums.  The CWDI control that you mention is one of the CWDAQ ActiveX controls that installs with the Traditional NI-DAQ driver.  You can check which version of the Traditional NI-DAQ driver you have by expanding the Software category in MAX.  If it is anything less than 7.4.1, you can download and install that version from here:

Traditional NI-DAQ (Legacy) Version 7.4.1 for Windows 2000/XP

When you run through that installer, make sure that "Support for Visual Basic 6.0" is selected in the hierarchical view of components to install.  If you already have that verison, go to Add/Remove Programs, select "National Instruments Software," then find "Traditional NI-DAQ" in the list of software.  Click on it, then click the "Remove" button to uninstall it.  One the driver has been uninstalled, download and install 7.4.1. 

I hope this helps.  If not, let us know and we can troubleshoot further.

Traditional NI-DAQ (Legacy) Version 7.4.1 for Windows 2000/XP

Download(s):
install.txt (English Installation Instructions (939 B))
nidaq_readme_traditional.html (English Traditional NI-DAQ (Legacy) ReadMe file (46 KB))
nidaq_readme_traditional_deu.html (German Traditional NI-DAQ (Legacy) ReadMe file (51 KB))
nidaq_readme_traditional_fra.html (French Traditional NI-DAQ (Legacy) ReadMe file (58 KB))
nidaq_readme_traditional_jpn.html (Japanese Traditional NI-DAQ (Legacy) ReadMe file (46 KB))
readme.html (English ReadMe file (57 KB))
readme_deu.html (German ReadMe file (64 KB))
readme_fra.html (French ReadMe file (76 KB))
readme_jpn.html (Japanese ReadMe file (58 KB))
TDAQ741.zip (Traditional NI-DAQ (Legacy) Installation File (385 MB))

Product Line: Multifunction DAQ

Version: 7.4.1

Category: Driver

Platform(s): Windows 2000; Windows XP

Description:

Traditional NI-DAQ (Legacy) for PC Compatibles, version 7.4.1 for Windows XP/2000

Traditional NI-DAQ (Legacy) is an older driver with outdated APIs for developing data acquisition, instrumentation, and control applications for older National Instruments DAQ devices. Traditional NI-DAQ (Legacy) has the same VIs and functions and works the same way as NI-DAQ 6.9.3, except you can use Traditional NI-DAQ (Legacy) and NI-DAQmx on the same computer, and some hardware and software is no longer supported.

You should use Traditional NI-DAQ (Legacy) only in certain circumstances. Refer to the NI-DAQ Readme for more information on when to use Traditional NI-DAQ (Legacy). To download NI-DAQmx, the latest National Instruments data acquisition driver, follow this link.

Traditional NI-DAQ (Legacy) Installation Instructions:

  1. Create a temporary folder on your local hard drive.
  2. Extract the TDAQ741.zip file into the folder created in Step 1. This will create the installation files necessary for installing Traditional NI-DAQ (Legacy).
  3. To launch the Traditional NI-DAQ (Legacy) installer, run the setup.exe program created in Step 2.

And
prev | 1 | next