Are there any built in commands for digital output for NI USB 6009?

3 views (last 30 days)
Hi, There are ways of adding analog input and output channels on MATLAB, but i did not find anything regarding the digital signals. Is there anything like s.addDigitalOutputChannels('Dev1','19','Voltage)? Because I tried that and it did not work.
Thanks in advance.

Accepted Answer

Z
Z on 28 Jun 2013
s.addDigitalChannel('Dev1','port0/line2','Bidirectional');

More Answers (0)

Categories

Find more on Data Acquisition Toolbox Supported Hardware in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!