[layout.xlsx]: 添加了各个功能的流程图

[aio.py] 修改了rc的placeholder内容,和其他rcx统一
This commit is contained in:
2024-06-11 10:28:46 +08:00
parent 154657fd18
commit 2ac5dc3895
5 changed files with 5150 additions and 5 deletions

View File

@ -23,7 +23,7 @@ btns = {
widgits = {
'path': {'label': '', 'entry': '', 'row': 1, 'col': 2, 'text': '数据文件夹路径'},
'av': {'label': '', 'entry': '', 'row': 2, 'col': 2, 'text': '角速度'},
'rc': {'label': '', 'entry': '', 'row': 2, 'col': 4, 'text': 'optional'},
'rc': {'label': '', 'entry': '', 'row': 2, 'col': 4, 'text': '额定电流'},
'rpm': {'label': '', 'entry': '', 'row': 2, 'col': 6, 'text': '额定转速'},
'rr': {'label': '', 'entry': '', 'row': 2, 'col': 8, 'text': '减速比'},
'dur': {'label': '', 'entry': '', 'row': 2, 'col': 10, 'text': '周期时间'},