Mercedes offline programming/coding recommendations and guides:

Offline coding:

SCN or CVN coding was added to the automobiles back in 2003 if not earlier . The idea of OFFLINE coding was to become capable to create SCN codings whenever you don’t have an world-wide-web connection at your workshop to be capable to execute this on-line. In both situations an SCN or CVN coding was necessary.
Let’s not confuse OFFLINE coding with basic CODINGS !

Codings could be completed with standard DAS or Developer DAS extra deeply. Coding doesn’t imply that you just need to replace your unit application totally. When you have to produce an Offline coding this implies to flash your unit with an updated application version or a minimum of exactly the same version which you have got currently (not sure in the event you will likely be capable to downgrade your software) and after that SCN code that a single to be activated within your auto. I’m not conscious of any car or truck which is usually OFFLINE coded without having the request for an SCN code.

The only good point right here will be the time required to perform this. Yes , you can make OFFLINE coding together with your technique then go back for the dealer and ask them to produce an SCN coding for you…however are u sure they’ll not charge you the same amount as if it was done in their workshops ?

The internal VIN of this auto (e.g.w211): is WDB2110261AXXXXXX

The first letter of the external VIN after “WDB” gives the physique style, like
– U for MB implies 211
– F signifies Sedan
– next two digits will be the model inside the body form, appears to be a direct copy in the internal VIN
– subsequent digit is in regards to the SRS system, I’ve found explanations as much as the letter F, so this auto should have additional SRS equipment than known when my reference was drafted
– position 9 is actually a verify digit and the tenth digit comes from the model year.

It is considerably a lot easier to seek out this if you enter the external VIN to EPC and let it decode the internal VIN for you personally. Then choose up digits 4-9.

Ps. 17-digit code & 6 digits of numbers

 

Office programming:
For those who want to program ecu ‘offline’, there are several options:
1. In DAS, you are able to program ecu’s offline. (In xentry, you have to buy xentry calculator.)
2. Vediamo may be the way to go to program ecu offline and is used by daimler factory
3. Should you want only for 204.041 as above, you are able to try to use 204 in DAS. and there is free offline programming
between those three options, vediamo could be the best and could be used for 99% vehicle’s model

Noe that: For those with Star diagnosis for 100usd around. DAS is your way to go.

DAS (older models before 2011, but still most cars communicate through this program)
Xentry (new model automobiles 2011-2016)

Should you set it up correctly, it is possible to program offline in DAS only. Then if we need to go online with DAS we switch the modified flash folder to the original.

Xentry there is no offline programming, only on the internet. Obviously, you need to have login and pass to go on line.

Btw, offline programing is an ancient way from the service,..nowadays its better to use on-line services,…its safety,..and quickly

The last, how to enable DAS for offline programming:

Option 1: (try on your own risk)

It’s very very simple to enable “Offline” programming in newest DAS version

copy this file to

F:\Programme\DAS\trees\pkw\flashen\ini

(click yes, to replace existing).
And Be Happy !!!

in case you not have this function for any concrete automobile – verify initially six VIN digits for this automobile, and add to this file in model section.

for sample – to enable option for WDD221054 – add text string to file :

221.054=YES

Option 2: (try on your own risk)

Open F:\Programme\DAS\trees\pkw\flashen\ini on the notepad and add ->
1st of all
—-A451—-
451.331=YES
451.332=YES
etc
etc
etc

IMPORTANT!!!!!!!

The options above are diy solutions from DAS users.

TRY ON YOUR OWN RISK.

NO A single HOLDS RESPONSIBILITIES For you.

If solutions above remain useless or you want a solution WITH SECURITY, please try option 3, the idiot solution.

Option 3: (use with relief and security)

Spend a little bit money on an enabled DAS for offline programming.
 

Though the DAS 2012.11 version is kind of old, this is definitely the one we highly recommend. It has been tested for thousands of times on vehicles, verified to work definitely.

And it also could be come with the full package V2012.11 MB SD Connect C4 with DELL D630 laptop, very convenient for customer who do not have DELL D630 laptop or do not know how to install software correctly.

This will save a lot of time for urgent needs. That is, users can directly use this set for offline programming when they receive the package (including setup offline mode in old DAS software program) and open the function. But they need set up WIFI and Lan cable connection by themselves if wanna do on-line programming.

In short,
For offline programming,
DAS 2012.11 is definitely the best solution for old automobiles before 2010.

For on the web programming,
You can use the latest version 07.2018 or 09.2018 Xentry program for the old and new cars.

Mercedes offline programming/coding tips and guides的更多相关文章

  1. [css 揭秘]-css coding tips

    css 揭秘之css coding tips demo(1) html 代码: <body> <section> <div class="demo1" ...

  2. CSS Secrets 翻译笔记 01: CSS coding tips

    .firDemoButton{ padding: 6px 16px; border: 1px solid #446d88; background: #58a linear-gradient(#77a0 ...

  3. Difference Among Mercedes Star Diagnostic Tool MB Star C3 C4 C5 C6

    Mercedes Star Diagnostic Tool newly update to MB Star C6.There are many star diangostic tool in the ...

  4. 10 Questions To Make Programming Interviews Less Expensive--reference

    Conducting Interview is not cheap and costs both time and money to a company. It take a lot of time ...

  5. 2013 New available ICOM A2 Diagnostic & Programming For BMW ICOM A2+B+C

    AUTONUMEN.COM offer best price New ICOM A2 Diagnostic & Programming For BMW ICOM A2+B+C. bmw ico ...

  6. S8-codelab02

    import news_cnn_model import numpy as np import os import pandas as pd import pickle import shutil i ...

  7. Awesome Go精选的Go框架,库和软件的精选清单.A curated list of awesome Go frameworks, libraries and software

    Awesome Go      financial support to Awesome Go A curated list of awesome Go frameworks, libraries a ...

  8. 白板编程浅谈——Why, What, How

    作者:Lucida 微博:@peng_gong 豆瓣:@figure9 原文链接:http://lucida.me/blog/whiteboard-coding-demystified/ 这篇文章节选 ...

  9. Rock the Tech Interview

    Today, Infusion held a talk in Columbia University about tech interview. Talker: Nishit Shah @ Infus ...

随机推荐

  1. js获取url传值的方法

    这篇文章主要介绍了js获取url传值的方法,实例分析了字符串分割与正则分析两种方法,并补充了一个基于正则匹配实现的js获取url的get传值函数,需要的朋友可以参考下 js获取url参数值: inde ...

  2. 04_web基础(一)之tomcat介绍

    01.web引入 在这之前我们已经能够在数据库进行CRUD,在dao处进行CRUD,在service处进行CRUD,对用户来说必须在浏览器上进行CRUD,要完成这个就必须具备web知识. 而web运行 ...

  3. html中表单的应用

    2.表单 ***** 表单作用: 用于显示.收集信息,并将信息提交到服务器 表单两大部分: 1.实现数据交互的可见界面元素,即表单控件 2.提交表单后的处理操作 1.如何实现表单 语法:<for ...

  4. multi_compile

    [multi_compile]  Used to  compile the shader code multiple times with different preprocessor directi ...

  5. 为什么要用MarkDown?

    [为什么要用MarkDown?] 大部分作家用 Word 或 Pages 写作,过去的文档也大都以 .doc, .docx 格式或是 Pages 格式储存.还有人为了保证文稿发给谁都能正常打开,会用 ...

  6. 签名Cookie

    [签名Cookie] set-cookie时加上防篡改验证码. 如: user_name=alex|bj95ef23cc6daecc475de   防篡改验证码的生成规则可以很简单:md5(cooki ...

  7. linux shell 学习笔记01

    1.命令历史记录history !$     :调用上一条命令的执行结果 !100   :运行history记录里的第100条命令 !ser   :调用以ser开头的最后一次执行的命令 ctrl+r  ...

  8. Jmeter学习(三十二)调试工具Debug Sampler(转载)

    转载自 http://www.cnblogs.com/yangxia-test 一.Debug Sampler介绍: 使用Jmeter开发脚本时,难免需要调试,这时可以使用Jmeter的Debug S ...

  9. Appium1.6启动iOS真机

      前提:已经安装了Appium1.6版本,我这里用的是GUI版本   环境要求: 真机iOS9.3及以上 macOS 10.11或10.12 Xcode7及以上   安装步骤如下 第一步:iOS真机 ...

  10. thymeleaf 获取sessionid

    参考https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html ${#session.id}