Advertisement
Guest User

Ediabas

a guest
Nov 24th, 2015
539
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.77 KB | None | 0 0
  1. ;#################
  2. ;# EDIABAS 7.3.0 #
  3. ;#################
  4.  
  5. ;=============================================================================
  6. [Configuration]
  7. ;=============================================================================
  8. Interface =STD:OBD
  9. Simulation = 0
  10.  
  11. EcuPath =C:\EDIABAS\ECU
  12. SimulationPath =C:\EDIABAS\SIM
  13. TracePath =C:\EDIABAS\TRACE
  14. TraceSize = 1024
  15.  
  16. ApiTrace =0
  17. IfhTrace =0
  18. ; IfhnTrace = 0
  19.  
  20. ; SystemTraceSys = 0
  21. ; SystemTraceBip = 0
  22. ; SystemTraceIfh = 0
  23. ; SystemTraceNet = 0
  24.  
  25. ; BipDebugLevel = 0
  26. ; BipErrorLevel = 0
  27.  
  28. UbattHandling = 0
  29. IgnitionHandling = 0
  30. ClampHandling = 0
  31.  
  32. RetryComm = 1
  33. SystemResults = 1
  34. TaskPriority = 0
  35.  
  36. ; CodeMapping = C:\EC-Apps\EDIABAS\BIN\ansi2oem.tab
  37. ; LoadWin32 = 0
  38.  
  39. NetworkProtocol = TCP
  40.  
  41. ; --- neu ab EDIABAS 7.2.0 ---------------------------------------------------
  42. ShowIcon = 1
  43. LogLevel = 0
  44. TraceBuffering = 0
  45. TraceHistory = 0
  46. TraceSync = 1
  47. SystemTraceSys=0
  48. SystemTraceBip=0
  49. SystemTraceIfh=0
  50. SystemTraceNet=0
  51. BipDebugLevel=0
  52. BipErrorLevel=0
  53. ; TraceWriter = <FilePathName>
  54.  
  55. ;=============================================================================
  56. [TCP]
  57. ;=============================================================================
  58. RemoteHost = 192.168.68.4
  59. Port = 6801
  60. TimeoutConnect = 2000
  61. TimeoutReceive = 2000
  62. TimeoutFunction = 10000
  63. ; TimeResponsePending = 5000
  64. ; DisconnectOnApiEnd = 1
  65. ; InitCmd0 = FE,04,00,03,01
  66. ; InitCmd1 = FD,05,00,03,01
  67.  
  68. ;=============================================================================
  69. [XEthernet]
  70. ;=============================================================================
  71. RemoteHost = Autodetect
  72. HeaderFormat = 0
  73. TesterAddress = F4,F5
  74. ControlPort = 6811
  75. DiagnosticPort = 6801
  76. TimeoutConnect = 20000
  77.  
  78. ;=============================================================================
  79. [IfhProxy]
  80. ;=============================================================================
  81. Port = 6700
  82.  
  83.  
  84. ;#############################################################################
  85. ;#############################################################################
  86. ;## ausführliche Variante von EDIABAS.ini (mit Kurz-Info und Default) ##
  87. ;#############################################################################
  88. ;#############################################################################
  89.  
  90. ;=============================================================================
  91. ; EDIABAS Basic Configuration
  92. ; [Configuration]
  93. ;=============================================================================
  94.  
  95. ;### new Configuration elements since EDIABAS 7.2 ############################
  96.  
  97. ;-----------------------------------------------------------------------------
  98. ; ShowIcon
  99. ; Description : Enable/Disable EDIABAS-Icon in System-Tray
  100. ; Value : 0 = EDIABAS-Icon disabled
  101. ; 1 = EDIABAS-Icon enabled
  102. ; Default = 1
  103. ; ShowIcon = 1
  104.  
  105. ;-----------------------------------------------------------------------------
  106. ; LogLevel
  107. ; Description : Logging of fatal faults in EDIABAS.log
  108. ; Value : 0 = Logging disabled
  109. ; 1 = Logging enabled
  110. ; Default = 0
  111. ; LogLevel = 0
  112.  
  113. ;-----------------------------------------------------------------------------
  114. ; TraceBuffering
  115. ; Description : Manner of Opening/Closing of Trace-Files
  116. ; Value : 0 = Opening/Closing after every dump
  117. ; 1 = Trace-Files stay open
  118. ; Default = 0
  119. ; TraceBuffering = 0
  120.  
  121. ;-----------------------------------------------------------------------------
  122. ; TraceHistory
  123. ; Description : Number of History-Trace-Files
  124. ; Value : 0 .. 999
  125. ; Default = 0
  126. ; TraceHistory = 0
  127.  
  128. ;-----------------------------------------------------------------------------
  129. ; TraceSync
  130. ; Description : Synchronisation of Trace files
  131. ; Value : 0 = Synchronisation disabled
  132. ; 1 = Synchronisation enabled
  133. ; Default = 1
  134. ; TraceSync = 1
  135.  
  136. ;-----------------------------------------------------------------------------
  137. ; TraceWriter
  138. ; Description : FilePathName of a private TraceWriter
  139. ; Default = . (Default-TraceWriter "TWFile32.dll")
  140. ; TraceWriter = .
  141.  
  142.  
  143. ;### older Configuration elements till EDIABAS 7.1 ###########################
  144.  
  145. ;-----------------------------------------------------------------------------
  146. ; Simulation
  147. ; Description : Enable/Disable ECU simulation
  148. ; Value : 0 = Simulation disabled
  149. ; 1 = Simulation enabled
  150. ; Default = 0
  151. ; Simulation = 0
  152.  
  153. ;-----------------------------------------------------------------------------
  154. ; EcuPath
  155. ; Description : ECU file path
  156. ; Default = .
  157. ; EcuPath = C:\EC-Apps\EDIABAS\ECU
  158.  
  159. ;-----------------------------------------------------------------------------
  160. ; SimulationPath
  161. ; Description : Simulation file path
  162. ; Default = .
  163. ; SimulationPath = C:\EC-Apps\EDIABAS\SIM
  164.  
  165. ;-----------------------------------------------------------------------------
  166. ; TracePath
  167. ; Description : Trace file path
  168. ; Default = .
  169. ; TracePath = C:\EC-Apps\EDIABAS\TRACE
  170.  
  171. ;-----------------------------------------------------------------------------
  172. ; TraceSize
  173. ; Description : Maximum size of each trace file [KB]
  174. ; Value : 0 .. 32767
  175. ; Default = 1024
  176. ; TraceSize = 1024
  177.  
  178. ;-----------------------------------------------------------------------------
  179. ; ApiTrace
  180. ; Description : Enable/Disable API/User trace
  181. ; Value : 0 = Trace disabled
  182. ; 1 = User trace
  183. ; 2 = User trace + time stamp
  184. ; 3 = User trace + time stamp + process id (Win32)
  185. ; 4 = Function trace
  186. ; 5 = Function trace + time stamp
  187. ; 6 = Function trace + time stamp + timing
  188. ; 7 = Function trace + time stamp + timing + process id (Win32)
  189. ; 8 = Debug trace
  190. ; Default = 0
  191. ; ApiTrace = 0
  192.  
  193. ;-----------------------------------------------------------------------------
  194. ; IfhTrace
  195. ; Description : Enable/Disable IFH trace
  196. ; Value : 0 = Trace disabled
  197. ; 1 = User trace
  198. ; 2 = User trace + interface
  199. ; 3 = User trace + interface + time stamp
  200. ; Default = 0
  201. ; IfhTrace = 0
  202.  
  203. ;-----------------------------------------------------------------------------
  204. ; IfhnTrace
  205. ; Description : Enable/Disable IFH network trace (with XREMOTE)
  206. ; Value : 0 = Trace disabled
  207. ; 1 = User trace
  208. ; 2 = User trace + interface
  209. ; 3 = User trace + interface + time stamp
  210. ; Default = 0
  211. ; IfhnTrace = 0
  212.  
  213. ;-----------------------------------------------------------------------------
  214. ; SystemTraceSys
  215. ; Description : Enable/Disable system trace (runtime system)
  216. ; Value : 0 = Trace disabled
  217. ; Trace levels 1 .. 7
  218. ; Default = 0
  219. ; SystemTraceSys = 0
  220.  
  221. ;-----------------------------------------------------------------------------
  222. ; SystemTraceBip
  223. ; Description : Enable/Disable BIP trace (runtime system)
  224. ; Value : 0 = Trace disabled
  225. ; Trace levels 1 .. 7
  226. ; Default = 0
  227. ; SystemTraceBip = 0
  228.  
  229. ;-----------------------------------------------------------------------------
  230. ; SystemTraceIfh
  231. ; Description : Enable/Disable IFH system trace
  232. ; Value : 0 = Trace disabled
  233. ; Trace levels 1 .. 7
  234. ; Default = 0
  235. ; SystemTraceIfh = 0
  236.  
  237. ;-----------------------------------------------------------------------------
  238. ; SystemTraceNet
  239. ; Description : Enable/Disable network trace
  240. ; Value : 0 = Trace disabled
  241. ; Trace levels 1 .. 7
  242. ; Default = 0
  243. ; SystemTraceNet = 0
  244.  
  245. ;-----------------------------------------------------------------------------
  246. ; BipDebugLevel
  247. ; Description : BIP debug level of ECU files
  248. ; Value : 0 .. 32767
  249. ; Default = 0
  250. ; BipDebugLevel = 0
  251.  
  252. ;-----------------------------------------------------------------------------
  253. ; BipErrorLevel
  254. ; Description : BIP error level of ECU files
  255. ; Value : 0 .. 32767
  256. ; Default = 0
  257. ; BipErrorLevel = 0
  258.  
  259. ;-----------------------------------------------------------------------------
  260. ; UbattHandling
  261. ; Description : Ubatt ON/OFF handling
  262. ; Value : 0 = Ubatt ON/OFF: No EDIABAS error
  263. ; 1 = Ubatt ON/OFF: EDIABAS error
  264. ; Default = 1
  265. ; UbattHandling = 0
  266.  
  267. ;-----------------------------------------------------------------------------
  268. ; IgnitionHandling
  269. ; Description : Ignition ON/OFF handling
  270. ; Value : 0 = Ignition ON/OFF: No EDIABAS error
  271. ; 1 = Ignition ON/OFF: EDIABAS error
  272. ; Default = 1
  273. ; IgnitionHandling = 0
  274.  
  275. ;-----------------------------------------------------------------------------
  276. ; ClampHandling
  277. ; Description : automatic check of clamps for Ubatt and Ignition
  278. ; Value : 0 = no automatic clamp check with send_and_receive
  279. ; 1 = automatic clamp check with send_and_receive
  280. ; Default = 1
  281. ; ClampHandling = 1
  282.  
  283. ;-----------------------------------------------------------------------------
  284. ; RetryComm
  285. ; Description : Repeat failed communication automatically (1x)
  286. ; Value : 0 = Retry disabled
  287. ; 1 = Retry enabled (1x)
  288. ; Default = 1
  289. ; RetryComm = 1
  290.  
  291. ;-----------------------------------------------------------------------------
  292. ; SystemResults
  293. ; Description : Enable/Disable system results (ubatt/ignition/jobstatus)
  294. ; Value : 0 = Disable system results
  295. ; 1 = Enable system results
  296. ; Default = 1
  297. ; SystemResults = 1
  298.  
  299. ;-----------------------------------------------------------------------------
  300. ; TaskPriority
  301. ; Description : EDIABAS process/thread priority (only Win32/16)
  302. ; Value : 0 = Optimal EDIABAS performance = 8
  303. ; 1 = Minimal EDIABAS performance
  304. ; ..
  305. ; 10 = Maximal EDIABAS performance
  306. ; Default = 0
  307. ; TaskPriority = 0
  308.  
  309. ;-----------------------------------------------------------------------------
  310. ; CodeMapping
  311. ; Description : Character mapping file path
  312. ; Default = .
  313. ; CodeMapping = C:\EC-Apps\EDIABAS\BIN\ansi2oem.tab
  314.  
  315. ;-----------------------------------------------------------------------------
  316. ; LoadWin32
  317. ; Description : Map EDIABAS Win16 calls to EDIABAS Win32
  318. ; Value : 0 = Win16/32 Mapping disabled (Win16-->Win16)
  319. ; 1 = Win16/32 Mapping enabled (Win16-->Win32)
  320. ; Default = 0 for Windows 9x/Me
  321. ; Default = 1 for Windows NT4/2000/XP
  322. ; LoadWin32 = 0
  323.  
  324. ;-----------------------------------------------------------------------------
  325. ; NetworkProtocol
  326. ; Description : Network protocol
  327. ; Default =
  328. ; NetworkProtocol = TCP
  329.  
  330. ;*****************************************************************************
  331. ; Interface
  332. ; Description : Connected diagnosis interface
  333. ; Default = EDIC
  334. ; Interface = STD:FUNK
  335.  
  336. ; Additional information (in German) :
  337. ; Bitte beachten: Der HW-Treiber fuer das Interface muss installiert sein!
  338.  
  339. ;.............................................................................
  340. ; Interface = STD:FUNK
  341. ; Beschreibung : Funk-Diagnose Interface MDA von Fa. Siemens
  342. ; Installation : keine
  343. ; INI-Datei : FUNK.INI
  344. ; Ansprechpartner: [email protected]
  345. ; WINDOWS-Freig. : WIN NT 4.0 : Ja
  346. ; WIN XP 32-Bit : Ja
  347. ; WIN 7 32-Bit : Ja
  348.  
  349. ;.............................................................................
  350. ; Interface = STD:OMITEC
  351. ; Beschreibung : Nachfolger von OBD / enthält CAN-Anbindung / Anschluss an OBD-Dose
  352. ; Installation : \EDIABAS\HARDWARE\OMITEC\AnleitungfuerOMITECInstallation.pdf
  353. ; INI-Datei : siehe \EDIABAS\HARDWARE\OMITEC\Omitec_Doku.pdf
  354. ; Ansprechpartner: [email protected]
  355. ; WINDOWS-Freig. : siehe \EDIABAS\HARDWARE\OMITEC\Omitec_Doku.pdf
  356.  
  357. ;.............................................................................
  358. ; Interface = STD:OBD
  359. ; Beschreibung : Serieller Pegelwandler (Nachfolger von ADS / Anschluss an OBD-Dose)
  360. ; Installation : \EDIABAS\HARDWARE\OBD\ODBSETUP (nur noetig fuer WIN NT4, WIN 2000, WIN XP)
  361. ; INI-Datei : siehe \EDIABAS\HARDWARE\OBD\OBD_DOKU.pdf
  362. ; Ansprechpartner: [email protected]
  363. ; WINDOWS-Freig. : WIN NT 4.0 : Ja
  364. ; WIN XP 32-Bit : Ja
  365. ; WIN 7 32-Bit : Ja
  366.  
  367. ;.............................................................................
  368. ; Interface = EDIC
  369. ; Beschreibung : Anbindung über K-Line
  370. ; HW-Derivate : PC-Card, PCMCIA , W-LAN (Interface von Fa. Softing)
  371. ; Installation : \EDIABAS\HARDWARE\EDIC\SETUP.EXE
  372. ; INI-Datei : EDICFW.INI, EDICHW.INI
  373. ; Ansprechpartner
  374. ; * EDIC-PC : [email protected]
  375. ; * PCMCIA : [email protected]
  376. ; * EDIC-NET : ([email protected])
  377. ; WINDOWS-Freig. : WIN NT 4.0 : Ja
  378. ; WIN XP 32-Bit : Ja
  379. ; WIN 7 32-Bit : Ja
  380.  
  381. ;.............................................................................
  382. ; Interface = EDICC
  383. ; Beschreibung : Anbindung über K-Line
  384. ; HW-Derivate : PC-Card, PCMCIA , W-LAN (Interface von Fa. Softing)
  385. ; Installation : \EDIABAS\HARDWARE\EDIC\SETUP.EXE
  386. ; INI-Datei : EDICFW.INI, EDICHW.INI, XEDICC.INI
  387. ; Ansprechpartner
  388. ; * EDIC-PC : [email protected]
  389. ; * PCMCIA : [email protected]
  390. ; * EDIC-NET : ([email protected])
  391. ; WINDOWS-Freig. : WIN NT 4.0 : Ja
  392. ; WIN XP 32-Bit : Ja
  393. ; WIN 7 32-Bit : Ja
  394.  
  395. ;.............................................................................
  396. ; Interface = STD:CAN
  397. ; Beschreibung : PCMCIA CAN-Interface CanCardX von Fa. Vector
  398. ; Installation : keine (ausser Installation der CAN-Karte)
  399. ; INI-Datei : CAN32.INI
  400. ; Ansprechpartner: [email protected] (Hotline)
  401. ; WINDOWS-Freig. : !nicht mehr im Paket enthalten!
  402.  
  403. ;.............................................................................
  404. ; Interface = REMOTE
  405. ; Beschreibung : Anbindung eines EDIABAS-Interfaces über TCP/IP (für Normalbetrieb)
  406. ; Installation : Anpassung der Einträge in [TCP] auf beiden Seiten (ins.: RemoteHost, Port)
  407. ; INI-Datei : keine
  408. ; Ansprechpartner
  409. ; * OP(P)S : [email protected]
  410. ; * ICOM,Fertig. : ! keine Verwendung !
  411. ; * ICOM,Vertrieb: [email protected]
  412. ; WINDOWS-Freig. : WIN NT 4.0 : Ja
  413. ; WIN XP 32-Bit : Ja
  414. ; WIN 7 32-Bit : Ja
  415.  
  416. ;.............................................................................
  417. ; Interface = REMOTE:name
  418. ; Beschreibung : Anbindung eines EDIABAS-Interfaces über TCP/IP (für Parallelbetrieb)
  419. ; Installation : Anpassung der Einträge in [TCP] auf beiden Seiten (ins.: RemoteHost, Port)
  420. ; INI-Datei : REMOTE.INI (insbesondere für Parallelbetrieb notwendig)
  421. ; In REMOTE.INI stehen unter [name] spezif. Einstellungen(z.B.: RemoteHost, Port).
  422. ; Ansprechpartner
  423. ; * Remote-PC : ! momentan keine Verwendung !
  424. ; * OP(P)S : [email protected]
  425. ; * ICOM,Fertig. : ! keine Verwendung !
  426. ; * ICOM,Vertrieb: [email protected]
  427. ; WINDOWS-Freig. : WIN NT 4.0 : Ja
  428. ; WIN XP 32-Bit : Ja
  429. ; WIN 7 32-Bit : Ja
  430.  
  431. ;.............................................................................
  432. ; Interface = RPLUS
  433. ; Beschreibung : Anbindung eines EDIABAS-Interfaces über TCP/IP (für PROXY-Betrieb)
  434. ; Installation : Anpassung der Einträge in [TCP] auf beiden Seiten (insb.: RemoteHost, Port)
  435. ; INI-Datei : keine
  436. ; Ansprechpartner
  437. ; * Remote-PC : ! keine Verwendung !
  438. ; * OP(P)S : ! momentan keine Verwendung !
  439. ; * ICOM,Fertig. : [email protected]
  440. ; * ICOM,Vertrieb: ! momentan keine Verwendung !
  441. ; WINDOWS-Freig. : WIN NT 4.0 : Ja
  442. ; WIN XP 32-Bit : Ja
  443. ; WIN 7 32-Bit : Ja
  444.  
  445. ;.............................................................................
  446. ; Interface = RPLUS:name (z.B.:RPLUS:ICOM_P)
  447. ; Beschreibung : Anbindung des EDIABAS-Interfaces ICOM über TCP/IP
  448. ; Installation : Anpassung der Einträge in [TCP] auf beiden Seiten (ins.: RemoteHost, Port) in den INI-Dateien
  449. ; INI-Datei : RPLUS.INI (Nutzung im Zusammenhang mit dem Interface ICOM)
  450. ; In RPLUS.INI stehen unter [name] spezif. Einstellungen(z.B.: RemoteHost, Port).
  451. ; Ansprechpartner
  452. ; * Remote-PC : ! keine Verwendung !
  453. ; * OP(P)S : ! momentan keine Verwendung !
  454. ; * ICOM,Fertig. : [email protected]
  455. ; * ICOM,Vertrieb: ! momentan keine Verwendung !
  456. ; WINDOWS-Freig. : WIN NT 4.0 : Ja
  457. ; WIN XP 32-Bit : Ja
  458. ; WIN 7 32-Bit : Ja
  459.  
  460. ;.............................................................................
  461. ; Interface = ENET
  462. ; Beschreibung : Anbindung über Ethernet
  463. ; Installation : Anpassung der Einträge in [XEthernet] (insb.: RemoteHost)
  464. ; INI-Datei : ENET.INI (insbesondere für Parallelbetrieb notwendig)
  465. ; Ansprechpartner: [email protected] => [email protected]
  466. ; WINDOWS-Freig. : WIN NT 4.0 : Nein
  467. ; WIN XP 32-Bit : Ja
  468. ; WIN 7 32-Bit : Ja
  469. ; WIN 7 64-Bit : Ja
  470.  
  471. ;.............................................................................
  472. ; Interface = PROXY:<Interface>
  473. ; z.B. Interface = PROXY:STD:FUNK
  474. ; z.B. Interface = PROXY:ENET
  475. ;
  476. ; Beschreibung : EDIABAS wird im PROXY-Modus betrieben
  477. ; Installation : hängt vom benutzten Interface ab
  478. ; INI-Datei : hängt vom benutzten Interface ab
  479. ; Ansprechparter : [email protected] => [email protected]
  480. ; WINDOWS-Freig. : WIN NT 4.0 : Nein
  481. ; WIN XP 32-Bit : Ja
  482. ; WIN 7 32-Bit : Ja
  483.  
  484. ;*****************************************************************************
  485. ; Konfigurationslemente, die existieren,
  486. ; aber nicht in EDIABAS.ini geändert werden können
  487.  
  488. ;-----------------------------------------------------------------------------
  489. ; BipEcuFile
  490. ; Description : Dateititel der aktuell geladenen SGBD
  491. ; (nur gültig während einer Job-Verarbeitung)
  492. ; Value : String
  493. ; Default = -
  494.  
  495. ;-----------------------------------------------------------------------------
  496. ; EdiabasIniPath
  497. ; Description : Pfad der verwendeten EDIABAS.ini
  498. ; Value : String
  499. ; Default = -
  500.  
  501. ;-----------------------------------------------------------------------------
  502. ; EdiabasVersion
  503. ; Description : verwendete EDIABAS-Version
  504. ; Value : String
  505. ; Default = -
  506.  
  507. ;-----------------------------------------------------------------------------
  508. ; IfhVersion
  509. ; Description : verwendete IFH-Version
  510. ; Value : String
  511. ; Default = -
  512.  
  513. ;-----------------------------------------------------------------------------
  514. ; Session
  515. ; Description : Name der EDIABAS-Session
  516. ; Value : String
  517. ; Default = -
  518.  
  519.  
  520. ;=============================================================================
  521. ; TCP/IP Configuration
  522. ; [TCP]
  523. ;=============================================================================
  524.  
  525. ;-----------------------------------------------------------------------------
  526. ; RemoteHost
  527. ; Description : server address/name
  528. ; Default = -
  529. ; RemoteHost = 192.168.68.4
  530.  
  531. ;-----------------------------------------------------------------------------
  532. ; Port
  533. ; Description : IP communication port
  534. ; Value : 1000 < port < 30000
  535. ;
  536. ; Spezialfall OP(P)S / ICOM:
  537. ; Value : 6801 ;OBD-Treiber (CAN)
  538. ; Value : 6802 ;Most-Treiber
  539. ;
  540. ; Default = -
  541. ; Port = 3000
  542. ;
  543. ; weitere Details siehe Dokumentationen
  544.  
  545. ;-----------------------------------------------------------------------------
  546. ; TimeoutConnect
  547. ; Description : Timeout for establishing the connection
  548. ; Value : 1000 ... 59000
  549. ; Default = 5000
  550. ; TimeoutConnect = 2000
  551.  
  552. ;-----------------------------------------------------------------------------
  553. ; TimeoutReceive
  554. ; Description : Timeout for receiving a message
  555. ; Value : 1000 ... 59000
  556. ; Default = 5000
  557. ; TimeoutReceive = 2000
  558.  
  559. ;-----------------------------------------------------------------------------
  560. ; TimeoutFunction
  561. ; Description : Timeout for a long function
  562. ; Value : 5000 ... 59000
  563. ; Default = 59000
  564. ; TimeoutFunction = 10000
  565.  
  566. ;-----------------------------------------------------------------------------
  567. ; TimeResponsePending
  568. ; Description : Time between alive-messages
  569. ; Value : 500 ... 59000
  570. ; Default = 2000
  571. ; TimeResponsePending = 5000
  572.  
  573. ;-----------------------------------------------------------------------------
  574. ; DisconnectOnApiEnd
  575. ; Description : Enable/Disable Disconnection with function call ApiEnd
  576. ; Value : 0 = Disconnection disabled
  577. ; 1 = Disconnection enabled
  578. ; Default = 0
  579. ; DisconnectOnApiEnd = 1
  580.  
  581. ;-----------------------------------------------------------------------------
  582. ; InitCmd<n>
  583. ; Description : Initialization command <n> (normally for OPPS)
  584. ; Default =
  585. ; InitCmd0 = FE,04,00,03,01
  586. ; InitCmd1 = FD,05,00,03,01
  587.  
  588.  
  589. ;=============================================================================
  590. ; XETHERNET Configuration
  591. ; [XEthernet]
  592. ;=============================================================================
  593.  
  594. ;-----------------------------------------------------------------------------
  595. ; RemoteHost
  596. ; Description : server address/name
  597. ; Value : Autodetect
  598. ; 169.254.1.1 ; Beispiel
  599. ; 192.168.100.1 ; Beispiel
  600. ; Default =
  601. ; RemoteHost = Autodetect
  602.  
  603. ;-----------------------------------------------------------------------------
  604. ; IfhRemoteHost
  605. ; Description : server address/name
  606. ; Value : Autodetect
  607. ; 169.254.1.1 ; Beispiel
  608. ; 192.168.100.1 ; Beispiel
  609. ; Default =
  610. ; IfhRemoteHost = Autodetect
  611.  
  612. ;-----------------------------------------------------------------------------
  613. ; HeaderFormat
  614. ; Description : type of header
  615. ; Value : 0 ; 6Byte Header (B-Muster)
  616. ; 1 ; 3Byte Header (A-Muster)
  617. ; Default = 0
  618. ; HeaderFormat = 0
  619.  
  620. ;-----------------------------------------------------------------------------
  621. ; TesterAddress
  622. ; Description : list of permitted tester adresses
  623. ; Value : F4 ; F1 durch F4 ersetzen
  624. ; F5 ; F1 durch F5 ersetzen
  625. ; F4,F5 ; F1 zuerst durch F4 ersetzen, dann F1 durch F5 ersetzen
  626. ; F5,F4 ; F1 zuerst durch F5 ersetzen, dann F1 durch F4 ersetzen
  627. ; Default = -
  628. ; TesterAddress = F4,F5
  629.  
  630. ;-----------------------------------------------------------------------------
  631. ; ControlPort
  632. ; Description : port of control channel of TCP connection to ZGW
  633. ; Value : 1000 < port < 59000
  634. ; Default = 6811
  635. ; ControlPort = 6811
  636.  
  637. ;-----------------------------------------------------------------------------
  638. ; DiagnosticPort
  639. ; Description : port of diagnostic channel of TCP connection to ZGW
  640. ; Value : 1000 < port < 59000
  641. ; Default = 6801
  642. ; DiagnosticPort = 6801
  643.  
  644. ;-----------------------------------------------------------------------------
  645. ; TimeoutConnect
  646. ; Description : timeout in ms for connection to ZGW
  647. ; Value : 1000 ... 59000
  648. ; Default = 20000
  649. ; TimeoutConnect = 20000
  650.  
  651.  
  652. ;=============================================================================
  653. ; XPROXY Configuration
  654. ; [IfhProxy]
  655. ;=============================================================================
  656.  
  657. ;-----------------------------------------------------------------------------
  658. ; Port
  659. ; Description : IP base proxy port
  660. ; Value : 1000 < port < 30000
  661. ; Ports : +0 = unknown interface
  662. ; +1 = EDIC
  663. ; +2 = EDICC
  664. ; +3 = ENET
  665. ; +4 = STD
  666. ; +5 = REMOT
  667. ; Default = 6700
  668. ; Port = 6700
  669.  
  670.  
  671. ;=============================================================================
  672. ; End Of File EDIABAS.ini
  673. ;=============================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement