09-25-2006 05:40 PM
09-26-2006 02:46 PM
09-27-2006 08:26 AM
Thank you Jeffrey, but it seems that NIDAQmx-tool does not accept virtual channels. I think the only solution for me is the new instrument toolbox from Mathworks.
Regards,
Pili
07-11-2011 12:22 PM
Hi,
I'm having the same problem of not being able to specify single ended signals.
Is there a solution or work-around that has been successfully implemented?
Thank you.
Herwin
10-10-2011 04:23 AM - edited 10-10-2011 04:23 AM
Same issue... NRSE required, but unable to set from within MATLAB - without falling back to the C library.
Will try virtual channel.
10-10-2011 03:54 PM
The Data Acquisition Toolbox in MATLAB allows you to set the Terminal Configuration using the property InputType on the channels.
http://www.mathworks.com/help/toolbox/daq/ref/channels.html - Using Session-based Interface in DAQ Toolbox
http://www.mathworks.com/help/toolbox/daq/ref/inputtype.html - Using Legacy Interface in DAQ Toolbox
Regards,
Manisha
The MathWorks
10-11-2011 03:24 AM
Excellent - that was exactly the command I was looking for. Bizarrely we had actually used it 4 years ago, but had managed to forget in the interim.
Regards,