Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPM for the Ioniq EV is wrong #11

Open
JejuSoul opened this issue May 13, 2018 · 2 comments
Open

RPM for the Ioniq EV is wrong #11

JejuSoul opened this issue May 13, 2018 · 2 comments

Comments

@JejuSoul
Copy link
Owner

ITStromer added this PID
003_VMCU Motor Actual Speed RPM,Speed rpm,2102,((Signed(F)*256)+E),-10100,10100,rpm,7E2

but I think it is wrong.
I have looked at his spreadsheet and he seems to have found this value at 7E3 not 7E2

I want to change this value to
003_VMCU Motor Actual Speed RPM,Speed rpm,2102,((Signed(F)*256)+E),-10100,10100,rpm,7E3

does everyone agree?

@JejuSoul
Copy link
Owner Author

Okay - we have agreed this was an error I have fixed it.
But we now have to work out which ECU is 7E3
Or does one ECU the VMCU respond on two different codes 7E2 and 7E3

@migle
Copy link
Collaborator

migle commented May 14, 2018

Either I made a mistake typing the formula, or it isn't right. See attachment. I'll check tomorrow.
Is there a simple way to log all response bytes in Torque? (Easier than adding a formula for each byte?) Because that would make testing hypotheses a lot less easier.

trackLog-2018-Mai-14_08-16-32.txt
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants