HAICU Teensy Control
Code to run on the teensys used for flow and temperature measurement
Loading...
Searching...
No Matches
fe_temp_teensy_multi Namespace Reference

Classes

class  FeTempTeensy
 
class  TempTeensyEq
 

Detailed Description

Example of a more advanced midas frontend that has
* multiple equipment (one polled, one periodic)
* support for the "-i" flag on the command line
* support for user-settings in the ODB
* an earlier transition sequence.

See `examples/basic_frontend.py` to see the core concepts first.

When running with the "-i" flag on the command line, we will set the global
variable `midas.frontend.frontend_index`. This means that you can run the
same program multiple times, but do different things based on the index
(e.g. if you have 4 digitizers, you could run the same program four times,
and connect to a different one based on "-i 1", "-i 2" etc).