I'm trying to configure RTDs on a USB-TEMP-AI module.
The user manual describes the 2wire-2sensor wiring configuration and mentions that internal connections (T#H & T#H/T#L) are made using InstaCal. I don't see anything in the mcculw documentation that supports this (I'm using the ul.ignore_instacal() mode).
The old version of mcculw had parameters that seem to fit the bill but were explicitly removed with the latest GitHub release:
Question
DAQNoob
I'm trying to configure RTDs on a USB-TEMP-AI module.
The user manual describes the 2wire-2sensor wiring configuration and mentions that internal connections (T#H & T#H/T#L) are made using InstaCal. I don't see anything in the mcculw documentation that supports this (I'm using the ul.ignore_instacal() mode).
The old version of mcculw had parameters that seem to fit the bill but were explicitly removed with the latest GitHub release:
ul.set_config(InfoType.BOARDINFO, board_num, channel, BoardInfo.TEMPSENSORTYPE, TempSensorType.RTD)
ul.set_config(InfoType.BOARDINFO, board_num, channel, BoardInfo.TEMPCONNECTIONTYPE, TempSensorConnectionType.CONN_2_WIRE_2)
Any suggestions or code fragments would be welcome!
Edited by DAQNoobMissing detail
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now