Closed willyd closed 2 years ago
All right. I found that I can't use the a_in
function but a_in_32
works. Still can't figure out how to access the CJC temperature or voltage.
no promises, but try channel 128 for CJC channel.
@jeffreyg3 Thanks for trying. I get Error 16: Invalid A/D channel number.
for any channel number in [4, 1023]
.
Anything else I could try?
I have conferred with the software developers, Unfortunately it is not possible to read the CJC sensor from the Universal Library for the USB-2404-UI
Thanks for the prompt response @jeffreyg3 . Is there any documentation about the list of devices that allow reading the CJC sensor? Many thanks.
Sadly no, there is no documentation listing devices allowing you to read the CJC sensor(s).
In general, most MCC temperature measurement devices can have their CJC sensor(s) read, you start at channel 128.
The is true for:
USB-TC,
USB-TEMP,
USB-2408 series,
USB-2416 series,
E-TC.
EDIT: This question was initialy about the functions to use to obtain voltage and temperature measurements from the 2404-UI. But the only remaining question is about the CJC temperature. Hence, the issue name change.
I am trying to read the voltage value of a USB 2404-UI board connected to a thermocouple.
The two first calls to
ul.t_in
work but the call toul.a_in
generates the following errorHow can I read the voltage generated by the thermocouple? I also tried using:
But I get:
Side question: Is it possible to read the value of the CJC sensor on this board?