Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
VC66_7C
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
ISUZU
VC66_7C
Commits
e6df2277
Commit
e6df2277
authored
Oct 26, 2021
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整水温格走动速度[C
parent
7b6e711e
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
21937 additions
and
21912 deletions
+21937
-21912
.gitignore
.gitignore
+4
-0
project
ghs/project
+0
-0
project.hex
ghs/project.hex
+21909
-21906
project.siz
ghs/project.siz
+1
-1
Gauges.c
source/Application/APP/GaugesMode/Gauges.c
+11
-3
SEG_DISPLAY.c
source/Application/APP/SEG_LCD/SEG_DISPLAY.c
+10
-0
Analog_Signals.h
utility/AD/inc/Analog_Signals.h
+1
-1
Analog_Signals.c
utility/AD/src/Analog_Signals.c
+1
-1
No files found.
.gitignore
View file @
e6df2277
...
...
@@ -32,6 +32,10 @@
/ghs/*.run
/ghs/*
/ghs/project.mem
/ghs/project
/ghs/project.hex
/ghs/project.siz
*.gh~
*.sublime-project
...
...
ghs/project
View file @
e6df2277
No preview for this file type
ghs/project.hex
View file @
e6df2277
This source diff could not be displayed because it is too large. You can
view the blob
instead.
ghs/project.siz
View file @
e6df2277
project .intvect 1536
project .text 297
56
4
project .text 297
64
4
project .rodata 412311
project .secinfo 120
project .syscall 6
...
...
source/Application/APP/GaugesMode/Gauges.c
View file @
e6df2277
...
...
@@ -32,8 +32,8 @@ uint8_t ModeGaugesTestFlag[GAUGES_TOTAL_NUM] = {0u};
const
uint16_t
GaugesDisDelayMax
[
2u
][
IndicatTypeTOtal
]
=
{
/*StepperMotor MotorGasType MotorTempType LCDGasType LEDOtherType GasType TempType 不同类型表头走行速度不同*/
{
0u
,
20u
,
20u
,
40u
,
2u
,
20u
,
20
0u
},
{
0u
,
0u
,
0u
,
2u
,
2u
,
2u
,
5
u
},
{
0u
,
20u
,
20u
,
40u
,
2u
,
20u
,
4
0u
},
{
0u
,
0u
,
0u
,
2u
,
2u
,
2u
,
40
u
},
};
/**@brief Query Sector function
...
...
@@ -424,7 +424,15 @@ void GaugeMoveing(uint8_t GaugesNum)
}
else
{
GaugesMoveTimesTmp
=
GaugesDisDelayMax
[
DisplayModeTmp
[
GaugesNum
]][
GaugesModuleType
[
GaugesNum
]];
/*水温表上升最后一格需要调整时间*/
if
((
GaugesNum
==
2
)
&&
(
DirecSign
[
2
]
==
1u
)
&&
(
GaugesCurrentPos
[
2
]
==
(
DestPostion
[
2
]
-
10u
)))
{
GaugesMoveTimesTmp
=
2000u
;
}
else
{
GaugesMoveTimesTmp
=
GaugesDisDelayMax
[
DisplayModeTmp
[
GaugesNum
]][
GaugesModuleType
[
GaugesNum
]];
}
}
}
...
...
source/Application/APP/SEG_LCD/SEG_DISPLAY.c
View file @
e6df2277
...
...
@@ -1106,6 +1106,16 @@ void Seg_Display_Service(void)
else
{
GaugesTimer
--
;
/*此处为测试水温走格速度用*/
if
(
Coolant_Get_Valid
())
{
SEG_Coolant_Display
(
Coolant_Get_CurSeg
(),
GUI_DISP_MODE_NORMAL
,
7u
);
//水温格
}
else
{
SEG_Coolant_Display
(
Coolant_Get_CurSeg
(),
GUI_DISP_MODE_INVALID
,
7u
);
//水温格
}
}
}
}
...
...
utility/AD/inc/Analog_Signals.h
View file @
e6df2277
...
...
@@ -4,7 +4,7 @@
* \attention
*
* This file is automatically generated by analog signals configuration tool.
* Date : 2021/
9/3 16:26:22
* Date : 2021/
10/26 10:37:53
* Cfg Tool Ver : 1.1.0
* Engineer : wangboyu
* (c) Heilongjiang TYW electronics co., LTD
...
...
utility/AD/src/Analog_Signals.c
View file @
e6df2277
...
...
@@ -4,7 +4,7 @@
* \attention
*
* This file is automatically generated by analog signals configuration tool.
* Date : 2021/
9/3 16:26:22
* Date : 2021/
10/26 10:37:53
* Cfg Tool Ver : 1.1.0
* Engineer : wangboyu
* (c) Heilongjiang TYW electronics co., LTD
...
...
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