INI.pdf

(94 KB) Pobierz
Examples for INI-Files with EDIABAS
1.
INI files for EDIABAS........................................................................................................ 2
1.1 complete EDIABAS.ini ............................................................................................... 2
1.2 short (without comments) EDIABAS.ini for interface „STD:FUNK“ ...................... 12
INI files for EDIABAS-Interfaces .................................................................................... 13
2.1 Interface „STD:FUNK“ FUNK.ini ....................................................................... 13
2.2 Interface „STD:OMITEC“ OMITEC.ini .............................................................. 14
2.3 Interface „STD:OBD“ OBD.ini ............................................................................ 14
2.4 Interface „EDIC“ EDICHW.ini, EDICFW.ini....................................................... 15
2.5 Interface „EDICC“ EDICHW.ini, EDICFW.ini, XEDICC.ini .............................. 15
2.6 Interface „STD:CAN“ ................................................................................................ 15
2.7 Interface „REMOTE“ and „RPLUS“ ......................................................................... 15
2.8 Interface „REMOTE:name“ and „RPLUS:name“ (
for EDIABAS parallel operation
).. 15
2.9 Interface „ENET“ ENET.ini.................................................................................. 17
2.10
Interface „PROXY:<Interface>“ ............................................................................ 17
2.
1.
1.1
INI files for EDIABAS
complete
EDIABAS.ini
;#################
;# EDIABAS 7.3.0 #
;#################
;=============================================================================
[Configuration]
;=============================================================================
Interface
= STD:FUNK
Simulation
= 0
EcuPath
SimulationPath
TracePath
TraceSize
ApiTrace
IfhTrace
; IfhnTrace
;
;
;
;
SystemTraceSys
SystemTraceBip
SystemTraceIfh
SystemTraceNet
=
=
=
=
C:\EC-Apps\EDIABAS\ECU
C:\EC-Apps\EDIABAS\SIM
C:\EC-Apps\EDIABAS\TRACE
1024
= 0
= 0
= 0
=
=
=
=
0
0
0
0
; BipDebugLevel
; BipErrorLevel
= 0
= 0
UbattHandling
= 0
IgnitionHandling = 0
ClampHandling
= 0
RetryComm
SystemResults
TaskPriority
; CodeMapping
; LoadWin32
NetworkProtocol
= 1
= 1
= 0
= C:\EC-Apps\EDIABAS\BIN\ansi2oem.tab
= 0
= TCP
; --- neu ab EDIABAS 7.2.0 ---------------------------------------------------
ShowIcon
= 1
LogLevel
= 0
TraceBuffering
= 0
TraceHistory
= 0
TraceSync
= 1
; TraceWriter
= <FilePathName>
;=============================================================================
[TCP]
;=============================================================================
RemoteHost
= LMUC203404
Port
= 3000
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
Zgłoś jeśli naruszono regulamin