필터 지우기
필터 지우기

WHICH INPUT CHANNEL HAS TO BE INITIALIZED , analog input CH or digital input CH for DC VOLTAGE?

조회 수: 1 (최근 30일)
HELLO,
i have DC voltage(2.5V) which i want to plot using NI USB 6255, whether i should use the analog input or digital HW channel has to be initialized.
even if i acquire data from digital i/o channel i will get logic 1 or logic0 so how to obtain the same voltage which i give as input
plz anyone help me
Manjunath

채택된 답변

Pedro Villena
Pedro Villena 2012년 10월 10일
편집: Pedro Villena 2012년 11월 8일
If you want to plot the exact voltage in matlab, use an analog input channel. The digital channels are in TTL range voltage (0-5 volts), and if you adquire a signal of 2.5V, you will get a noisy digital signal [0 1].
or
Try to configure the analog channel in Differential Mode. In this mode, you gonna use 2 channels, one for posistive pole, and the other for negative pole.
  댓글 수: 2
MANJUNATH
MANJUNATH 2012년 10월 10일
i want to plot 2.5V, its supply from battery (chargeable cell), i tried with analoginput but the plot was same even when the signal input was removed .
MANJUNATH
MANJUNATH 2012년 10월 11일
thanks for the support Mr. Pedro Villena , problem got resolved , a grounded resistor was added before the signal being connected to DAQ.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

커뮤니티

더 많은 답변 보기:  Power Electronics Community

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by