02-09-2024 12:11 PM
Hi every one
I am going to buy NI USB-6001 and using it in Data Aquisition Toolbox Matlab 2016a,
I need to know is it possible simoultanously to use Analoge input and analog output ?
Mehdi
Solved! Go to Solution.
02-09-2024 03:52 PM
What exactly do you mean by "simultaneously"?
Please note that you're looking at the "lowest" cost DAQ in NI's portfolio and hence limited by lot.
02-11-2024 07:34 AM
Dear Santhosh,
Thank you for your reply
I want to make a hardware in loop as closed loop pid controller in matlab simulink using data aquisition toolbox blocks model to measure voltage from temp sensor through analog input of the usb6001 and apply control signal to actuator device through Analog output of thd usb6001
Mehdi
02-11-2024 10:42 AM
In your case, you will read the temp using Analog Input, then do some calculations, then generate a voltage on Analog Output. These are still single-point operations, and that is possible.
Please do note that implementing PID on software is not the fastest, and your loop time will be very slow. depending on what exactly you're controlling, it may or may not work.