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
0 件のコメント
採用された回答
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.
その他の回答 (0 件)
コミュニティ
その他の回答 パワー エレクトロニクス コミュニティ
参考
カテゴリ
Help Center および File Exchange で Simultaneous and Synchronized Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!