How to change 2011 x3 series F25 CIC from English to German

This is a conversation between a F25 owner and a professional technician talking about F25 CIC language change

Purpose:
To change 2011 x3 series F25 CIC from English to German.

A:
I‘ve got a 2011 x3 series F25 and have just retrofitted a CIC into it
but the language is in English and when I try changing the language to
German it just falls back to English. I‘ve just installed esys (with E-SYS ICOM coding F-series cable) and the Fxx data packs, would someone be so kind and tell me how to change.

Also I can´t set time in CIC, are the some more changes to do?

B: You need to code your car to be retrofitted with SA609 option. There is manual how to do it: BMW E-sys

A: I have already done. Removed 663 and added 609, but language did not change. What else I have to code?

latest Update:
I´ve coded /// HU_CIC =>3001==> KOMBI_CIC = kombi_low
Time setting is now ok!

For language setting I´ve coded

KOMBI -> 3008 PIA_Einheiten -> Funktionen -> Sprache -> deutsch/werte 00
HU_CIC -> 3000 HMI -> Funktionen ->LANGUAGE_MASTER ->deutsch/werte01
HU_CIC -> 3000 HMI -> Funktionen -> LANGUAGE_1 -> deutsch / werte 01
HU_CIC -> 3000 HMI -> Funktionen -> LANGUAGE_2 -> english_uk / werte 02
HU_CIC -> 3000 HMI -> Funktionen -> LANGUAGE_3 -> fransoesich / werte 06

No changes, language is still English, not German!!!
What´s the problem?
Is there anyone who can help?

B: Are you change language from menu after coding?

A: This is my problem. When I change language in menu to German,
it switch back to English in menu.

B: try setting EINHEITEN_MASTER to hmi instead of kombi; and then retry changing languages in CIC settings menu
or try with :
KOMBI -> 3008 PIA_Einheiten -> Funktionen -> Sprache -> deutsch/werte 01

Here are all the potential ways to help change language from English to German in BMW F25 CIC by BMW ICOM A2 E-sys.

时间: 2024-10-06 11:49:34

How to change 2011 x3 series F25 CIC from English to German的相关文章

翻译:使用tbb实现特征检测的例子

A feature-detection example using the Intel® Threading Building Blocks flow graph By Michael V. (Intel), Added September 9, 2011 Translate Chinese Simplified Chinese Traditional English French German Italian Portuguese Russian Spanish Turkish Transla

ChartConlrol二维图表类型

WinForms Controls >Controls > Chart Control > Concepts > Creating Charts > 2D Chart Types The XtraCharts suite provides a wide variety of different 2D chart types (also calledview types) which give you the ability to display data as any of

P6 Professional Installation and Configuration Guide (Microsoft SQL Server Database) 16 R1

P6 Professional Installation and Configuration Guide (Microsoft SQL Server Database) 16 R1       May 2016 Contents About This Guide...................................................................................... 11 Shared Topics in This Guide .

一点jquery复习

jquery获取select选中的值: $('#brand').change(function(){ var brand=$("#brand  option:selected").val(); alert(brand); }); <div class="col-sm-8 col-xs-12"> <select name="brand" id="brand" class="form-control&q

洛谷OJ P1126 机器人搬重物 解题报告

洛谷OJ P1126 机器人搬重物 解题报告 by MedalPluS [题目描述]    机器人移动学会(RMI)现在正尝试用机器人搬运物品.机器人的形状是一个直径1.6米的球.在试验阶段,机器人被用于在一个储藏室中搬运货物.储藏室是一个N*M的网格,有些格子为不可移动的障碍.机器人的中心总是在格点上,当然,机器人必须在最短的时间内把物品搬运到指定的地方.机器人接受的指令有:向前移动1步(Creep):向前移动2步(Walk):向前移动3步(Run):向左转(Left):向右转(Right).

Manifesto of the Communist Party

A spectre is haunting Europe – the spectre of communism. All the powers of old Europe have entered into a holy alliance to exorcise this spectre: Pope and Tsar, Metternich and Guizot, French Radicals and German police-spies. Where is the party in opp

Euro Efficiency(完全背包)

Euro Efficiency Time Limit : 2000/1000ms (Java/Other)   Memory Limit : 20000/10000K (Java/Other) Total Submission(s) : 12   Accepted Submission(s) : 3 Problem Description On January 1st 2002, The Netherlands, and several other European countries aban

python之pandas入门操作

本文章是建议入门者直接上手操作,在操作中再去想为什么,是什么? --理论知识暂时不写了,可自行百度 ,跟着代码来入门,简单粗暴. import pandas as pd import numpy as np from pandas import Series,DataFrame #数据结构:Series 和DataFrame #Series 是一个定长的字典序列 定长:相当于两个ndarray #Series有两个基本属性:index和values index默认0,1,2...递增 可以自定义

pandas tutorial

目录 Series 利用dict来创建series 利用标量创建series 取 Dataframe 利用dict创建dataframe 选择 添加列 列移除 行的选择, 添加, 移除 Panel Basic Functionality Series DataFrame Descriptive Statistic 绑定自定义函数 pipe, apply, applymap Reindex reindex_like 插补 limit Renaming Iteration iteritems() (