numat / alicat

Python driver and command line tool for Alicat mass flow controllers.
GNU General Public License v2.0
21 stars 27 forks source link

Where is tare flow ? #24

Closed ahmadfarisfs closed 2 years ago

alexrudd2 commented 2 years ago

Hello Ahmad,

Current our version of the driver does not have any way to tare flow. I haven't tested it myself, but believe @marinapalese implemented it in her fork. It's also possible to tare flow from the front panel.

marinapalese commented 2 years ago

Thanks @alexrudd2! Yes it is the tare_volumetric() function. The serial command it uses has existed for all mainline firmware, and I've tested all the code I wrote. Taring from the front panel depends a bit on the firmware - older controllers you had to fiddle with the auto tare for a one-time tare.

patrickfuller commented 2 years ago

Fixed by #15.