Mercedes offline programming/coding tips and guides
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的更多相关文章
- [css 揭秘]-css coding tips
css 揭秘之css coding tips demo(1) html 代码: <body> <section> <div class="demo1" ...
- CSS Secrets 翻译笔记 01: CSS coding tips
.firDemoButton{ padding: 6px 16px; border: 1px solid #446d88; background: #58a linear-gradient(#77a0 ...
- 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 ...
- 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 ...
- 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 ...
- S8-codelab02
import news_cnn_model import numpy as np import os import pandas as pd import pickle import shutil i ...
- 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 ...
- 白板编程浅谈——Why, What, How
作者:Lucida 微博:@peng_gong 豆瓣:@figure9 原文链接:http://lucida.me/blog/whiteboard-coding-demystified/ 这篇文章节选 ...
- Rock the Tech Interview
Today, Infusion held a talk in Columbia University about tech interview. Talker: Nishit Shah @ Infus ...
随机推荐
- find命令归总
-amin n (主要指是否被读取过)对文件的最近一次访问是在 n 分钟之前. 例如:find /opt/* -amin 1 -type f (找出1分钟之前的/opt下的所有文件) -atime ...
- Missing artifact org.hibernate:hibernate-core:jar:4.3.0.Final
Missing artifact org.hibernate:hibernate-core:jar:4.3.0.Final
- python lambda 函数
lambda 函数,也叫匿名函数,是一个不需要使用def 关键字定义的小函数.返回一个函数地址. 表达式只能有一个,参数可以有多个. a = lambda x:x*x a(3) 返回的是9
- 问题:使用ajax跳转到新页面无效(浏览器Safari)
问题:使用ajax跳转到新页面无效(浏览器Safari) window.open("{% url "runtestinfo" %}") 但是使用loca ...
- BeautifulSoup中查找元素 select() 和find()区别
从html中查找元素,之前一般都用find(),查找符合条件的第一个,如下 f = open(file, 'r') # 读取文件内容content = f.read()soup= BeautifulS ...
- postman发送json请求
简介: postman是一个很好的http模拟器,在测试rest服务时是很好用的工具,可以发送get.post.put等各种请求. 发送json的具体步骤: 1.选择post请求方式,同时将heade ...
- Django项目的创建与管理和pycharm与Github的秘密
随笔 - 174 文章 - 21 评论 - 19 Django项目创建与管理 1.主题 这部分教程主要介绍如何通过Pycharm创建.管理.运行一个Django工程.对于Django模块的相关 ...
- HDU-1004.Let the ballon Rise(STL-map)
2019-02-28-08:56:03 初次做本题是用字符串硬钢,最近校队训练时又遇到才知道用map是真的舒服.需要注意的是map的用法. clear : 清除map中的所有元素,map.clear( ...
- mysql中插入序列表
利用序列表来实现列转行:CREATE TABLE sequence(id INT UNSIGNED NOT NULL auto_increment PRIMARY KEY)往里面插入数据 INSERT ...
- ios系统微信浏览器、safari浏览器中h5页面上拉下滑导致悬浮层脱离窗口的解决方法
一. 运行环境: iphone所有机型的qq浏览器,safari浏览器,微信内置浏览器(qq浏览器内核)等. 二. 异常现象: 1. 大幅度上下滑动h5页面,然后停止滑动,有时候会影响到页面滚动,如局 ...