View Single Post
      11-10-2022, 03:30 PM   #5
Dynamic Entry
Registered
2
Rep
4
Posts

Drives: e39 530iT, e61 530xiT
Join Date: Nov 2022
Location: Calgary, AB

iTrader: (0)

Quote:
Originally Posted by Tuerkay View Post
you have to set EDIABAS.INI connection to STD:OBD
Can someone explain exactly how to check/change/set the connection to STD:OBD?


I opened up my EDIABAS.ini file and it looked exactly like below, I didn't see any lines that mention "connection" or "STD" or "Standard"


;#################
;# EDIABAS 7.3.0 #
;#################

;================================================= ============================
[Configuration]
;================================================= ============================
Interface = REMOTE
Simulation = 0

EcuPath = C:\EDIABAS\ECU
SimulationPath = C:\EDIABAS\SIM
TracePath = C:\Windows\Temp
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:\EDIABAS\BIN\ansi2oem.tab
; LoadWin32 = 0

NetworkProtocol = TCP

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

;================================================= ============================
[TCP]
;================================================= ============================
RemoteHost = LMUC203404
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

;================================================= ============================
; End Of File EDIABAS.ini
;================================================= ============================
Appreciate 0