1
0
forked from M-Labs/kirdy
Commit Graph

71 Commits

Author SHA1 Message Date
76f7875e3a gui: await for hard rst and dfu action 2024-09-11 17:54:23 +08:00
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
89a1270c02 driver: send cmd err msg to a pyqt sig 2024-09-11 17:05:38 +08:00
c2e78e6f17 driver: Support ApplyPdParams cmd
- Include handling mechanism for "InvalidSettings"b response msg
2024-09-11 17:05:38 +08:00
1111967a7b gui: add arg for saving log to a file 2024-09-04 17:21:13 +08:00
6d4b1b0574 driver: end_session if ConnClose & Dfu is recv-ed 2024-09-04 16:10:42 +08:00
838592c812 gui: Display hw_rev when connected 2024-09-04 15:46:43 +08:00
e632cbbfdd driver: use readuntil to get response msg
- The driver may recv partial ctrl msg, which causes a json decode error
2024-09-04 15:46:43 +08:00
27bf573010 driver: retrieve hw_rev after conn is established 2024-09-04 15:45:27 +08:00
c267c30b89 driver: add get_hw_rev() fn 2024-09-04 15:39:27 +08:00
6782cda790 Update pid autotuner code 2024-09-04 15:39:27 +08:00
2fe2ef531b Update example code 2024-09-04 15:39:27 +08:00
f2ad06ecae gui: patch the GUI code 2024-09-04 15:39:27 +08:00
5166bb7ba8 driver: rm thread use & make it asyncio callable
- make all cmds asyncio callable
- control specific cmds can be enqueued to the handler synchronously
2024-09-04 15:39:21 +08:00
3d2294a90c driver: fix incorrect recv_response behavior 2024-08-27 18:49:13 +08:00
af73ac8127 gui: Add text for LD & Thermostat status 2024-08-07 12:48:12 +08:00
8c8ed12522 gui: Disable param tree compact height
- The displayed number was clipped by the pyqtgraph spinbox
2024-08-06 13:01:57 +08:00
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
82c46e04d0 Update PID Autotune Code for Driver Code 2024-08-06 13:01:57 +08:00
28f8c3c497 Update Example Code for Driver Code 2024-08-06 13:01:57 +08:00
47bf166ecb driver: kirdy driver rewrite
- Start a new thread to handle connections and schedule FIFO task execution
- Make all the cmd accessible without using async
- Connections automatically retry upon disconnection
- Add support for PyQt6 Signal
2024-08-06 13:01:54 +08:00
1dcac25574 gui: Use a custom regex to handle the suffix with temperature characters 2024-07-31 11:35:04 +08:00
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
20c3d42dd7 rm ld soft current limit 2024-07-25 15:53:00 +08:00
aae89256c3 gui: fix ctrl_panel value getting overwritten bug 2024-07-24 12:19:26 +08:00
3344e7ab19 rm debug comments 2024-07-23 10:39:33 +08:00
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
5e6a4c0646 gui: Do not turn on report mode for PID Autotune 2024-07-19 18:24:14 +08:00
ec5bf1d6b6 gui, ld: term_status -> term_50ohm
- term_status (Is50Ohm / Not50Ohm) -> term_50ohm (On/Off)
2024-07-19 18:10:38 +08:00
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
db2f76771a Update Kirdy Driver Example Code 2024-07-19 18:10:08 +08:00
6f87cba9a6 drive: use aenum for cmd 2024-06-21 16:54:24 +08:00
80d94270a2 fix typo 2024-06-18 15:43:36 +08:00
456691f79f gui: import .ui file and rm auto generated py file 2024-06-17 14:49:35 +08:00
0f3db7fec5 gui: Fix typos 2024-06-17 14:49:35 +08:00
9002ca6992 gui: Fix a bug which GUI may recv two msgs at once 2024-06-17 14:49:31 +08:00
92f6b83b16 gui: Fix a bug which dfu cmd can cause connrst err
- Kirdy may close and reset itself before host computer ends its session
2024-06-17 13:16:52 +08:00
da50f372d9 gui: plot ld_pwr is zero if responsitivity not set 2024-06-17 13:16:52 +08:00
57bfd6d83c gui: Relocate LD Power limit params in ctrl panel 2024-06-17 13:16:52 +08:00
dacf9f0fa5 gui: Add pid autotune to ctrl panel 2024-06-17 13:16:52 +08:00
bfd8c0e43a pid_autotune: Update pid autotune main fn 2024-06-17 13:16:52 +08:00
3813b79623 driver: Fix IP Settings not being able to update 2024-06-17 13:16:52 +08:00
d5a620c76b pd_mon: make transconductance user-configurable
- hw change: different boards now have different gain settings in order
    to set a pd current range close to the ld being used
- transconductance and fin_gain params are added to flash with "Device"
    as key
2024-06-17 13:16:48 +08:00
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
ded7dd7694 gui: add waitingspinnerwidget 2024-04-23 15:55:14 +08:00
ba30575406 GUI: Improve abnormal disconnection handling 2024-04-22 17:05:56 +08:00
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
5b35f32a42 driver: Handle CancelledError for send_cmd handler 2024-04-19 15:56:48 +08:00
2df22d5dcb driver: Use inet_aton to check IPV4 address format 2024-04-19 15:56:48 +08:00
b73eacd234 driver: Wait for a sec after hard rst cmd is sent 2024-04-19 15:56:43 +08:00