160
edits
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
|
==Notes==
1.) Example code (MATLAB):
s = daq.createSession('ni');
ch1 = addAnalogInputChannel(s,'Dev1','ai3' , 'Voltage'); % Adds analog input channel ai3
3.) There are sometimes voltage offset issues due to grounding. Make sure to double check.
4.) DAQ output in MATLAB for a single ai is a one column array
| |||