Advertisement
Guest User

Ediabas

a guest
Nov 24th, 2015
439
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: Manuel.Rothenberger@bmw.de
  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: Reinhold.Drexel@bmw.de
  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: Reinhold.Drexel@bmw.de
  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 : Gerd.Huber@bmw.de
  375. ; * PCMCIA : Gerd.Huber@bmw.de
  376. ; * EDIC-NET : (Richard.Kolbeck@bmw.de)
  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 : Gerd.Huber@bmw.de
  389. ; * PCMCIA : Gerd.Huber@bmw.de
  390. ; * EDIC-NET : (Richard.Kolbeck@bmw.de)
  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: FLASH.SERVICE@BMW.DE (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. ; * Remote-PC : Gerd.Huber@bmw.de => Referenz@bmw.de
  410. ; * OP(P)S : Michael.Rowedder@bmw.de
  411. ; * ICOM,Fertig. : ! keine Verwendung !
  412. ; * ICOM,Vertrieb: Robert.Schwinn@bmw.de
  413. ; WINDOWS-Freig. : WIN NT 4.0 : Ja
  414. ; WIN XP 32-Bit : Ja
  415. ; WIN 7 32-Bit : Ja
  416.  
  417. ;.............................................................................
  418. ; Interface = REMOTE:name
  419. ; Beschreibung : Anbindung eines EDIABAS-Interfaces über TCP/IP (für Parallelbetrieb)
  420. ; Installation : Anpassung der Einträge in [TCP] auf beiden Seiten (ins.: RemoteHost, Port)
  421. ; INI-Datei : REMOTE.INI (insbesondere für Parallelbetrieb notwendig)
  422. ; In REMOTE.INI stehen unter [name] spezif. Einstellungen(z.B.: RemoteHost, Port).
  423. ; Ansprechpartner
  424. ; * Remote-PC : ! momentan keine Verwendung !
  425. ; * OP(P)S : Michael.Rowedder@bmw.de
  426. ; * ICOM,Fertig. : ! keine Verwendung !
  427. ; * ICOM,Vertrieb: Robert.Schwinn@bmw.de
  428. ; WINDOWS-Freig. : WIN NT 4.0 : Ja
  429. ; WIN XP 32-Bit : Ja
  430. ; WIN 7 32-Bit : Ja
  431.  
  432. ;.............................................................................
  433. ; Interface = RPLUS
  434. ; Beschreibung : Anbindung eines EDIABAS-Interfaces über TCP/IP (für PROXY-Betrieb)
  435. ; Installation : Anpassung der Einträge in [TCP] auf beiden Seiten (insb.: RemoteHost, Port)
  436. ; INI-Datei : keine
  437. ; Ansprechpartner
  438. ; * Remote-PC : ! keine Verwendung !
  439. ; * OP(P)S : ! momentan keine Verwendung !
  440. ; * ICOM,Fertig. : Manuel.Rothenberger@bmw.de
  441. ; * ICOM,Vertrieb: ! momentan keine Verwendung !
  442. ; WINDOWS-Freig. : WIN NT 4.0 : Ja
  443. ; WIN XP 32-Bit : Ja
  444. ; WIN 7 32-Bit : Ja
  445.  
  446. ;.............................................................................
  447. ; Interface = RPLUS:name (z.B.:RPLUS:ICOM_P)
  448. ; Beschreibung : Anbindung des EDIABAS-Interfaces ICOM über TCP/IP
  449. ; Installation : Anpassung der Einträge in [TCP] auf beiden Seiten (ins.: RemoteHost, Port) in den INI-Dateien
  450. ; INI-Datei : RPLUS.INI (Nutzung im Zusammenhang mit dem Interface ICOM)
  451. ; In RPLUS.INI stehen unter [name] spezif. Einstellungen(z.B.: RemoteHost, Port).
  452. ; Ansprechpartner
  453. ; * Remote-PC : ! keine Verwendung !
  454. ; * OP(P)S : ! momentan keine Verwendung !
  455. ; * ICOM,Fertig. : Manuel.Rothenberger@bmw.de
  456. ; * ICOM,Vertrieb: ! momentan keine Verwendung !
  457. ; WINDOWS-Freig. : WIN NT 4.0 : Ja
  458. ; WIN XP 32-Bit : Ja
  459. ; WIN 7 32-Bit : Ja
  460.  
  461. ;.............................................................................
  462. ; Interface = ENET
  463. ; Beschreibung : Anbindung über Ethernet
  464. ; Installation : Anpassung der Einträge in [XEthernet] (insb.: RemoteHost)
  465. ; INI-Datei : ENET.INI (insbesondere für Parallelbetrieb notwendig)
  466. ; Ansprechpartner: Gerd.Huber@bmw.de => Referenz@bmw.de
  467. ; WINDOWS-Freig. : WIN NT 4.0 : Nein
  468. ; WIN XP 32-Bit : Ja
  469. ; WIN 7 32-Bit : Ja
  470. ; WIN 7 64-Bit : Ja
  471.  
  472. ;.............................................................................
  473. ; Interface = PROXY:<Interface>
  474. ; z.B. Interface = PROXY:STD:FUNK
  475. ; z.B. Interface = PROXY:ENET
  476. ;
  477. ; Beschreibung : EDIABAS wird im PROXY-Modus betrieben
  478. ; Installation : hängt vom benutzten Interface ab
  479. ; INI-Datei : hängt vom benutzten Interface ab
  480. ; Ansprechparter : Gerd.Huber@bmw.de => Referenz@bmw.de
  481. ; WINDOWS-Freig. : WIN NT 4.0 : Nein
  482. ; WIN XP 32-Bit : Ja
  483. ; WIN 7 32-Bit : Ja
  484.  
  485. ;*****************************************************************************
  486. ; Konfigurationslemente, die existieren,
  487. ; aber nicht in EDIABAS.ini geändert werden können
  488.  
  489. ;-----------------------------------------------------------------------------
  490. ; BipEcuFile
  491. ; Description : Dateititel der aktuell geladenen SGBD
  492. ; (nur gültig während einer Job-Verarbeitung)
  493. ; Value : String
  494. ; Default = -
  495.  
  496. ;-----------------------------------------------------------------------------
  497. ; EdiabasIniPath
  498. ; Description : Pfad der verwendeten EDIABAS.ini
  499. ; Value : String
  500. ; Default = -
  501.  
  502. ;-----------------------------------------------------------------------------
  503. ; EdiabasVersion
  504. ; Description : verwendete EDIABAS-Version
  505. ; Value : String
  506. ; Default = -
  507.  
  508. ;-----------------------------------------------------------------------------
  509. ; IfhVersion
  510. ; Description : verwendete IFH-Version
  511. ; Value : String
  512. ; Default = -
  513.  
  514. ;-----------------------------------------------------------------------------
  515. ; Session
  516. ; Description : Name der EDIABAS-Session
  517. ; Value : String
  518. ; Default = -
  519.  
  520.  
  521. ;=============================================================================
  522. ; TCP/IP Configuration
  523. ; [TCP]
  524. ;=============================================================================
  525.  
  526. ;-----------------------------------------------------------------------------
  527. ; RemoteHost
  528. ; Description : server address/name
  529. ; Default = -
  530. ; RemoteHost = 192.168.68.4
  531.  
  532. ;-----------------------------------------------------------------------------
  533. ; Port
  534. ; Description : IP communication port
  535. ; Value : 1000 < port < 30000
  536. ;
  537. ; Spezialfall OP(P)S / ICOM:
  538. ; Value : 6801 ;OBD-Treiber (CAN)
  539. ; Value : 6802 ;Most-Treiber
  540. ;
  541. ; Default = -
  542. ; Port = 3000
  543. ;
  544. ; weitere Details siehe Dokumentationen
  545.  
  546. ;-----------------------------------------------------------------------------
  547. ; TimeoutConnect
  548. ; Description : Timeout for establishing the connection
  549. ; Value : 1000 ... 59000
  550. ; Default = 5000
  551. ; TimeoutConnect = 2000
  552.  
  553. ;-----------------------------------------------------------------------------
  554. ; TimeoutReceive
  555. ; Description : Timeout for receiving a message
  556. ; Value : 1000 ... 59000
  557. ; Default = 5000
  558. ; TimeoutReceive = 2000
  559.  
  560. ;-----------------------------------------------------------------------------
  561. ; TimeoutFunction
  562. ; Description : Timeout for a long function
  563. ; Value : 5000 ... 59000
  564. ; Default = 59000
  565. ; TimeoutFunction = 10000
  566.  
  567. ;-----------------------------------------------------------------------------
  568. ; TimeResponsePending
  569. ; Description : Time between alive-messages
  570. ; Value : 500 ... 59000
  571. ; Default = 2000
  572. ; TimeResponsePending = 5000
  573.  
  574. ;-----------------------------------------------------------------------------
  575. ; DisconnectOnApiEnd
  576. ; Description : Enable/Disable Disconnection with function call ApiEnd
  577. ; Value : 0 = Disconnection disabled
  578. ; 1 = Disconnection enabled
  579. ; Default = 0
  580. ; DisconnectOnApiEnd = 1
  581.  
  582. ;-----------------------------------------------------------------------------
  583. ; InitCmd<n>
  584. ; Description : Initialization command <n> (normally for OPPS)
  585. ; Default =
  586. ; InitCmd0 = FE,04,00,03,01
  587. ; InitCmd1 = FD,05,00,03,01
  588.  
  589.  
  590. ;=============================================================================
  591. ; XETHERNET Configuration
  592. ; [XEthernet]
  593. ;=============================================================================
  594.  
  595. ;-----------------------------------------------------------------------------
  596. ; RemoteHost
  597. ; Description : server address/name
  598. ; Value : Autodetect
  599. ; 169.254.1.1 ; Beispiel
  600. ; 192.168.100.1 ; Beispiel
  601. ; Default =
  602. ; RemoteHost = Autodetect
  603.  
  604. ;-----------------------------------------------------------------------------
  605. ; IfhRemoteHost
  606. ; Description : server address/name
  607. ; Value : Autodetect
  608. ; 169.254.1.1 ; Beispiel
  609. ; 192.168.100.1 ; Beispiel
  610. ; Default =
  611. ; IfhRemoteHost = Autodetect
  612.  
  613. ;-----------------------------------------------------------------------------
  614. ; HeaderFormat
  615. ; Description : type of header
  616. ; Value : 0 ; 6Byte Header (B-Muster)
  617. ; 1 ; 3Byte Header (A-Muster)
  618. ; Default = 0
  619. ; HeaderFormat = 0
  620.  
  621. ;-----------------------------------------------------------------------------
  622. ; TesterAddress
  623. ; Description : list of permitted tester adresses
  624. ; Value : F4 ; F1 durch F4 ersetzen
  625. ; F5 ; F1 durch F5 ersetzen
  626. ; F4,F5 ; F1 zuerst durch F4 ersetzen, dann F1 durch F5 ersetzen
  627. ; F5,F4 ; F1 zuerst durch F5 ersetzen, dann F1 durch F4 ersetzen
  628. ; Default = -
  629. ; TesterAddress = F4,F5
  630.  
  631. ;-----------------------------------------------------------------------------
  632. ; ControlPort
  633. ; Description : port of control channel of TCP connection to ZGW
  634. ; Value : 1000 < port < 59000
  635. ; Default = 6811
  636. ; ControlPort = 6811
  637.  
  638. ;-----------------------------------------------------------------------------
  639. ; DiagnosticPort
  640. ; Description : port of diagnostic channel of TCP connection to ZGW
  641. ; Value : 1000 < port < 59000
  642. ; Default = 6801
  643. ; DiagnosticPort = 6801
  644.  
  645. ;-----------------------------------------------------------------------------
  646. ; TimeoutConnect
  647. ; Description : timeout in ms for connection to ZGW
  648. ; Value : 1000 ... 59000
  649. ; Default = 20000
  650. ; TimeoutConnect = 20000
  651.  
  652.  
  653. ;=============================================================================
  654. ; XPROXY Configuration
  655. ; [IfhProxy]
  656. ;=============================================================================
  657.  
  658. ;-----------------------------------------------------------------------------
  659. ; Port
  660. ; Description : IP base proxy port
  661. ; Value : 1000 < port < 30000
  662. ; Ports : +0 = unknown interface
  663. ; +1 = EDIC
  664. ; +2 = EDICC
  665. ; +3 = ENET
  666. ; +4 = STD
  667. ; +5 = REMOT
  668. ; Default = 6700
  669. ; Port = 6700
  670.  
  671.  
  672. ;=============================================================================
  673. ; End Of File EDIABAS.ini
  674. ;=============================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement