Unfortunately we do not accept new members for free, Now Registration cost 30€, if you are interesting Send Email to [email protected]

ATM - NBT EVO - bench stup - help needed
13-02-2019, 15:20 PM,
Post: #11
RE: ATM - NBT EVO - bench stup - help needed
Time set in the evo is just to tell kombi the time. kombi is the time master. you'll need to figure out the CAN commands to fake the kombi time messages.

I ended up just attaching to the emulator in my car and once it saw the real time and gps location, the bmw services magically started to work.
Quote this message in a reply
13-02-2019, 17:12 PM,
Post: #12
RE: ATM - NBT EVO - bench stup - help needed
I don't use an emulator on the bench, perhaps I need to add a Kombi to my bench setup?
Quote this message in a reply
13-02-2019, 17:41 PM, (This post was last modified: 13-02-2019, 18:20 PM by BugFix.)
Post: #13
RE: ATM - NBT EVO - bench stup - help needed
Check your EVO coded with 6AE

1. You can connect GPS antenna and take 3Dfix then you time and date will be set.
You will not see it on the screen, have to check your time and 3Dfix with tool32
Tool32 --> ATM.prg --> STATUS_LESEN Argument: ARG;STATUS_GPS_ECALL

Example
apiJob("ATM","STATUS_LESEN","ARG;STATUS_GPS_ECALL","")
 _REQUEST                        = 3 Bytes
   0000 : 22 D0 E1                                           "?a
 JOB_STATUS                      = OKAY        
 STAT_GPS_EINH                   = 0-n        
 STAT_GPS_INFO                   = Reads GPS status. see tabelle TGpsStatus.
 STAT_GPS_TEXT                   = 3D Position
 STAT_GPS_LAT_EINH               = -          
 STAT_GPS_LAT_INFO               = latitude    
 STAT_GPS_LAT_WERT               = 1.2
 STAT_GPS_DATE_EINH              = TEXT        
 STAT_GPS_DATE_INFO              = date ddmmyyyy
 STAT_GPS_DATE_TEXT              = 13022019   
 STAT_GPS_LONG_EINH              = -          
 STAT_GPS_LONG_INFO              = longitude  
 STAT_GPS_LONG_WERT              = 1.4
 STAT_GPS_TIME_EINH              = TEXT        
 STAT_GPS_TIME_INFO              = time hhmmss
 STAT_GPS_TIME_TEXT              = 185057     
 STAT_GPS_SPEED_EINH             = m/s        
 STAT_GPS_SPEED_INFO             = speed in m/s
 STAT_GPS_SPEED_WERT             = 6.66
 STAT_GPS_HEIGHT_EINH            = m          
 STAT_GPS_HEIGHT_INFO            = altitude in meter
 STAT_GPS_HEIGHT_WERT            = 1.12
 STAT_GPS_HEADING_EINH           = °          
 STAT_GPS_HEADING_INFO           = direction in degree/minute/second (000/000/000)
 STAT_GPS_HEADING_WERT           = 3.00
 STAT_GPS_RECEIVER_SW_VERSION_EINH = TEXT        
 STAT_GPS_RECEIVER_SW_VERSION_INFO = Reads software version number of GPS receiver
 STAT_GPS_RECEIVER_SW_VERSION_TEXT = B3315ACETVMLSZD56323.008.018
Stop      : 13.02.2019 20:50:52,4
Dauer     : 0,3 s

2. You can set time and date with SSH, example: date 201902132036.21

3. You can send time and date with CAN network comand.

ID=2F8 (Uhrzeit/Datum) (760 (2F8h) - Zykluszeit: ttyp = 15000.0 ms (tmin = 13500.0 ms, tmax = 16500.0 ms))
DLC=8
01 1E 00 1B 4F E0 07 F1

Byte [0], Hour
Byte [1], Minute
Byte [2], Seconds
Byte [3], Day
Byte [4] (Top 8 bits), Month
   1F = Jan
   2F = Feb
   3F = March
    ……………..
    BF = Nov
    DF = Dec
Byte [5 & 6], year (07E0 HEX = 2016 DEC)


4. You can connect KOMBI

and set time with tool32

Tool32 --> KOMB01 Argument: KOMBI_UHRZEIT_DATUM_STELLEN


p.s.
Please remeber about position on the map. for your VIN  position in UK and EU will be good

NBTEVO, ENAV2, MGU  - CP OFF, Navi , APPS , Carplay, AA
MGU ID-8-9-10 Cars - Full Region change

NCD Secure Coding 2.0




Quote this message in a reply
[+] 5 users say Thank You to BugFix for this post
13-02-2019, 18:34 PM,
Post: #14
RE: ATM - NBT EVO - bench stup - help needed
https://youtu.be/bw09n6lJzpo
Quote this message in a reply
[+] 1 user says Thank You to litany for this post
14-02-2019, 18:49 PM, (This post was last modified: 14-02-2019, 18:51 PM by Wibbles.)
Post: #15
RE: ATM - NBT EVO - bench stup - help needed
So i got a GPS antenna plugged in and now I'm getting RTTI info and all the apps are showing in the connected drive menu as well as Online entertainment.

when I go into any of the apps in the Connected Drive menu, they start loading but don't display the same as per Simon's video above.

I managed to register the VIN on the BMW portal so I can see the end dates of the services.

I appreciate all the help so far.


Quote:apiJob("ATM","status_lesen","ARG;STATUS_GPS_ECALL","")

Satz : 0
  OBJECT                          = atm
  SAETZE                          = 1
  JOBNAME                         = status_lesen
  VARIANTE                        = ATM
  JOBSTATUS                       =
  UBATTCURRENT                    = -1
  UBATTHISTORY                    = -1
  IGNITIONCURRENT                 = -1
  IGNITIONHISTORY                 = -1
Satz : 1
  JOB_STATUS                      = OKAY
  _REQUEST                        = 3 Bytes
    0000 : 22 D0 E1                                           "Ðá
  _RESPONSE                       = 60 Bytes
    0000 : 62 D0 E1 4D 39 36 31 35   41 43 45 54 57 4D 4C 5A  bÐáM9615  ACETWMLZ
    0010 : 44 35 35 31 33 33 2E 30   30 31 2E 30 30 38 00 0C  D55133.0  01.008..
    0020 : FF A0 DE B4 0B CB B6 AE   FF FF FF FF 00 0C 31 34  ÿ Þ´.˶®  ÿÿÿÿ..14
    0030 : 30 32 32 30 31 39 31 38   34 37 35 35              02201918  4755
  STAT_GPS                        = 12          00 00 00 0C  ....                  
  STAT_GPS_EINH                   = 0-n
  STAT_GPS_INFO                   = Liest den GPS Status. Siehe Tabelle TGpsStatus.
  STAT_GPS_TEXT                   = 3D Position
  STAT_GPS_LAT_EINH               = -
  STAT_GPS_LAT_INFO               = Breitengrad
  STAT_GPS_LAT_WERT               = OBFUSCATED
  STAT_GPS_DATE_EINH              = TEXT
  STAT_GPS_DATE_INFO              = Datum TTMMJJJJ
  STAT_GPS_DATE_TEXT              = 14022019
  STAT_GPS_LONG_EINH              = -
  STAT_GPS_LONG_INFO              = Längengrad
  STAT_GPS_LONG_WERT              = OBFUSCATED
  STAT_GPS_TIME_EINH              = TEXT
  STAT_GPS_TIME_INFO              = Uhrzeit HHMMSS
  STAT_GPS_TIME_TEXT              = 184755
  STAT_GPS_SPEED_EINH             = m/s
  STAT_GPS_SPEED_INFO             = Geschwindigkeit in m pro Sekunde. Steuergerät sendet in cm/s, in der SGBD wird auf m/s umgerechnet
  STAT_GPS_SPEED_WERT             = 6.553500E+002
  STAT_GPS_HEIGHT_EINH            = m
  STAT_GPS_HEIGHT_INFO            = Höhe in Meter
  STAT_GPS_HEIGHT_WERT            = 1.200000E+001
  STAT_GPS_HEADING_EINH           = °
  STAT_GPS_HEADING_INFO           = Richtung in Grad
  STAT_GPS_HEADING_WERT           = 6.553500E+004
  STAT_GPS_RECEIVER_SW_VERSION_EINH = TEXT
  STAT_GPS_RECEIVER_SW_VERSION_INFO = Auslesen der Software Versionsnummer des GPS Receivers
  STAT_GPS_RECEIVER_SW_VERSION_TEXT = M9615ACETWMLZD55133.001.008
Quote this message in a reply
14-02-2019, 19:14 PM, (This post was last modified: 14-02-2019, 19:19 PM by BugFix.)
Post: #16
RE: ATM - NBT EVO - bench stup - help needed
Do update services several times from menu and tool 32


Also
check
STAT_SIGNAL_STAERKE_INFO = Empfangsstärke des verfügbaren Netzwerks im Bereich von 0-5 0 = kein Signal 5 = volles Signal
STAT_SIGNAL_STAERKE_TEXT = 2

with 3-5 will work good
just connect any wire to antena socket then will work better

NBTEVO, ENAV2, MGU  - CP OFF, Navi , APPS , Carplay, AA
MGU ID-8-9-10 Cars - Full Region change

NCD Secure Coding 2.0




Quote this message in a reply
14-02-2019, 19:42 PM,
Post: #17
RE: ATM - NBT EVO - bench stup - help needed
I had the issue with the apps not showing content until it saw a time message from the kombi in my car.

Did you do the CAN date as BugFix posted above?
Quote this message in a reply
14-02-2019, 21:41 PM,
Post: #18
RE: ATM - NBT EVO - bench stup - help needed
(14-02-2019, 19:14 PM)BugFix Wrote:  Do update services several times from menu and tool 32


Also
check
 STAT_SIGNAL_STAERKE_INFO        = Empfangsstärke des verfügbaren Netzwerks im Bereich von 0-5 0 = kein Signal 5 = volles Signal
 STAT_SIGNAL_STAERKE_TEXT        = 2

with 3-5 will work good
just connect any wire  to antena socket then will work better

I will try that, thank you.

(14-02-2019, 19:42 PM)vilord Wrote:  I had the issue with the apps not showing content until it saw a time message from the kombi in my car.

Did you do the CAN date as BugFix posted above?

No, I'm not sure how to do that but I have ordered an extra loom to allow me to connect a Kombi to my bench rig, I have several virgin F20 6WA kombi's I can use.

Can you elaborate on how to do that? happy to pay for your time.

I'm pleased that it finds my location an RTTI works now.

I now need to work out wiring it into a car.....
Quote this message in a reply
14-02-2019, 21:46 PM,
Post: #19
RE: ATM - NBT EVO - bench stup - help needed
Are you using a USB-CAN adapter to send the wakeup messages, or a CAN emulator box?

USB-CAN it is easy... CAN emu maybe not
Quote this message in a reply
14-02-2019, 22:43 PM,
Post: #20
RE: ATM - NBT EVO - bench stup - help needed
(14-02-2019, 21:41 PM)Wibbles Wrote:  I now need to work out wiring it into a car.....

I can help you
I can do activation your atm in the car, will work without any canfilters.

NBTEVO, ENAV2, MGU  - CP OFF, Navi , APPS , Carplay, AA
MGU ID-8-9-10 Cars - Full Region change

NCD Secure Coding 2.0




Quote this message in a reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  MGU Bench connection kimz 2 115 Yesterday, 19:13 PM
Last Post: kimz
  F10 FRM III eeprom needed for repair claw 0 36 Yesterday, 16:16 PM
Last Post: claw
XZBMW G01 2019 X3 - ATM Replacement/Coding Help Needed jchisholm17 10 322 18-04-2024, 21:44 PM
Last Post: jchisholm17
XZBMW [MEGA] ISTA 4.32 // ISTA-P 3.72 + ALL LOADER up to 6.6 // no license needed hashtagmaster 60 18,044 18-04-2024, 18:36 PM
Last Post: alexak
  Eeprom dump needed for EHC E60 Matthew53 0 55 15-04-2024, 22:27 PM
Last Post: Matthew53
  Test bench Connection to CAN ECU's HaakonA 3 309 03-04-2024, 07:24 AM
Last Post: sixcode
XZBMW G01 FSC repair pack needed mmihai82 2 316 01-04-2024, 10:05 AM
Last Post: mmihai82
XZBMW Tool for bench read 8hp Garryq 9 1,660 26-03-2024, 09:32 AM
Last Post: skywoker
  Bosch MEVD172H bench backup mrproper 1 274 23-03-2024, 18:43 PM
Last Post: Ratnik1990
XZBMW SP-Daten v65 needed piteerus 0 93 17-03-2024, 12:43 PM
Last Post: piteerus

Forum Jump:


Users browsing this thread:
1 Guest(s)

Return to TopReturn to Content