Add speed limit control signals for Ioniq PHEV 2020 #1573
+3
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added
SLC_ON
andSLC_SET_SPEED
signals to the ELECT_GEAR message.Route:
e1107f9d04dfb1e2/00000179--d93c2e7bc1
On my car,
CF_Clu_SldMainSW
is used for enabling speed limit mode.CF_Clu_SldMainSW
is the same physical button asCF_Clu_CruiseMainSW
, but goes rising edge on the second press of itCF_Clu_SldMainSW
goes rising edge,MainMode_ACC
goes Falling Edge andSLC_ON
(new) goes Rising Edge and stays like that untilCF_Clu_SldMainSW
is pressed once more.SLC_SET_SPEED
is the limit speed chosen on the dash. It was displayed in km/h for me but my car is EU. Not sure how it would look on American cars.Footnote
Because this signal was missing, it causes a bad behavior with OP long control.
More about that https://discord.com/channels/469524606043160576/524611978208215070/1159242110281719859