README.md에 UI 사용 방법 추가

This commit is contained in:
3minbe 2025-02-18 10:38:14 +09:00
parent 722e275d14
commit 3c6fe337a8
9 changed files with 35 additions and 1 deletions

View File

@ -49,12 +49,42 @@ img
- **Git**: 버전 관리를 위한 Git이 필요합니다. - **Git**: 버전 관리를 위한 Git이 필요합니다.
## ⚙How to Use ## ⚙How to Use
0. **UI**
![UI Image](img/HowToUse/0.Main(no).png)
1. 파일 추가
2. 파일 삭제
3. 전체 파일 삭제
4. 메시지 창 내용 삭제
5. 변환 시작
6. 파일 리스트 창
7. 저장 경로
8. 경로 선택
9. 저장 경로 폴더 열기
10. 메시지 창
11. 채널 설정 창
1. **파일 추가** 1. **파일 추가**
![add file](img/HowToUse/1.AddFiile.png)
- GUI에서 "파일 추가" 버튼을 클릭하여 변환할 DBC 파일을 추가합니다. - GUI에서 "파일 추가" 버튼을 클릭하여 변환할 DBC 파일을 추가합니다.
2. **파일 삭제** 2. **파일 삭제**
![delete file](img/HowToUse/2.DeleteFile.png)
- GUI에서 "파일 삭제" 버튼을 클릭하여 선택한 DBC 파일을 삭제합니다. - GUI에서 "파일 삭제" 버튼을 클릭하여 선택한 DBC 파일을 삭제합니다.
3. **저장 경로 설정** 3. **저장 경로 설정**
@ -63,10 +93,14 @@ img
4. **채널 선택 및 설정** 4. **채널 선택 및 설정**
![channel selection](img/HowToUse/4.Channel Selection.png)
- GUI에서 다양한 CAN 채널을 선택하고 설정할 수 있습니다. - GUI에서 다양한 CAN 채널을 선택하고 설정할 수 있습니다.
5. **변환 시작** 5. **변환 시작**
![complete](img/HowToUse/5.Complete.png)
- GUI에서 "변환 시작" 버튼을 클릭하여 DBC 파일을 C 파일로 변환합니다. - GUI에서 "변환 시작" 버튼을 클릭하여 DBC 파일을 C 파일로 변환합니다.
6. **변환 상태 확인** 6. **변환 상태 확인**

BIN
img/HowToUse/0.Main(no).png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 KiB

BIN
img/HowToUse/0.Main.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
img/HowToUse/1.AddFiile.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
img/HowToUse/5.Complete.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
img/HowToUse/main.pptx Normal file

Binary file not shown.

View File

@ -2,6 +2,6 @@
"theme": "light", "theme": "light",
"default_save_path": "C:/Users/MSI/Desktop", "default_save_path": "C:/Users/MSI/Desktop",
"file_paths": [], "file_paths": [],
"last_opened_dir": "C:/Users/MSI/SynologyDrive/3min_be/한자연/!과제/초안전/#Debug/DBC", "last_opened_dir": "C:/Users/MSI/Desktop/python/motorola_tx",
"channel_info": {} "channel_info": {}
} }