Advertisement
Guest User

C:/ediabas

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