Monitoring station for the lab environment
For a comprehensive overview of the device and its capabilities, please refer to the Device_overview.pdf.
Example workflows and use cases can be found in Examples.pdf.
An example of a generated dashboard is available in Dashboard_example.html.
-
pq_edge_logger.py
- Contains code to log data to a CSV file.
-
pq_edge_logger_database.py
- Contains code to log data to a QCODE database file.
-
dashboard_v02.py
- Generates an interactive dashboard for data visualization.
-
2025_02_20.csv
- Sample CSV data file.
-
Logging Data
- Use
pq_edge_logger.pyto log device data to a CSV file. - Use
pq_edge_logger_database.pyto log device data to a QCODE database.
- Use
-
Creating a Dashboard
- Run
dashboard_v02.pyto create a dashboard. This will generate or update an interactive visualization of your logged data.
- Run
-
Viewing the Dashboard
- Open
Dashboard_example.htmlin your browser to see an example of the final dashboard layout and functionality.
- Open