linuswck
e560d8f1eb
thermostat, gui: Set max v range according to datasheet
2024-10-16 16:21:11 +08:00
linuswck
0437c6e76e
thermostat, gui: Relax the max settable TEC Current Limit
...
- Improper settings can cause PoE power failure and over heating
- See hardware repo Issue #51
2024-10-16 16:14:58 +08:00
linuswck
bad21806f8
gui: Add new form for temp adc filter cfg and settable polling rate
...
List of Changes:
1. Get report via polling instead of active report mode
2. Allow user to set a custom report polling rate while settings polling rate is fixed to 10Hz
- it is necessary for pid autotune to function correctly
3. Add a form for configuring temperature adc filter
4. Use two different timer for polling report and settings to optimize performance
Known Issue:
1. CPU utilization increases with the report polling rate as for each report recv-ed, gui renders and plots one frame of the 4 graphs
2024-10-10 17:25:33 +08:00
linuswck
76f7875e3a
gui: await for hard rst and dfu action
2024-09-11 17:54:23 +08:00
linuswck
0d64d62fb0
gui: Add pd_mon config form
...
- force user to follow a sequence of steps for safely configuring pd_mon
2024-09-11 17:54:18 +08:00
linuswck
1111967a7b
gui: add arg for saving log to a file
2024-09-04 17:21:13 +08:00
linuswck
838592c812
gui: Display hw_rev when connected
2024-09-04 15:46:43 +08:00
linuswck
f2ad06ecae
gui: patch the GUI code
2024-09-04 15:39:27 +08:00
linuswck
af73ac8127
gui: Add text for LD & Thermostat status
2024-08-07 12:48:12 +08:00
linuswck
8c8ed12522
gui: Disable param tree compact height
...
- The displayed number was clipped by the pyqtgraph spinbox
2024-08-06 13:01:57 +08:00
linuswck
572e2dbc5d
gui: update for the new driver code
...
- Default to use active report mode
- Connection will be retried upon abnormal disconnection
- Remove poll every _s and apply btn
2024-08-06 13:01:57 +08:00
linuswck
1dcac25574
gui: Use a custom regex to handle the suffix with temperature characters
2024-07-31 11:35:04 +08:00
linuswck
c241d34434
gui: fix default units and mv to params' titles
...
- siPrefix(eg. m, u, k) is no longer editable and fixed
- the displayed unit is relocated to ctrl panel params' titles
2024-07-26 11:10:28 +08:00
linuswck
20c3d42dd7
rm ld soft current limit
2024-07-25 15:53:00 +08:00
linuswck
aae89256c3
gui: fix ctrl_panel value getting overwritten bug
2024-07-24 12:19:26 +08:00
linuswck
3344e7ab19
rm debug comments
2024-07-23 10:39:33 +08:00
linuswck
b95b9dcefa
gui: Display -273.15 if thermistor is not detected
...
- if tec_temp == None -> Hide temp_plot graph and display -273.15 on ctrl panel
2024-07-19 18:37:52 +08:00
linuswck
5e6a4c0646
gui: Do not turn on report mode for PID Autotune
2024-07-19 18:24:14 +08:00
linuswck
ec5bf1d6b6
gui, ld: term_status -> term_50ohm
...
- term_status (Is50Ohm / Not50Ohm) -> term_50ohm (On/Off)
2024-07-19 18:10:38 +08:00
linuswck
3737c2ed59
gui: increase the connection timeout value
...
- 0.1s is too short. Min settable sampling rate is 1.25Sps
2024-07-19 18:10:38 +08:00
linuswck
6f87cba9a6
drive: use aenum for cmd
2024-06-21 16:54:24 +08:00
linuswck
80d94270a2
fix typo
2024-06-18 15:43:36 +08:00
linuswck
456691f79f
gui: import .ui file and rm auto generated py file
2024-06-17 14:49:35 +08:00
linuswck
da50f372d9
gui: plot ld_pwr is zero if responsitivity not set
2024-06-17 13:16:52 +08:00
linuswck
57bfd6d83c
gui: Relocate LD Power limit params in ctrl panel
2024-06-17 13:16:52 +08:00
linuswck
dacf9f0fa5
gui: Add pid autotune to ctrl panel
2024-06-17 13:16:52 +08:00
linuswck
f35546b070
gui: lock param tree value when user inputs a new value
...
- prevent user input from getting overwritten from incoming data
2024-06-11 15:03:09 +08:00
linuswck
ba30575406
GUI: Improve abnormal disconnection handling
2024-04-22 17:05:56 +08:00
linuswck
bfdb1f5066
gui: move tool, save & load flash btns to menu bar
...
- Add a new form to update IP address
2024-04-19 15:56:48 +08:00
linuswck
4a06a7579f
gui: handle hard reset in _on_connection_changed()
...
- Ensure correct gui disconnection seq during Kirdy hard reset
2024-04-19 15:56:36 +08:00
linuswck
9524601cb6
gui: Improve DataWatcher operation
...
- Ensure there is only one instance of signal_emitter() task
- calling stop_watching should stop report_task
2024-04-19 13:25:00 +08:00
linuswck
6b250aa1fd
gui: Add global QT Style Sheet
...
- Gray out the objects if they are disabled
2024-04-18 16:45:35 +08:00
linuswck
de80aedafc
gui: separate connection_menu into Qdiag obj
2024-04-11 16:58:48 +08:00
linuswck
31a97bdeb4
gui: GUI Initial Commit
...
- Adapted from Thermostat GUI PR #101
2024-04-11 16:33:35 +08:00