DAQmx Acquire with Multiple Channel Input Ranges

製品と環境

このセクションは、サンプルの作成に使用された製品およびOSを反映します。

以下に示された製品を含め、NIのソフトウェアをダウンロードするには、ni.com/downloadsをご覧ください。

    ハードウェア

  • Data Acquisition (DAQ)

    ソフトウェア

  • LabVIEW

    ドライバ

  • NI DAQmx

コードとドキュメント

添付

すべてをダウンロード

 

Overview

  This VI shows how to use DAQmx to acquire data from multiple channels each with their own Input Range. 

 

Description

This code shows how to use DAQmx to acquire data from multiple channels each with their own Input Range. The code also displays the data of each channel separately.

 

Requirements

Software

  • LabVIEW 2012 or compatible
  • NI-DAQmx 9.5.5 or compatible

Hardware

  • NI Multifunction DAQ Device

 

Steps to Implement or Execute Code

  1. Configure the parameter for the right channel and device
  2. Connect your hardware appropriately
  3. Run the VI

 

Additional Information or References

 Front Panel

Front_Panel.PNG

 

Block Diagram 

block_diagram.PNG

**This document has been updated to meet the current required format for the NI Code Exchange.**

 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Ben Sisney
FlexRIO V&V Engineer
National Instruments
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

NIコミュニティのサンプルコード交換のサンプルコードは、MIT Licenseによりライセンス供与されています。

コメント
dPMU
Member
Member

I am new to labview. I am wondering will this vi simultaneously read from two or more channels?

Thanks