Сообщение #41
trun10tion
Bolt-On Member
Здравствуйте. Я установил ISTA 4.55, но не могу заставить её распознавать USB OBD. Я уже правил ediabas, obd ini и COM-порты.
Следуйте инструкциям в видео ниже, чтобы узнать, как установить наш сайт как веб-приложение на главный экран вашего устройства.
Примечание: Эта функция может быть недоступна в некоторых браузерах.
Здравствуйте. Я установил ISTA 4.55, но не могу заставить её распознавать USB OBD. Я уже правил ediabas, obd ini и COM-порты.
Привет, я установил ista 4.55, но не могу заставить её распознать USB obd. Я правил ediabas, obd ini и com ports....
.ini - это только половина дела. Нужно ещё указать самой ISTA, какой интерфейс использовать. Большинство standalone-установок по умолчанию переключены на ICOM, поэтому нужно вручную перевести её на работу с K+DCAN cable через EDIABAS.C:\EDIABAS\Bin\ediabas.ini[Interface] выглядит так:[Interface]
Interface = STD:OBD
C:\EDIABAS\Bin\obd.ini[OBD] указывает на правильный COM port, который ты задал в Device Manager.[OBD]
Port=ComX ; Replace X with your COM port number
Hardware=OBD
obd.ini обязательно должен совпадать с тем, который Windows назначила твоему кабелю.Properties -> вкладка Port Settings -> Advanced....obd.ini. При необходимости можно поменять его тут, лучше выбрать низкий номер, например 1-4.obd.ini указано Port=Com3 или тот номер, который у тебя реально используется.ediabas.ini указано Interface = STD:OBD.Hello,
This is a very common issue. Editing the.inifiles is only half the battle. You also have to tell ISTA itself which interface to use. Most standalone installations default to ICOM, so you have to manually switch it to use your K+DCAN cable via EDIABAS.
Follow these steps exactly:
1. Configure ISTA VCI Settings
This is the most likely step you are missing.
This tells ISTA to use the configuration you've set up in your EDIABAS files.
- Launch ISTA+.
- Click on the wrench icon (Administration) at the top.
- Go to the VCI Config tab.
- You will see a list of interface types. Select "Ediabas default settings (ediabas.ini)".
- Click "OK" and restart ISTA.
2. Verify Your EDIABAS Configuration
Double-check that your files are correct.
File:C:\EDIABAS\Bin\ediabas.ini
Make sure the[Interface]section looks like this:
INI:[Interface] Interface = STD:OBD
File:C:\EDIABAS\Bin\obd.ini
Make sure the[OBD]section points to the correct COM port you set in Device Manager.
INI:[OBD] Port=ComX ; Replace X with your COM port number Hardware=OBD
3. Verify Windows Device Manager Settings
This is critical. The COM port inobd.inimust match what Windows has assigned to your cable.
- Plug in your K+DCAN cable.
- Open Device Manager (right-click the Start button and select it).
- Expand the "Ports (COM & LPT)" section.
- You should see your USB cable listed (e.g., "USB sеriаl Port (COM3)"). Note the COM port number.
- Right-click on it and go to
Properties->Port Settingstab ->Advanced....- Ensure the COM Port Number here is the same one you used in
obd.ini. You can change it here if needed (use a low number like 1-4).- While you are in this screen, set the "Latency Timer (msec)" to 1. This is very important for performance.
- Click OK on all windows to save.
Summary Checklist:
If you've done all of the above, it should work. If you are trying to connect to an F/G/I-series car, you need an ENET cable, not a K+DCAN, and the setup is completely different (no COM ports or ediabas.ini edits needed).
- ISTA VCI Config is set to "Ediabas default settings".
- Device Manager shows your cable on a specific COM port (e.g., COM3) with latency set to 1.
- Your
obd.inifile hasPort=Com3(or whatever your port is).- Your
ediabas.inifile hasInterface = STD:OBD.
Да, vci я настраивал и всё такое, но забавно: разве ista 4.55 вообще должна грузить ediabas в c:?Hello,
This is a very common issue. Editing the.inifiles is only half the battle. You also have to tell ISTA itself which interface to use. Most standalone installations default to ICOM, so you have to manually switch it to use your K+DCAN cable via EDIABAS.
Follow these steps exactly:
1. Configure ISTA VCI Settings
This is the most likely step you are missing.
This tells ISTA to use the configuration you've set up in your EDIABAS files.
- Launch ISTA+.
- Click on the wrench icon (Administration) at the top.
- Go to the VCI Config tab.
- You will see a list of interface types. Select "Ediabas default settings (ediabas.ini)".
- Click "OK" and restart ISTA.
2. Verify Your EDIABAS Configuration
Double-check that your files are correct.
File:C:\EDIABAS\Bin\ediabas.ini
Make sure the[Interface]section looks like this:
INI:[Interface] Interface = STD:OBD
File:C:\EDIABAS\Bin\obd.ini
Make sure the[OBD]section points to the correct COM port you set in Device Manager.
INI:[OBD] Port=ComX ; Replace X with your COM port number Hardware=OBD
3. Verify Windows Device Manager Settings
This is critical. The COM port inobd.inimust match what Windows has assigned to your cable.
- Plug in your K+DCAN cable.
- Open Device Manager (right-click the Start button and select it).
- Expand the "Ports (COM & LPT)" section.
- You should see your USB cable listed (e.g., "USB sеriаl Port (COM3)"). Note the COM port number.
- Right-click on it and go to
Properties->Port Settingstab ->Advanced....- Ensure the COM Port Number here is the same one you used in
obd.ini. You can change it here if needed (use a low number like 1-4).- While you are in this screen, set the "Latency Timer (msec)" to 1. This is very important for performance.
- Click OK on all windows to save.
Summary Checklist:
If you've done all of the above, it should work. If you are trying to connect to an F/G/I-series car, you need an ENET cable, not a K+DCAN, and the setup is completely different (no COM ports or ediabas.ini edits needed).
- ISTA VCI Config is set to "Ediabas default settings".
- Device Manager shows your cable on a specific COM port (e.g., COM3) with latency set to 1.
- Your
obd.inifile hasPort=Com3(or whatever your port is).- Your
ediabas.inifile hasInterface = STD:OBD.
Да, vci config all that я уже делал. Забавно только то, что папка ediabas не появилась в C:, и мне...
C:\EDIABAS.EDIABAS, которая лежит внутри основной директории программы ISTA. Это сделано, чтобы не было конфликтов с другими BMW-инструментами, которые у тебя могут быть установлены, например INPA или NCS-Expert.C:\EDIABAS, ISTA полностью их игнорировала, потому что смотрела на свои внутренние файлы..ini-файлы именно по тому пути, который ты нашёл.C:\Program Files\BMW\ISPI\TRIC\ISTA\Ediabas\Bin
Bin ты найдёшь ediabas.ini и obd.ini. Это именно те файлы, которые нужно редактировать.ediabas.ini должно быть Interface = STD:OBD.obd.ini должно быть Port=ComX, где X совпадает с COM port твоего кабеля из Device Manager.Спасибо ещё раз. Ой, я забыл: после установки там вообще не было ни ediabas, ни obd файлов. Я скопи...
C:\Program Files защищена, чтобы обычные программы или вредоносный софт не могли просто так менять файлы программы. Когда ты пытаешься сохранить там файл через обычную программу, Windows это блокирует.File -> Open и перейди к файлу ediabas.ini или obd.ini.Спасибо, так и сделаю
Я не могу найти пароль от установочных файлов ISTA_4.55.12_Standalone_EN_Bimmerscene.
Я не могу найти пароль к установочным файлам ISTA_4.55.12_Standalone_EN_Bimmerscene.
bimmerscene
Bimmerscene.pass.txt или key.txt, который находится в той же папке, где были ссылки на скачивание.Какая версия ISTA сейчас самая нормальная и работающая без ошибок, кроме 4.39? Такое чувство, что в...
Это скачивается очень долго. Сколько это обычно занимает? Уже минут 20 вообще нет прогресса.
Ahhh couldn't get it to work. I went back to ista 4.39 and easybmwtools. My question is do I have to...
C:\EDIABAS\BIN
ini
Interface = STD:OBD
ini
[OBD]
Port=Com1
Hardware=USB
Retry=ON
ini
Interface = ENET
Спасибо ещё раз, я продолжу в другой раз уже с версиями отсюда. Кстати, поскольку у меня были проб...
OBD.INI жёстко прописан именно COM1. Если они не совпадают, получишь классическую ошибку "IFH-0009".Спасибо, хорошего дня.
На данном сайте используются cookie-файлы, чтобы персонализировать контент и сохранить Ваш вход в систему, если Вы зарегистрируетесь.
Продолжая использовать этот сайт, Вы соглашаетесь на использование наших cookie-файлов.