Add thermal sensor inputs to monitor diffusion pump temperature #5
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
From https://git.fa-fo.de/fafo/jeol-t330a/issues/1#issuecomment-164: succbone should get some temperature inputs to continuously monitor certain temperature zones on the diffusion pump.
From my point of view, 3 measurement points make sense:
For reference:
Do you know of any off the shelf thermocouple sensor that we could interface to, eg. via a fieldbus or at some other high level? That might be the easiest and most reliable option.
Alternatively we could hack something together based on thermocouple amplifiers and ADCs, or even better integrated chips. But I'd really prefer skipping the R&D on this one and just getting straight to the point.
There are many options, but they are gonna be expensive. >>300 EUR easily.
I think our best option is to buy some cheap off-the-shelf transceiver modules:
We can get some of those modules with a thermocouple included, but we need to make sure the wire length is long enough (should be >= 2m I'd say).
One more "middle-ground" option would be a thermocouple transceiver.
Just for comparison: Cheapest ready to use transmitter with...
RTU means we need to add an RS485 interface to succbone. Wouldn't be too difficult, just needs a uart + a direction GPIO. We can then tweak the devicetree to make it work.
Honestly don't see the advantage of RTU over just using the SPI/I2C modules for this current setup, though.
Add thermocouple inputs to monitor diffusion pump temperatureto Add thermal sensor inputs to monitor diffusion pump temperatureWe decided to go with a MODBUS-based approach now, as documented in #9. As a part of this, we decided to go with PT100 sensors instead, as hardware is a bit more available for those.
This means, three high-temperature PT100 sensors needed, as detailed above. The selected transmitter hardware can support up to 8 channels so we can think about monitoring more locations as well.