Skip to content

MS41 compatible? #1

Closed Answered by BembelBytes
einsilas asked this question in Q&A
Nov 12, 2024 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

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 get SYS-0010: INITIALIZATION ERROR.

There are different ways to find out the right name for your MS41:

  • Use INPA to access your engine control unit and try to find the name in the section INFO [F1].
  • Look inside your EDIABAS\ECU folder usually located at C:\EDIABAS\ECU and search for *.prg files starting with MS41 like MS410DS1.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").
  • Use the group name D_MOTOR, G_MOTOR

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@einsilas
Comment options

@BembelBytes
Comment options

Answer selected by einsilas
@BembelBytes
Comment options

@einsilas
Comment options

@BembelBytes
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
2 participants