Releases: OceanOptics/Inlinino
Releases · OceanOptics/Inlinino
v2.9.14
Automated Release created on: 2024-11-22 19:15:18
New Features
- Add support for Ontrak ADU222
- Add support for multiple relays on Ontrak ADU supporting it (e.g. 200, 208, 222)
- Add support for three data format from HyperBB (legacy, advanced, simple)
- Add support for white space as separator for generic instruments
- Add option to label analog channels from DataQ
Bug Fixes
- Fix range limit when negative numbers on figure spectrum
- Fix bug preventing user to select variables to show in timeseries figure
- Fix Ontrak ADU setup window not disabling relays
- Fix slow sampling rate of DataQ with latest firmware
Thank you to @guibourdin for live troubleshooting at sea!
v2.9.13
Automated Release created on: 2024-07-30 18:28:46
Changes
- Improve error message if aquasense module is missing
Bug Fixes
- Downgrade macos runner to 13, as 14 is only compatible with M* processors
- Solved HyperNav Analysis tab not showing in version bundled with GitHub Workflow
- Update dependencies for compatibility with latest GitHub Workflow and security fixes
- Include fix from hypernav update solving invalid sun zenith angle issue during calibration
v2.9.12
Automated Release created on: 2024-03-06 23:34:33
Changes
- Change warning to critical alert if low flow rate (for OnTrak)
- Keep critical status if low flow rate alarm was triggered (for OnTrak), requires to close and re-open connection of instrument to reset status.
- Change default ip for socket connection (related to use on Tara)
Bug Fixes
- Fix issue preventing to use equations in DataQ
- Fix analog channels not loaded with ADU100
v2.9.11
Automated Release created on: 2024-02-05 15:31:33
New Features
- Add support for Sequoia's three-way switch (use two relays on Ontrak ADU)
- Add status (e.g. Ok, Warning, Critical) for flow rate with Ontrak systems
v2.9.10
Automated Release created on: 2024-01-10 01:34:30
New Features
- Support for HOBI Labs HydroScat-6, thanks to @davidbenncsiro !
- Add HyperNav wavelength registration, calibration, and calibration history widgets to analyze data
- Add option to display calibrated or raw data for HyperNav
- Add alarm if flow rate is too low (use OnTrak module)
Changes
- Automatically bundle & release the application with GitHub Actions
Bug Fixes
- Fix HyperNav cal command
- Fix Flow Control and Pump Control Widgets showing at the same time
v2.9.5
New Features
- Added analysis method to compare HyperNav calibrations
- Added feature to HyperBB to record computed beta and bb in product file
- Added support for ADU208
Updated Documentation:
- Updated doc to comply with read the docs
- Cleaned and updated documentation
v2.9.3
New features:
- Added Sea-Bird Scientific HyperNav instrument with several new modules to:
- Control HyperNav with buttons or the Serial Monitor
- Download data from the internal memory
- Added widget for HyperNav calibration, wavelength registration, and spectrometer and board evaluation (only available if hypernav package is installed)
- Added Apogee Instruments SQ-522 and support for the ModBus protocol
- Updated OnTrack module to enable control of pump based on schedule and fixed bugs
- Tested Inlinino on Ubuntu 22.0 successfully
This update includes refactoring of the GUI to make widgets flexible and modular. Hence, all instruments and most of the code had to be updated.
v2.8.3
Updated user interface:
- Added support for Ontrak ADU200
- Updated user interface of Ontrak to handle two use cases for the relay: Switch (Filtered/Total) and Pump (On/Off)
- Socket connection window remembers last connection setttings
Bugs fixed:
- Added support for libusb and aduhid dll to improve compatibility of Ontrack ADU on different platform
- Update main UI after updating setup (several labels were not updated)
- Changed behavior of relay interval mode for increased reliability
- Disable logging of errors parsing NMEA frames with pynmea as tended to overfill logs and data was logged in raw anyways
v2.8.2
Updated user interface:
- Save serial configuration for next connection
Bugs Fixed:
- Variable Precision check for generic instruments
- DataQ instrument crashing due to incompatible legacy configuration
- Configuration overwritten if multiple instanced of Inlinino are open
v2.8.1
Added support for:
- NMEA over UDP
- Sequoia HyperBB
- Satlantic Suna V1 & V2
- Satlantic Instruments (tested with HyperNAV)
- Ontrak Control Systems ADU100
- Support up to 8 channels (4 previously) on DATAQ devices
Updated user interface:
- Consolidated user interface into unique window
- Added button to clear plots
- Added search field to easily find channels when selecting some to plots for multi-channel instruments (e.g. ACS, HyperNAV, LISST, HyperBB)
- Added sidebar on the right for Satlantic instruments
- Added name of port connected to on window title
- Sequoia LISST display calibrated spectrum
Added requirements.txt to simplify installation.