본문 바로가기
NI 온도 측정 프로그램 (C# 프로그래밍, NI TC-01 USB) NI 온도 측정 프로그램 (C# 프로그래밍, NI TC-01 USB) 예제 발췌 - Data Acquisition in CSharp.pdf [링크] 이 글은 NI에서 공식 발행한 C# 메뉴얼에서 발췌한 내용입니다. 전체 내용은 링크된 pdf 파일에서 확인하세요. 4 Temperature Logging Example (온도 측정 프로그램)In this example we will use a NI TC-01 USB Thermocouple device. We will create the following simple application: Add Reference: We need to add the following Assembly references:- NationalInstruments.Common- Na.. 2018. 1. 27.
NI DAQ 프로그램 (C# 프로그래밍, NI USB-6008 DAQ) NI DAQ 프로그램 (C# 프로그래밍, NI USB-6008 DAQ) 예제 발췌 - Data Acquisition in CSharp.pdf [링크] 이 글은 NI에서 공식 발행한 C# 메뉴얼에서 발췌한 내용입니다. 전체 내용은 링크된 pdf 파일에서 확인하세요. 3. My First DAQ AppWe will create a simple application in Visual Studio that uses a NI USB-6008 DAQ device. 3.1 IntroductionThis application uses the C# API included in the NI DAQmx driver, so make sure that you have installed the NI DAQmx driver in .. 2018. 1. 26.
[MFC강좌] NI DAQ, 비주얼 스튜디오 프로젝트 속성 (msvc2012) [MFC강좌] NI DAQ, 비주얼 스튜디오 프로젝트 속성 (msvc2012) ※ MFC Visual Studio(비주얼 스튜디오) 2012가 기준이며, NI의 Developer Tools를 설치했다는 가정하에 작성된 포스트입니다. 1. 프로젝트 속성 - 구성 속성 - VC++ 디렉터리 - 포함 디렉터리엔 아래 폴더를 추가 C:\Program Files (x86)\National Instruments\Shared\ExternalCompilerSupport\C\Include C:\Program Files (x86)\National Instruments\NI-IMAQ IO\Include - 라이브러리 디렉터리에 아래 폴더 추가 C:\Program Files (x86)\National Instruments\S.. 2017. 10. 17.