claude
ad1c9e48b0
fix: update MiniMateClient and protocol to ensure correct handling of 1F calls and improve event download sequence
2026-04-06 15:58:03 -04:00
claude
227c481022
fix: update MiniMateClient to correctly handle 1F calls for event iteration and 5A arming
2026-04-06 14:37:36 -04:00
claude
33de4239f4
fix: update MiniMateClient to use browse=False for 1F in download mode to ensure correct token handling for 5A
2026-04-06 13:39:11 -04:00
claude
d0d5a18d5c
fix: update event handling in MiniMateClient and protocol to ensure correct sequence for waveform downloads
2026-04-06 13:19:51 -04:00
claude
d87e02fab2
fix: update event handling in MiniMateClient and protocol to address 5A timeout issue
2026-04-06 12:41:27 -04:00
claude
dfa09d2a4f
fix: clarify event handling in waveform viewer
2026-04-06 00:00:06 -04:00
claude
1c570b083a
fix: update timestamp decoding for Waveform and Continuous records in models and client
2026-04-04 00:09:55 -04:00
claude
2286d2ccf8
fix: enhance event record handling to include MonitorLog sub_code and adjust timestamp parsing logic
2026-04-03 18:58:46 -04:00
claude
755050b347
fix: ensure proper waveform context by always calling 0A before 0C and use all-zero params for event advancement
2026-04-03 18:48:04 -04:00
claude
4fb1bbfe35
fix: fix token position in params and enhance event iteration logic for MiniMateClient
2026-04-03 17:30:47 -04:00
claude
95f2becf21
feat: update event iteration logic to use null sentinel for end-of-events detection
2026-04-03 16:29:10 -04:00
claude
790e442a7a
feat: implement raw ADC waveform decoding and download functionality
...
- Added `_decode_a5_waveform()` to parse SUB 5A frames into per-channel time-series data.
- Introduced `download_waveform(event)` method in `MiniMateClient` to fetch full waveform data.
- Updated `Event` model to include new fields: `total_samples`, `pretrig_samples`, `rectime_seconds`, and `_waveform_key`.
- Enhanced documentation in `CHANGELOG.md` and `instantel_protocol_reference.md` to reflect new features and confirmed protocol details.
2026-04-03 13:53:09 -04:00