Measure the resistance change of a potentiometer
3 views (last 30 days)
Show older comments
I'm using MATLAB 2015a.
I connected a potentiometer (Amphenol 4201B-10k) to a NI 9219 module using 2-wire resistance mode. I tried to acquire the resistance change of the potentiometer.
However, the measurement types only support 'Voltage', 'Current', 'Thermocouple', 'RTD', and 'Bridge'.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/154511/image.png)
It seems that the 'resistance' is not on the list: http://uk.mathworks.com/help/daq/ref/measurementtype.html
How could I acquire the resistance change using MATLAB?
Thanks.
1 Comment
Gabriel Werr
on 25 Oct 2018
I'm also struggling with this problem for a custom RTD. Matlab made me go back to LabView for this!
Answers (1)
Emmanuel Aykara
on 15 Nov 2019
I believe that you can use the voltage and current measurement to get the resistance using the simple equation of
Voltage = Current x Resistance (V=IR)
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!