MS41 compatible? #1
-
Hey, love your pydiabas! |
Beta Was this translation helpful? Give feedback.
Answered by
BembelBytes
Nov 14, 2024
Replies: 1 comment 5 replies
-
Hi. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Silas.
You will most probably get the error
SYS-0005: OBJECT FILE NOT FOUND
which means the ECU name is not known to EDIABAS. If the name is known but the ECU cannot be reached you will getSYS-0010: INITIALIZATION ERROR
.There are different ways to find out the right name for your MS41:
INFO [F1]
.EDIABAS\ECU
folder usually located atC:\EDIABAS\ECU
and search for*.prg
files starting with MS41 likeMS410DS1.prg
. You can then try all the files by using their file name without extension as names in pydiabas (in this case the name would be "MS410DS1").D_MOTOR
,G_MOTOR
…