tomato driver for MCC DAQ temperature readers (ME-Redlab, Digilent).
This driver is based on the mcculw library for Windows, and the uldaq library for Linux. This driver is developed by the ConCat lab at TU Berlin.
- Install DAQami, make sure you know the
dllpathwherecbw32.dllandcbw64.dllcan be found. Normally, this is"C:\Program Files (x86)\Measurement Computing\DAQ". - Install InstaCal, configure your board selecting appropriate thermocouple type. This will generate
CB.CFG. - Pass the
dllpathassettings['dllpath']to the driver.
- Install the
libuldaqlibrary, either from source or from your package manager. - Make sure you can access the USB device by adding your user to the
admgroup.
measure_temperaturewhich measures the temperature on a given board (address) andchannel
temperaturewhich is the current temperature,pint.Quantity(float, "degC")
- Peter Kraus