Open charlespax opened 9 years ago
I've added the thermocouple change option in the UI with https://github.com/PaxInstruments/t100-software/commit/94e99cfc54a52235f80bc79dac77a45685a013d4 commit but haven't made it functional yet.
Also I'm planning to have a "global thermocouple type" option at the moment because again I don't know a nice way to provide an interface where user can select different type of thermocouples for arbitrary number of units. In short, this is just a UX issue. We can add it later.
Also in the t100_lib, only K type polynomial info is there. I need to add the other types as well soon.
I think it's fine to support only one thermocouple type globally. I don't think there is much need to operate more than one type of thermocouple at a time.
In that case a person can just log the ADC values and process them later.
This can maybe be implemented with a command flag with the default being K type.
See https://github.com/PaxInstruments/t100-software/issues/3 for temperature range information.