Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
WZ-EF01
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
WZ
WZ-EF01
Commits
f4fe4339
Commit
f4fe4339
authored
Aug 28, 2024
by
崔立宝
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改禅道问题56949,58225
parent
8b282be0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
Telltales.c
code/Sources/Application/src/Telltales.c
+1
-1
UDS_ISO14229_Services.c
code/Sources/Diagnostic/src/UDS_ISO14229_Services.c
+1
-1
main.c
code/Sources/System/src/main.c
+5
-1
Option.properties
utility/诊断工具1.10.11 x64/Option/Option.properties
+1
-1
No files found.
code/Sources/Application/src/Telltales.c
View file @
f4fe4339
...
...
@@ -461,7 +461,7 @@ void Telltales_Management(void)
}
else
{
if
((
DataCoolantOilSegDisp
<
60
)
&&
(
EngOilPress
<
15
)
&&
(
(
EFLP1_STATUS
&
CAN_MSG_LOST
)
==
0
)
/* || ((EngOilPress * 2) > 325)*/
)
/* 60kPa
*/
if
((
DataCoolantOilSegDisp
<
60
)
&&
(
EngOilPress
<
15
)
&&
(
!
(
EFLP1_STATUS
&
CAN_MSG_LOST
)))
/* 20240821 修改禅道QAC问题
56949 */
{
BD83790A
|=
BD8379_D6
;
...
...
code/Sources/Diagnostic/src/UDS_ISO14229_Services.c
View file @
f4fe4339
...
...
@@ -1625,7 +1625,7 @@ void UDS_Service_22_Indication ( uint32_t A_TA_type, uint16_t A_Length, uint8_t
UDS_ISO14229_Transfer
[
8
]
=
'0'
;
UDS_ISO14229_Transfer
[
9
]
=
'.'
;
UDS_ISO14229_Transfer
[
10
]
=
'1'
;
UDS_ISO14229_Transfer
[
11
]
=
'
1
'
;
UDS_ISO14229_Transfer
[
11
]
=
'
2
'
;
UDS_Service_Response
(
0x22
,
POSITIVE_RSP
,
DIAG_ID_Tx
,
12
,
UDS_ISO14229_Transfer
);
break
;
case
0xF191
:
...
...
code/Sources/System/src/main.c
View file @
f4fe4339
...
...
@@ -35,7 +35,11 @@
//20240812 屏蔽EBS报警
//20240813 油压报警加油压目标值也满足条件
//20240817 增加报文掉线油压报警灯灭逻辑
//20240817 增加报文掉线和值无效,油压报警灯灭逻辑
//20240821 修改禅道QAC问题56949
//V00.12
//20240828 修改禅道问题58225
#include "main.h"
#include "fuelconfig.h"
...
...
utility/诊断工具1.10.11 x64/Option/Option.properties
View file @
f4fe4339
#new Option
#
Sat Aug 17 15:42:09
CST 2024
#
Wed Aug 28 09:25:06
CST 2024
IsSort
=
true
MergeFlashIsCompression
=
false
ChangeAppFilePath
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment