Skip to content

Commit 9c76e50

Browse files
committed
update doc, 0.8.15
1 parent 9ec22c1 commit 9c76e50

File tree

16 files changed

+143
-14
lines changed

16 files changed

+143
-14
lines changed

.vitepress/config.mts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export default defineConfig({
7878
{
7979
text: 'Database', link: '/docs/um/database', items: [
8080
{ text: 'LIN LDF', link: '/docs/um/ldf' },
81+
{ text: 'CAN DBC', link: '/docs/um/dbc' },
8182
]
8283
},
8384
]
@@ -87,6 +88,11 @@ export default defineConfig({
8788

8889
items: [
8990
{ text: 'Secure Access dll', link: '/examples/secure_access_dll/readme' },
91+
{
92+
text: 'CAN', items: [
93+
{ text: 'CAN Basic', link: '/examples/can/readme', },
94+
], collapsed: true
95+
},
9096
{
9197
text: 'LIN', items: [
9298

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ See our [User Manual](./docs/um/concept.md) for detailed documentation.
5151
|---------|-------------|
5252
| Platform Support | Windows (exe,portable) Linux (deb) |
5353
| UDS | CAN/CAN-FD DoIP LIN |
54-
| Scripting | see [script](./docs/um/script.md) |
55-
| Database | LIN LDF (edit and export) |
54+
| Scripting | see [Scripting](./docs/um/script.md) |
55+
| Database | LIN LDF (edit and export), CAN DBC (view only), see [Database](./docs/um/database.md) |
5656
| Graph | Signal Graph |
5757

5858
### Visual Overview

docs/dev/releases_note.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# EcuBus-Pro Release Notes
22

3+
## v0.8.15
4+
Changes from v0.8.14 to v0.8.15:
5+
6+
7+
* [feat]:add can setSingal
8+
* [feat]:opt can dbc parse
9+
* [feat]:add signal update
10+
* [feat]:add prase dbc file
11+
---
12+
313
## v0.8.14
414
Changes from v0.8.13 to v0.8.14:
515

docs/um/database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Data transform depending on the database information. Added database system to h
77
## Supported Databases
88

99
* [LIN LDF](./ldf)
10-
* CAN DBC, TODO
10+
* [CAN DBC](./dbc)

docs/um/dbc.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# CAN DBC
2+
3+
EcuBus-Pro supports parsing most CAN DBC files. If you encounter any DBC files that cannot be parsed correctly, please report the issue on our [Github Issues](https://github.com/ecubus/EcuBus-Pro/issues) page.
4+
5+
The application provides an efficient search interface for messages and signals.
6+
7+
> [!NOTE]
8+
> Currently, EcuBus-Pro only supports viewing DBC files and does not support editing. Please ensure your DBC file is correctly formatted before use.
9+
10+
## Select a DBC File
11+
![alt text](image-18.png)
12+
13+
## Overview
14+
The DBC viewer provides comprehensive information about:
15+
* Network Nodes
16+
* Messages
17+
* Signals
18+
19+
![alt text](image-19.png)
20+
21+
## Value Tables
22+
Value tables define the mapping between raw values and their corresponding meanings.
23+
24+
![alt text](image-20.png)
25+
26+
## Attributes
27+
View and inspect all DBC attributes.
28+
29+
![alt text](image-21.png)

docs/um/image-18.png

15.1 KB
Loading

docs/um/image-19.png

234 KB
Loading

docs/um/image-20.png

108 KB
Loading

docs/um/image-21.png

106 KB
Loading

docs/um/image-3.png

16.4 KB
Loading

0 commit comments

Comments
 (0)