PaxInstruments / t100-software

0 stars 1 forks source link

Support multiple thermocouple types #11

Open charlespax opened 9 years ago

charlespax commented 9 years ago

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.

kehribar commented 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.

charlespax commented 9 years ago

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.