HPInc / HP-Digital-Microfluidics

HP Digital Microfluidics Software Platform and Libraries
MIT License
3 stars 1 forks source link

Add chiller support for Bilby #191

Closed EvanKirshenbaum closed 8 months ago

EvanKirshenbaum commented 8 months ago

Now that Aaron has Glider support for the chillers (Peltiers), I need to get them working both in terms of controlling them and in terms of providing macro language support.

This is probably the same as #94, with the addition of the macro language support and specifying where they are on Bilby (with #122, they locations would be read from the Glider interface), so I think I'll consider them being done in parallel, but it might be possible to do a quicker implementation if I considered them to be parallel to Heaters. Probably not worth it.

Migrated from internal repository. Originally created by @EvanKirshenbaum on Jul 15, 2022 at 10:11 AM PDT. Closed on Nov 07, 2022 at 10:37 AM PST.
EvanKirshenbaum commented 8 months ago

This issue was referenced by the following commits before migration:

EvanKirshenbaum commented 8 months ago

The support for Peltiers was put in in parallel with the support for chillers (#94). Figuring out which chiller goes with which well is done somewhat inefficiently, but it's all done once at setup time, so it doesn't really matter.

Migrated from internal repository. Originally created by @EvanKirshenbaum on Nov 07, 2022 at 10:37 AM PST.