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

Latest Rheingold w/ CAN interface.
20-06-2015, 12:53 PM,
Post: #1
Latest Rheingold w/ CAN interface.
I have tried 2 version of RG. 3.41? and 3.45. Both work with serial ODB interface, but refuse to find the car with a FTDI chipped REAL D/K interface from Do-It-Auto.

Does anyone have a working RG link or the secret "Trick" to get this operational?

Tried a million different combination of EDIABAS.ini and ODB.ini, COM ports, CAN drivers, etc.

PLEASE help

Thanks in advance
Quote this message in a reply
20-06-2015, 14:30 PM,
Post: #2
RE: Latest Rheingold w/ CAN interface.
-Check in Windows / System / Device manager if the Comport is the same like in the OBD.ini

-Check in Windows / System / Device manager if the Comport is set to Latency 1

-Check if you are using newest ftdi Driver

-Check if EDIABAS.INI is set to
Interface = STD:OBD

-Check if Rheingold VCI Setting is set to EDIABAS
Quote this message in a reply
[+] 6 users say Thank You to M-Simon for this post
27-06-2015, 11:38 AM,
Post: #3
RE: Latest Rheingold w/ CAN interface.
Thanks for reply.

Check

Check

Qustion: Which type of Driver? FTDI VCP or D2XX. I have tried several versions, up to the current, but am not sure which types. VCP is virtual and D2XX uses DLL I think... Any idea? What type/version are you using?

Check

Check

As I mentioned, Ive been all thru this several times. smile

Thks

ALSO: Any reason I can read this thread?
http://garage-automotive.com/showthread.php?tid=5212
Quote this message in a reply
27-06-2015, 13:25 PM,
Post: #4
XZBMW  RE: Latest Rheingold w/ CAN interface.
(27-06-2015, 11:38 AM)IcemanBHE Wrote:  Thanks for reply.

Check

Check

Qustion: Which type of Driver? FTDI VCP or D2XX. I have tried several versions, up to the current, but am not sure which types. VCP is virtual and D2XX uses DLL I think... Any idea? What type/version are you using?

Check

Check

As I mentioned, Ive been all thru this several times. smile

Thks

ALSO: Any reason I can read this thread?
http://garage-automotive.com/showthread.php?tid=5212
Hi Iceman,
After drivers instalation were you able to set your USB SERIAL PORT ?
Which car (model/year) are you trying to connect ?
Also try with my ediabas works with all E and F series
[Image: zlbXHU_l8WP0Et8sMKev-uYGRv6kKAPO9pOLSheI...87-h667-no]


Attached Files
EDIABAS.txt
File Type: .txt
Downloaded: 41 times
Size: 53 bytes

Quote this message in a reply
27-06-2015, 16:02 PM,
Post: #5
RE: Latest Rheingold w/ CAN interface.
For rheingold com 9 important
more easily switch interface EasyConnect


underunderunder


Attached Files Thumbnail(s)
       
Quote this message in a reply
27-06-2015, 16:43 PM,
Post: #6
RE: Latest Rheingold w/ CAN interface.
You need the VCP Driver, it means Virtual Com Port.
Quote this message in a reply
30-06-2015, 06:26 AM,
Post: #7
RE: Latest Rheingold w/ CAN interface.
Thank you all for your help thus far. I have a XP and a Win7 Machine, both identical installs. I have the latest VCP FTDI drivers installed. (See pic) COM is set to 9, latency 1.

Interface works FINE in INPA, etc, just not in RG.

RG screen shots attached. Is an IP supposed to be in the space in red circle?

My steps are as follows.

1. Plug interface into laptop.
2. Check port settings (Verify COM9)
3. Plug into car
4. Run DCAN.exe and set to COM9 and CAN OFF
5. Start RG
6. Set up connection to use EDIABAS

At this point RG tries to establish connection but AutoDetect chassis fails

I have EDIABAS 7.3 from a BMW setup. Is there something that needs to be hacked for that to work? I see above an EDIABAS version different from mine. Do I need to use that?

Testing this on an E38, in CAN OFF mode. I have tried OBD and USB in the odb.ini

Screen Prints:
[Image: Port_zpsnu5w04ss.jpg]
[Image: DCANexe_zpsenxuhckr.jpg]
[Image: RG_zpsybm8zchb.jpg]
[Image: RG1_zpsd76r4ye7.jpg]

Here are my ODB.ini file:
[OBD]
Port=Com9
Hardware=OBD
RETRY=ON
;Tracelevel=0xFFFFFFFF
;Tracelevel=0xFFFFFFFF
;Tracelevel=0xF0000000
;Tracelevel=0x0000FFFF
; Bit 0 = Funktionsaufruf
; Bit 1 = io Ergebnis
; Bit 2 = nio Ergebnis
; Bit 3 = Detailinfos
; Nibble 0 = readchar_wait
; Nibble 1 = main
; Nibble 2 = cmd
; Nibble 3 = obd
; Nibble 4 = send_and_receive_...
; Nibble 5 = read_telegram_...
; Nibble 6 = send_telegram
; Nibble 7 = SendData

And my EDIABAS,ini File:
;#################
;# EDIABAS 7.3.0 #
;#################

;=============================================================================
[Configuration]
;=============================================================================
Interface =STD:OBD
Simulation = 0

EcuPath =C:\EDIABAS\ECU
SimulationPath =C:\EDIABAS\SIM
TracePath =C:\EDIABAS\TRACE
TraceSize = 1024

ApiTrace = 0
IfhTrace = 0
; IfhnTrace = 0

; SystemTraceSys = 0
; SystemTraceBip = 0
; SystemTraceIfh = 0
; SystemTraceNet = 0

; BipDebugLevel = 0
; BipErrorLevel = 0

UbattHandling = 0
IgnitionHandling = 0
ClampHandling = 0

RetryComm = 1
SystemResults = 1
TaskPriority = 0

; CodeMapping = C:\EC-Apps\EDIABAS\BIN\ansi2oem.tab
; LoadWin32 = 0

NetworkProtocol = TCP

; --- neu ab EDIABAS 7.2.0 ---------------------------------------------------
ShowIcon = 1
LogLevel = 0
TraceBuffering = 0
TraceHistory = 0
TraceSync = 1
; TraceWriter = <FilePathName>

;=============================================================================
[TCP]
;=============================================================================
RemoteHost = 192.168.68.1
Port = 6801
TimeoutConnect = 2000
TimeoutReceive = 2000
TimeoutFunction = 10000
; TimeResponsePending = 5000
; DisconnectOnApiEnd = 1
; InitCmd0 = FE,04,00,03,01
; InitCmd1 = FD,05,00,03,01

;=============================================================================
[XEthernet]
;=============================================================================
;RemoteHost = Autodetect
;HeaderFormat = 0
;TesterAddress = F4,F5
;ControlPort = 6811
;DiagnosticPort = 6801
;TimeoutConnect = 20000

;=============================================================================
[IfhProxy]
;=============================================================================
;Port = 6700


;#############################################################################
;#############################################################################
;## ausführliche Variante von EDIABAS.ini (mit Kurz-Info und Default) ##
;#############################################################################
;#############################################################################

;=============================================================================
; EDIABAS Basic Configuration
; [Configuration]
;=============================================================================

;### new Configuration elements since EDIABAS 7.2 ############################

;-----------------------------------------------------------------------------
; ShowIcon
; Description : Enable/Disable EDIABAS-Icon in System-Tray
; Value : 0 = EDIABAS-Icon disabled
; 1 = EDIABAS-Icon enabled
; Default = 1
; ShowIcon = 1

;-----------------------------------------------------------------------------
; LogLevel
; Description : Logging of fatal faults in EDIABAS.log
; Value : 0 = Logging disabled
; 1 = Logging enabled
; Default = 0
; LogLevel = 0

;-----------------------------------------------------------------------------
; TraceBuffering
; Description : Manner of Opening/Closing of Trace-Files
; Value : 0 = Opening/Closing after every dump
; 1 = Trace-Files stay open
; Default = 0
; TraceBuffering = 0

;-----------------------------------------------------------------------------
; TraceHistory
; Description : Number of History-Trace-Files
; Value : 0 .. 999
; Default = 0
; TraceHistory = 0

;-----------------------------------------------------------------------------
; TraceSync
; Description : Synchronisation of Trace files
; Value : 0 = Synchronisation disabled
; 1 = Synchronisation enabled
; Default = 1
; TraceSync = 1

;-----------------------------------------------------------------------------
; TraceWriter
; Description : FilePathName of a private TraceWriter
; Default = . (Default-TraceWriter "TWFile32.dll")
; TraceWriter = .


;### older Configuration elements till EDIABAS 7.1 ###########################

;-----------------------------------------------------------------------------
; Simulation
; Description : Enable/Disable ECU simulation
; Value : 0 = Simulation disabled
; 1 = Simulation enabled
; Default = 0
; Simulation = 0

;-----------------------------------------------------------------------------
; EcuPath
; Description : ECU file path
; Default = .
; EcuPath = C:\EC-Apps\EDIABAS\ECU

;-----------------------------------------------------------------------------
; SimulationPath
; Description : Simulation file path
; Default = .
; SimulationPath = C:\EC-Apps\EDIABAS\SIM

;-----------------------------------------------------------------------------
; TracePath
; Description : Trace file path
; Default = .
; TracePath = C:\EC-Apps\EDIABAS\TRACE

;-----------------------------------------------------------------------------
; TraceSize
; Description : Maximum size of each trace file [KB]
; Value : 0 .. 32767
; Default = 1024
; TraceSize = 1024

;-----------------------------------------------------------------------------
; ApiTrace
; Description : Enable/Disable API/User trace
; Value : 0 = Trace disabled
; 1 = User trace
; 2 = User trace + time stamp
; 3 = User trace + time stamp + process id (Win32)
; 4 = Function trace
; 5 = Function trace + time stamp
; 6 = Function trace + time stamp + timing
; 7 = Function trace + time stamp + timing + process id (Win32)
; 8 = Debug trace
; Default = 0
; ApiTrace = 0

;-----------------------------------------------------------------------------
; IfhTrace
; Description : Enable/Disable IFH trace
; Value : 0 = Trace disabled
; 1 = User trace
; 2 = User trace + interface
; 3 = User trace + interface + time stamp
; Default = 0
; IfhTrace = 0

;-----------------------------------------------------------------------------
; IfhnTrace
; Description : Enable/Disable IFH network trace (with XREMOTE)
; Value : 0 = Trace disabled
; 1 = User trace
; 2 = User trace + interface
; 3 = User trace + interface + time stamp
; Default = 0
; IfhnTrace = 0

;-----------------------------------------------------------------------------
; SystemTraceSys
; Description : Enable/Disable system trace (runtime system)
; Value : 0 = Trace disabled
; Trace levels 1 .. 7
; Default = 0
; SystemTraceSys = 0

;-----------------------------------------------------------------------------
; SystemTraceBip
; Description : Enable/Disable BIP trace (runtime system)
; Value : 0 = Trace disabled
; Trace levels 1 .. 7
; Default = 0
; SystemTraceBip = 0

;-----------------------------------------------------------------------------
; SystemTraceIfh
; Description : Enable/Disable IFH system trace
; Value : 0 = Trace disabled
; Trace levels 1 .. 7
; Default = 0
; SystemTraceIfh = 0

;-----------------------------------------------------------------------------
; SystemTraceNet
; Description : Enable/Disable network trace
; Value : 0 = Trace disabled
; Trace levels 1 .. 7
; Default = 0
; SystemTraceNet = 0

;-----------------------------------------------------------------------------
; BipDebugLevel
; Description : BIP debug level of ECU files
; Value : 0 .. 32767
; Default = 0
; BipDebugLevel = 0

;-----------------------------------------------------------------------------
; BipErrorLevel
; Description : BIP error level of ECU files
; Value : 0 .. 32767
; Default = 0
; BipErrorLevel = 0

;-----------------------------------------------------------------------------
; UbattHandling
; Description : Ubatt ON/OFF handling
; Value : 0 = Ubatt ON/OFF: No EDIABAS error
; 1 = Ubatt ON/OFF: EDIABAS error
; Default = 1
; UbattHandling = 0

;-----------------------------------------------------------------------------
; IgnitionHandling
; Description : Ignition ON/OFF handling
; Value : 0 = Ignition ON/OFF: No EDIABAS error
; 1 = Ignition ON/OFF: EDIABAS error
; Default = 1
; IgnitionHandling = 0

;-----------------------------------------------------------------------------
; ClampHandling
; Description : automatic check of clamps for Ubatt and Ignition
; Value : 0 = no automatic clamp check with send_and_receive
; 1 = automatic clamp check with send_and_receive
; Default = 1
; ClampHandling = 1

;-----------------------------------------------------------------------------
; RetryComm
; Description : Repeat failed communication automatically (1x)
; Value : 0 = Retry disabled
; 1 = Retry enabled (1x)
; Default = 1
; RetryComm = 1

;-----------------------------------------------------------------------------
; SystemResults
; Description : Enable/Disable system results (ubatt/ignition/jobstatus)
; Value : 0 = Disable system results
; 1 = Enable system results
; Default = 1
; SystemResults = 1

;-----------------------------------------------------------------------------
; TaskPriority
; Description : EDIABAS process/thread priority (only Win32/16)
; Value : 0 = Optimal EDIABAS performance = 8
; 1 = Minimal EDIABAS performance
; ..
; 10 = Maximal EDIABAS performance
; Default = 0
; TaskPriority = 0

;-----------------------------------------------------------------------------
; CodeMapping
; Description : Character mapping file path
; Default = .
; CodeMapping = C:\EC-Apps\EDIABAS\BIN\ansi2oem.tab

;-----------------------------------------------------------------------------
; LoadWin32
; Description : Map EDIABAS Win16 calls to EDIABAS Win32
; Value : 0 = Win16/32 Mapping disabled (Win16-->Win16)
; 1 = Win16/32 Mapping enabled (Win16-->Win32)
; Default = 0 for Windows 9x/Me
; Default = 1 for Windows NT4/2000/XP
; LoadWin32 = 0

;-----------------------------------------------------------------------------
; NetworkProtocol
; Description : Network protocol
; Default =
; NetworkProtocol = TCP

;*****************************************************************************
; Interface
; Description : Connected diagnosis interface
; Default = EDIC
; Interface = STD:FUNK

; Additional information (in German) :
; Bitte beachten: Der HW-Treiber fuer das Interface muss installiert sein!

;.............................................................................
; Interface = STD:FUNK
; Beschreibung : Funk-Diagnose Interface MDA von Fa. Siemens
; Installation : keine
; INI-Datei : FUNK.INI
; Ansprechpartner: [email protected]
; WINDOWS-Freig. : WIN NT 4.0 : Ja
; WIN XP 32-Bit : Ja
; WIN 7 32-Bit : Ja

;.............................................................................
; Interface = STD:OMITEC
; Beschreibung : Nachfolger von OBD / enthält CAN-Anbindung / Anschluss an OBD-Dose
; Installation : \EDIABAS\HARDWARE\OMITEC\AnleitungfuerOMITECInstallation.pdf
; INI-Datei : siehe \EDIABAS\HARDWARE\OMITEC\Omitec_Doku.pdf
; Ansprechpartner: [email protected]
; WINDOWS-Freig. : siehe \EDIABAS\HARDWARE\OMITEC\Omitec_Doku.pdf

;.............................................................................
; Interface = STD:OBD
; Beschreibung : Serieller Pegelwandler (Nachfolger von ADS / Anschluss an OBD-Dose)
; Installation : \EDIABAS\HARDWARE\OBD\ODBSETUP (nur noetig fuer WIN NT4, WIN 2000, WIN XP)
; INI-Datei : siehe \EDIABAS\HARDWARE\OBD\OBD_DOKU.pdf
; Ansprechpartner: [email protected]
; WINDOWS-Freig. : WIN NT 4.0 : Ja
; WIN XP 32-Bit : Ja
; WIN 7 32-Bit : Ja

;.............................................................................
; Interface = EDIC
; Beschreibung : Anbindung über K-Line
; HW-Derivate : PC-Card, PCMCIA , W-LAN (Interface von Fa. Softing)
; Installation : \EDIABAS\HARDWARE\EDIC\SETUP.EXE
; INI-Datei : EDICFW.INI, EDICHW.INI
; Ansprechpartner
; * EDIC-PC : [email protected]
; * PCMCIA : [email protected]
; * EDIC-NET : ([email protected])
; WINDOWS-Freig. : WIN NT 4.0 : Ja
; WIN XP 32-Bit : Ja
; WIN 7 32-Bit : Ja

;.............................................................................
; Interface = EDICC
; Beschreibung : Anbindung über K-Line
; HW-Derivate : PC-Card, PCMCIA , W-LAN (Interface von Fa. Softing)
; Installation : \EDIABAS\HARDWARE\EDIC\SETUP.EXE
; INI-Datei : EDICFW.INI, EDICHW.INI, XEDICC.INI
; Ansprechpartner
; * EDIC-PC : [email protected]
; * PCMCIA : [email protected]
; * EDIC-NET : ([email protected])
; WINDOWS-Freig. : WIN NT 4.0 : Ja
; WIN XP 32-Bit : Ja
; WIN 7 32-Bit : Ja

;.............................................................................
; Interface = STD:CAN
; Beschreibung : PCMCIA CAN-Interface CanCardX von Fa. Vector
; Installation : keine (ausser Installation der CAN-Karte)
; INI-Datei : CAN32.INI
; Ansprechpartner: [email protected] (Hotline)
; WINDOWS-Freig. : !nicht mehr im Paket enthalten!

;.............................................................................
; Interface = REMOTE
; Beschreibung : Anbindung eines EDIABAS-Interfaces über TCP/IP (für Normalbetrieb)
; Installation : Anpassung der Einträge in [TCP] auf beiden Seiten (ins.: RemoteHost, Port)
; INI-Datei : keine
; Ansprechpartner
; * Remote-PC : [email protected] => [email protected]
; * OP(P)S : [email protected]
; * ICOM,Fertig. : ! keine Verwendung !
; * ICOM,Vertrieb: [email protected]
; WINDOWS-Freig. : WIN NT 4.0 : Ja
; WIN XP 32-Bit : Ja
; WIN 7 32-Bit : Ja

;.............................................................................
; Interface = REMOTE:name
; Beschreibung : Anbindung eines EDIABAS-Interfaces über TCP/IP (für Parallelbetrieb)
; Installation : Anpassung der Einträge in [TCP] auf beiden Seiten (ins.: RemoteHost, Port)
; INI-Datei : REMOTE.INI (insbesondere für Parallelbetrieb notwendig)
; In REMOTE.INI stehen unter [name] spezif. Einstellungen(z.B.: RemoteHost, Port).
; Ansprechpartner
; * Remote-PC : ! momentan keine Verwendung !
; * OP(P)S : [email protected]
; * ICOM,Fertig. : ! keine Verwendung !
; * ICOM,Vertrieb: [email protected]
; WINDOWS-Freig. : WIN NT 4.0 : Ja
; WIN XP 32-Bit : Ja
; WIN 7 32-Bit : Ja

;.............................................................................
; Interface = RPLUS
; Beschreibung : Anbindung eines EDIABAS-Interfaces über TCP/IP (für PROXY-Betrieb)
; Installation : Anpassung der Einträge in [TCP] auf beiden Seiten (insb.: RemoteHost, Port)
; INI-Datei : keine
; Ansprechpartner
; * Remote-PC : ! keine Verwendung !
; * OP(P)S : ! momentan keine Verwendung !
; * ICOM,Fertig. : [email protected]
; * ICOM,Vertrieb: ! momentan keine Verwendung !
; WINDOWS-Freig. : WIN NT 4.0 : Ja
; WIN XP 32-Bit : Ja
; WIN 7 32-Bit : Ja

;.............................................................................
; Interface = RPLUS:name (z.B.:RPLUS:ICOM_P)
; Beschreibung : Anbindung des EDIABAS-Interfaces ICOM über TCP/IP
; Installation : Anpassung der Einträge in [TCP] auf beiden Seiten (ins.: RemoteHost, Port) in den INI-Dateien
; INI-Datei : RPLUS.INI (Nutzung im Zusammenhang mit dem Interface ICOM)
; In RPLUS.INI stehen unter [name] spezif. Einstellungen(z.B.: RemoteHost, Port).
; Ansprechpartner
; * Remote-PC : ! keine Verwendung !
; * OP(P)S : ! momentan keine Verwendung !
; * ICOM,Fertig. : [email protected]
; * ICOM,Vertrieb: ! momentan keine Verwendung !
; WINDOWS-Freig. : WIN NT 4.0 : Ja
; WIN XP 32-Bit : Ja
; WIN 7 32-Bit : Ja

;.............................................................................
; Interface = ENET
; Beschreibung : Anbindung über Ethernet
; Installation : Anpassung der Einträge in [XEthernet] (insb.: RemoteHost)
; INI-Datei : ENET.INI (insbesondere für Parallelbetrieb notwendig)
; Ansprechpartner: [email protected] => [email protected]
; WINDOWS-Freig. : WIN NT 4.0 : Nein
; WIN XP 32-Bit : Ja
; WIN 7 32-Bit : Ja
; WIN 7 64-Bit : Ja

;.............................................................................
; Interface = PROXY:<Interface>
; z.B. Interface = PROXYworriedTD:FUNK
; z.B. Interface = PROXY:ENET
;
; Beschreibung : EDIABAS wird im PROXY-Modus betrieben
; Installation : hängt vom benutzten Interface ab
; INI-Datei : hängt vom benutzten Interface ab
; Ansprechparter : [email protected] => [email protected]
; WINDOWS-Freig. : WIN NT 4.0 : Nein
; WIN XP 32-Bit : Ja
; WIN 7 32-Bit : Ja

;*****************************************************************************
; Konfigurationslemente, die existieren,
; aber nicht in EDIABAS.ini geändert werden können

;-----------------------------------------------------------------------------
; BipEcuFile
; Description : Dateititel der aktuell geladenen SGBD
; (nur gültig während einer Job-Verarbeitung)
; Value : String
; Default = -

;-----------------------------------------------------------------------------
; EdiabasIniPath
; Description : Pfad der verwendeten EDIABAS.ini
; Value : String
; Default = -

;-----------------------------------------------------------------------------
; EdiabasVersion
; Description : verwendete EDIABAS-Version
; Value : String
; Default = -

;-----------------------------------------------------------------------------
; IfhVersion
; Description : verwendete IFH-Version
; Value : String
; Default = -

;-----------------------------------------------------------------------------
; Session
; Description : Name der EDIABAS-Session
; Value : String
; Default = -


;=============================================================================
; TCP/IP Configuration
; [TCP]
;=============================================================================

;-----------------------------------------------------------------------------
; RemoteHost
; Description : server address/name
; Default = -
; RemoteHost = LMUC203404

;-----------------------------------------------------------------------------
; Port
; Description : IP communication port
; Value : 1000 < port < 30000
;
; Spezialfall OP(P)S / ICOM:
; Value : 6801 ;OBD-Treiber (CAN)
; Value : 6802 ;Most-Treiber
;
; Default = -
; Port = 3000
;
; weitere Details siehe Dokumentationen

;-----------------------------------------------------------------------------
; TimeoutConnect
; Description : Timeout for establishing the connection
; Value : 1000 ... 59000
; Default = 5000
; TimeoutConnect = 2000

;-----------------------------------------------------------------------------
; TimeoutReceive
; Description : Timeout for receiving a message
; Value : 1000 ... 59000
; Default = 5000
; TimeoutReceive = 2000

;-----------------------------------------------------------------------------
; TimeoutFunction
; Description : Timeout for a long function
; Value : 5000 ... 59000
; Default = 59000
; TimeoutFunction = 10000

;-----------------------------------------------------------------------------
; TimeResponsePending
; Description : Time between alive-messages
; Value : 500 ... 59000
; Default = 2000
; TimeResponsePending = 5000

;-----------------------------------------------------------------------------
; DisconnectOnApiEnd
; Description : Enable/Disable Disconnection with function call ApiEnd
; Value : 0 = Disconnection disabled
; 1 = Disconnection enabled
; Default = 0
; DisconnectOnApiEnd = 1

;-----------------------------------------------------------------------------
; InitCmd<n>
; Description : Initialization command <n> (normally for OPPS)
; Default =
; InitCmd0 = FE,04,00,03,01
; InitCmd1 = FD,05,00,03,01


;=============================================================================
; XETHERNET Configuration
; [XEthernet]
;=============================================================================

;-----------------------------------------------------------------------------
; RemoteHost
; Description : server address/name
; Value : Autodetect
; 169.254.1.1 ; Beispiel
; 192.168.100.1 ; Beispiel
; Default =
; RemoteHost = Autodetect

;-----------------------------------------------------------------------------
; IfhRemoteHost
; Description : server address/name
; Value : Autodetect
; 169.254.1.1 ; Beispiel
; 192.168.100.1 ; Beispiel
; Default =
; IfhRemoteHost = Autodetect

;-----------------------------------------------------------------------------
; HeaderFormat
; Description : type of header
; Value : 0 ; 6Byte Header (B-Muster)
; 1 ; 3Byte Header (A-Muster)
; Default = 0
; HeaderFormat = 0

;-----------------------------------------------------------------------------
; TesterAddress
; Description : list of permitted tester adresses
; Value : F4 ; F1 durch F4 ersetzen
; F5 ; F1 durch F5 ersetzen
; F4,F5 ; F1 zuerst durch F4 ersetzen, dann F1 durch F5 ersetzen
; F5,F4 ; F1 zuerst durch F5 ersetzen, dann F1 durch F4 ersetzen
; Default = -
; TesterAddress = F4,F5

;-----------------------------------------------------------------------------
; ControlPort
; Description : port of control channel of TCP connection to ZGW
; Value : 1000 < port < 59000
; Default = 6811
; ControlPort = 6811

;-----------------------------------------------------------------------------
; DiagnosticPort
; Description : port of diagnostic channel of TCP connection to ZGW
; Value : 1000 < port < 59000
; Default = 6801
; DiagnosticPort = 6801

;-----------------------------------------------------------------------------
; TimeoutConnect
; Description : timeout in ms for connection to ZGW
; Value : 1000 ... 59000
; Default = 20000
; TimeoutConnect = 20000


;=============================================================================
; XPROXY Configuration
; [IfhProxy]
;=============================================================================

;-----------------------------------------------------------------------------
; Port
; Description : IP base proxy port
; Value : 1000 < port < 30000
; Ports : +0 = unknown interface
; +1 = EDIC
; +2 = EDICC
; +3 = ENET
; +4 = STD
; +5 = REMOT
; Default = 6700
; Port = 6700


;=============================================================================
; End Of File EDIABAS.ini
;=============================================================================
Quote this message in a reply
30-06-2015, 07:04 AM,
Post: #8
RE: Latest Rheingold w/ CAN interface.
Hi,
Just maybe that your interface is not compatible with Rheingold and it works well ONLY with INPA, NCS ... I already guess the same situation, finally I bought a another interface compatible = works good !

cheers
Quote this message in a reply
30-06-2015, 07:09 AM,
Post: #9
RE: Latest Rheingold w/ CAN interface.
Link to interface? Or brand?

Thanks

I should add Ive tried the Interface with and without the bridged pin adapter.

http://doitauto.de/bmw-diagnose/20/bmw-dcan-d-k-p-usb
Quote this message in a reply
30-06-2015, 16:27 PM,
Post: #10
XZBMW  RE: Latest Rheingold w/ CAN interface.
(30-06-2015, 07:09 AM)IcemanBHE Wrote:  Link to interface? Or brand?

Thanks

I should add Ive tried the Interface with and without the bridged pin adapter.

http://doitauto.de/bmw-diagnose/20/bmw-dcan-d-k-p-usb
Try without adapter...do yourself a bridge joining 7-8 pin
I can read all E series without runing DCAN.exe
You can also try rheingold 3.48.2 with 3.49 sqlitedbs
When you said INPA works...you mean it show both dots on (battery and ignition ) or you can read car ecus ?
[Image: kTvIcT_k8p7ulOtyzDFn4d7WkYOjD5ZmehDThKMB...12-h667-no]
Quote this message in a reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Can anybody upload latest firemwares for manual update? bmwlover 4 258 07-05-2024, 09:02 AM
Last Post: ruben_17non
  v.4.46.51_PSdZData_Lite *LATEST* Rob@BU 0 203 15-04-2024, 21:34 PM
Last Post: Rob@BU
XZBMW BMW ISTA-P Rheingold 69.0.200 (Torrent File) carsoftcare 1 291 26-03-2024, 12:09 PM
Last Post: hlip
XZBMW [Resolved] Latest Road Map ISRAEL EVO Almaretto 2 482 15-03-2024, 14:35 PM
Last Post: shawnsheridan
  Hu Engineering Tools latest version flausatu 33 12,095 14-03-2024, 12:15 PM
Last Post: Wojti77
  E-Sys 23.10.00 *LATEST* Spitfire555 4 1,551 13-03-2024, 13:31 PM
Last Post: user_530d
  E-Sys 23.12.01 *LATEST* Spitfire555 0 526 09-03-2024, 07:13 AM
Last Post: Spitfire555
XZBMW Europe Evo 2024-1 latest [MEGA] Wojti77 9 815 07-03-2024, 10:38 AM
Last Post: Vincent007
  what is latest blp psdz for supra bmwlover 16 680 19-01-2024, 13:43 PM
Last Post: Sedoy
XZBMW Request Psdzdata for flashing NBT EVO and EntryNav2 Latest version jojosqsq 2 328 30-12-2023, 10:49 AM
Last Post: Fx82

Forum Jump:


Users browsing this thread:
1 Guest(s)

Return to TopReturn to Content