Python and T7 to read 2252 ohm thermisters | LabJack
 

Python and T7 to read 2252 ohm thermisters

2 posts / 0 new
Last post
VHD
Python and T7 to read 2252 ohm thermisters

Hi:

Is there any python code example to read 2252 ohm thermisters using the T7?

Thanks.

LabJack Support
labjack support's picture
1.  How to get a voltage

1.  How to get a voltage signal from a resistive sensor.  The LJTick-Resistance is a good solution, but for general help start here:

https://labjack.com/support/app-notes/measuring-resistance

2.  How to get an analog input reading in Python.  That one's easy.  Make a call to eReadName to get a reading from the channel of interest.  See the eReadName example or perhaps one of the AIN examples:

https://labjack.com/support/software/examples/ljm/python