Page 1 of 1

Reading Multiple Thermocouples

Posted: Thu Feb 27, 2020 2:28 pm
by dalbano281
Hey! I have a hub with a 4x thermocouple phidget attached. I am looking to read all 4 thermocouple ports at the same time. I haven't been able to figure out how to get this done. Does anyone have any experience with this? Thanks!

Re: Reading Multiple Thermocouples

Posted: Thu Feb 27, 2020 2:39 pm
by mparadis
Head over to the code samples page, select C# and the TMP1101 from the drop down menus, and then check all four thermocouple input boxes. This should give you a starting point to work from.

You can check the "separate event handlers" box if you want each thermocouple to be treated differently, or you can keep them all with the same change handler but use the "sender" parameter to tell which channel sent the event. See this page for more details.