By Pep Rodeja, based on Oriol Casmor work
This project includes two examples:
- Main.m
- RealtimeMain.m
, three library classes
- DataLogger
- PlotInterface
- calibrationUtility2016 (and the 2015 version)
and two useful function
- calibrateLogger
- processRealtimePoint
All files are designed to work together.
- Set the sensors and actuators
- Set the logger
- Set the observables
- Start
- Function get data that loops
- Gets configuration
- Starts the ad conversion
- Reads the outcom
- proceses it
- Looks for a change in the configuration
- Go to 4, changes the configuration or stops
-
Unit testing
-
Filtering options
-
Calibration utility
-
Save calibration data
-
Datalogger: Units callback
-
Better resolve how to save the data
-
Change samplerate behaviour
-
Change realtime to use observables
-
Use timeseries
-
Test what happens if I reconfigure the analogs while getting data
-
Test what happens if I have configured 1 and 2. Then I want to disable 1. The end result would be 2 but and intermediate state might be 2 and 2. See what would happen if this occurs