Skocz do zawartości

Chabra

Zarejestrowani
  • Postów

    14
  • Dołączył

  • Ostatnia wizyta

Informacje osobiste

  • Moje BMW
    E90 320d

Osiągnięcia Chabra

Debiutant

Debiutant (2/14)

0

Reputacja

  1. Hej, Często słucham w aucie muzyki z telefonu po kablu do złącza AUX. Wszystko działa bez żadnych problemów dopóki równocześnie go nie ładuję go przez zapalniczkę. Wtedy momentalnie pojawiają się z głośników zakłócenia/piski/szumy (zwał jak zwał). Spotkał się ktoś kiedyś z czymś takim i może mi powiedzieć co mogę zrobić w takiej sytuacji, aby to wyeliminować?
  2. Nie miałem akurat multimetra pod ręką, ale pokombinowałem innymi metodami i przypomniałem sobie, że mam jeszcze interfejs ELM327. Tyle udało mi się ustalić: INPA wykrywa zapłon, więc z tym nie ma problemu. Ponadto udało mi się połączyć programem do obsługi tego interfejsu ELM327 i widział on napięcie 12,2V na akumulatorze oraz miałem podgląd w czasie rzeczywistym prędkości obrotowej silnika. I co najdziwniejsze ten program był nawet w stanie odczytać parę błędów: https://i.imgur.com/2hJeTJ2.png Czy w związku z tym najprawdopodobniejszą przyczyną jest dalej uszkodzony moduł JBE?
  3. Posiadam od paru lat BMW E90 320d z 2006 roku. Zaraz po zakupie załatwiłem sobie jakiś kabelek do diagnostyki, który dzielnie mi służył przez dłuższy okres czasu, ale pewnego dnia przestał się komunikować z autem. Jak się okazało wymiana kabla na nowy rozwiązała problem i przez jakiś czas wszystko działało. Jednak sytuacja znowu się powtórzyła i tym razem wymiana kabla już nie pomogła. :S Byłem też u dwóch mechaników i ich interfejsy przy próbie komunikacji z moim autem zachowują się tak samo jak mój, więc wina nie leży po stronie kabla czy złej konfiguracji. Przy próbie identyfikacji pojazdu przez ISTA odczytuje mi tylko VIN, a w innych miejscach pojawia się "UNBEK": https://i.imgur.com/nxnIUHS.jpg I gdy próba identyfikacji się zakończy dostaję następujący błąd: https://i.imgur.com/XIWt0XK.jpg Gdy próbuję wejść przez NCS Expert do jakiegoś z modułów dostaję następujące błędy: F1 (VIN/ZCS/FA) -> F3 (ZCS/FA f. ECU) -> E89 -> CAS: https://i.imgur.com/9Z0BvvU.jpg F1 (VIN/ZCS/FA) -> F3 (ZCS/FA f. ECU) -> E89 -> FRM: https://i.imgur.com/NXvY5BQ.jpg F1 (VIN/ZCS/FA) -> F3 (ZCS/FA f. ECU) -> E89 -> NFRM: https://i.imgur.com/ZVlmGUN.jpg Jeden z mechaników wspominał coś, że jeśli odczytuje VIN to komunikuje się tylko po jednej linii i zaprogramowanie całego auta na nowo może potencjalnie pomóc, a jeśli dalej nie będzie działać to będzie trzeba wymienić sterownik. Jednak nie ma on wolnych terminów w najbliższym czasie, żeby to zrobić. Mógłby mi ktoś powiedzieć czy laik byłby w ogóle w stanie sam to zaprogramować, a jeśli tak to gdzie mogę szukać informacji jak to zrobić? Z góry dzięki za pomoc.
  4. Może mi ktoś powiedzieć czy w folderze SQLiteDBs wystarczy mieć poniższe 2 pliki, żeby ten program zadziałał czy trzeba coś więcej ściągnąć? streamdataprimitive_ENGB.sqlite xmlvalueprimitive_ENGB.sqlite Aktualnie przy próbie uruchomienia dostaję błąd "Failed to start ISTA". Niżej załączam logi, jakby ktoś mógł pomóc to odpalić to byłbym wdzięczny: 2019-07-11 10:57:16.598 INFO [T] ISTA: [1] ConfigSettings.ConfigSettings() - called 2019-07-11 10:57:16.599 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "BMW.Rheingold.OperationalMode" from "" to "ISTA_PLUS" (read from "Configuration file"). 2019-07-11 10:57:16.599 INFO [T] ISTA: [1] ConfigSettings.ConfigSettings() - OperationalMode is ISTA_PLUS 2019-07-11 10:57:16.599 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "BMW.Rheingold.Logging.Directory" from "" to "..\..\..\Logs" (read from "Configuration file"). 2019-07-11 10:57:16.600 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "BMW.Rheingold.Logging.Directory" from "..\..\..\logs" to "..\..\..\Logs" (read from "Configuration file"). 2019-07-11 10:57:16.613 INFO [T] ISTA: [1] App.StartIstaServices() - Try to start ISTA Services host ... 2019-07-11 10:57:16.622 INFO [T] ISTA: [1] IstaProcessStarter.Start() - called. 2019-07-11 10:57:17.549 ERROR [T] ISTA: [1] IstaProcessStarter.Start() - Failed to start ISTA operation. Reason: "System.Data.SQLite.SQLiteException (0x80004005): unable to open database file at System.Data.SQLite.SQLite3.Open(String strFilename, SQLiteConnectionFlags connectionFlags, SQLiteOpenFlagsEnum openFlags, Int32 maxPoolSize, Boolean usePool) at System.Data.SQLite.SQLiteConnection.Open() at BMW.ISPI.WsiDataProvider.DatabaseAccess.DatabaseAccessProvider.ExecuteReader(String query, List`1 parameters, IDbConnection dbConnection) at BMW.ISPI.WsiDataProvider.DatabaseAccess.DatabaseAccessProvider.ExecuteReader(String query, List`1 parameters) at BMW.ISPI.WsiDataProvider.DatabaseAccess.DatabaseAccessProvider.ExecuteReader(String query) at BMW.ISPI.WsiDataProvider.DatabaseAccess.DatabaseAccessProvider.SelectAll[T](String whereClause) at BMW.ISPI.WsiDataProvider.DatabaseAccess.DatabaseAccessProvider.SelectAll[T]() at BMW.ISPI.WsiDataProvider.WsiDataProviderBase.LoadXepCharacteristics() at BMW.ISPI.WsiDataProvider.WsiDataProviderBase.InitializeCache() at BMW.ISPI.WsiDataProvider.WsiDataProviderBase..ctor(DatabaseAccessProvider databaseAccessProvider) at BMW.ISPI.WsiDataProvider.SQLite.WsiSQLiteDataProvider..ctor() at BMW.ISPI.WsiDataProvider.WsiDataProviderFactory.CreateWsiDataProvider(WsiDataProviderType wsiDataProviderType) at BMW.ISPI.IstaServices.Impl.Database.IstaDatabaseServiceImpl.Initialize() at BMW.ISPI.IstaServices.Impl.IstaServiceBase.Start() at BMW.ISPI.IstaServices.Impl.IstaServicesImpl.TryStartService(IstaServiceBase istaService) at BMW.ISPI.IstaServices.Impl.IstaServicesImpl.Initialize() at BMW.ISPI.IstaServices.Host.IstaServicesProcess.InitializeServices(DateTime startTime, String processGuid, String workDir, IstaServicesProcessArgs processArgs) at BMW.Rheingold.CoreFramework.WcfCommon.IstaProcessBase`1.Initialize(String[] args) at BMW.ISPI.IstaServices.Host.IstaServicesProcess.Initialize(String[] args) at BMW.Rheingold.CoreFramework.WcfCommon.IstaProcessBase`1.Perform(String[] args)". 2019-07-11 10:57:17.550 ERROR [T] ISTA: [1] App.Init() - Failed to start ISTA: BMW.Rheingold.CoreFramework.WcfCommon.IstaProcessStartException: Failed to start ISTA operation. Reason: "System.Data.SQLite.SQLiteException (0x80004005): unable to open database file at System.Data.SQLite.SQLite3.Open(String strFilename, SQLiteConnectionFlags connectionFlags, SQLiteOpenFlagsEnum openFlags, Int32 maxPoolSize, Boolean usePool) at System.Data.SQLite.SQLiteConnection.Open() at BMW.ISPI.WsiDataProvider.DatabaseAccess.DatabaseAccessProvider.ExecuteReader(String query, List`1 parameters, IDbConnection dbConnection) at BMW.ISPI.WsiDataProvider.DatabaseAccess.DatabaseAccessProvider.ExecuteReader(String query, List`1 parameters) at BMW.ISPI.WsiDataProvider.DatabaseAccess.DatabaseAccessProvider.ExecuteReader(String query) at BMW.ISPI.WsiDataProvider.DatabaseAccess.DatabaseAccessProvider.SelectAll[T](String whereClause) at BMW.ISPI.WsiDataProvider.DatabaseAccess.DatabaseAccessProvider.SelectAll[T]() at BMW.ISPI.WsiDataProvider.WsiDataProviderBase.LoadXepCharacteristics() at BMW.ISPI.WsiDataProvider.WsiDataProviderBase.InitializeCache() at BMW.ISPI.WsiDataProvider.WsiDataProviderBase..ctor(DatabaseAccessProvider databaseAccessProvider) at BMW.ISPI.WsiDataProvider.SQLite.WsiSQLiteDataProvider..ctor() at BMW.ISPI.WsiDataProvider.WsiDataProviderFactory.CreateWsiDataProvider(WsiDataProviderType wsiDataProviderType) at BMW.ISPI.IstaServices.Impl.Database.IstaDatabaseServiceImpl.Initialize() at BMW.ISPI.IstaServices.Impl.IstaServiceBase.Start() at BMW.ISPI.IstaServices.Impl.IstaServicesImpl.TryStartService(IstaServiceBase istaService) at BMW.ISPI.IstaServices.Impl.IstaServicesImpl.Initialize() at BMW.ISPI.IstaServices.Host.IstaServicesProcess.InitializeServices(DateTime startTime, String processGuid, String workDir, IstaServicesProcessArgs processArgs) at BMW.Rheingold.CoreFramework.WcfCommon.IstaProcessBase`1.Initialize(String[] args) at BMW.ISPI.IstaServices.Host.IstaServicesProcess.Initialize(String[] args) at BMW.Rheingold.CoreFramework.WcfCommon.IstaProcessBase`1.Perform(String[] args)". w BMW.Rheingold.CoreFramework.WcfCommon.IstaProcessStarter.Start[TArgs](String pathToIstaProcessFile, TArgs istaProcessArgs) w BMW.ISPI.IstaServices.Controller.IstaServicesController.StartHost(IDictionary`2 configuration) w BMW.Rheingold.ISTAGUI.App.StartIstaServices(LogCleaner logCleaner) w BMW.Rheingold.ISTAGUI.App.Init() w BMW.Rheingold.ISTAGUI.App..ctor() 2019-07-11 10:57:17.563 ERROR [T] ISTA: [1] ServiceLocator.GetService<T>() - No service registered for type "BMW.Rheingold.CoreFramework.Contracts.IUia". Using default instead. 2019-07-11 10:57:17.563 WARNING [T] ISTA: [1] DialogBase.Init() - Service IUia is not available using UiaNone instead. 2019-07-11 10:57:17.563 WARNING [T] ISTA: [1] DialogBase.DialogBase() - Dialog owner BMW.Rheingold.PresentationFramework.MessageDialog could not be set, because it is invisible. 2019-07-11 10:57:17.564 INFO [T] ISTA: [1] PresentationFramework.PresentationFramework() - ctor called. 2019-07-11 10:57:17.566 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "TesterGUI.SelectedBrand" from "" to "BMWGroup" (read from "Configuration file"). 2019-07-11 10:57:17.580 INFO [T] ISTA: [1] CoreFramework.CoreFramework() - ctor called. 2019-07-11 10:57:17.601 WARNING [T] ISTA: [1] LicenseManager.DeserializeFromString() - failed with exception: System.InvalidOperationException: Dokument XML zawiera błąd (1, 1). ---> System.Xml.XmlException: Dane na poziomie głównym są nieprawidłowe. wiersz 1, pozycja 1. w System.Xml.XmlTextReaderImpl.Throw(Exception e) w System.Xml.XmlTextReaderImpl.Throw(String res, String arg) w System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace() w System.Xml.XmlTextReaderImpl.ParseDocumentContent() w System.Xml.XmlTextReaderImpl.Read() w System.Xml.XmlTextReader.Read() w System.Xml.XmlReader.MoveToContent() w Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderLicenseInfo.Read5_LicenseInfo() --- Koniec śladu stosu wyjątków wewnętrznych --- w System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events) w System.Xml.Serialization.XmlSerializer.Deserialize(Stream stream) w BMW.Rheingold.CoreFramework.LicenseManager.DeserializeFromString(String licString) 2019-07-11 10:57:17.601 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "BMW.Rheingold.CoreFramework.ILeanActive" from "" to "False" (read from "Configuration file"). 2019-07-11 10:57:17.601 ERROR [T] ISTA: [1] LicenseManager.get_LicenseInfo() - licString was null; no license verification from License.xml possible 2019-07-11 10:57:17.631 ERROR [T] ISTA: [1] LicenseManager.verifyLicense() - LicInfo was null 2019-07-11 10:57:17.637 INFO [T] ISTA: [1] Translator.deserializeLocalizationbyResource() - called 2019-07-11 10:57:17.632 ERROR [T] ISTA: [1] LicenseManager.verifyLicense() - failed with exception: BMW.Rheingold.CoreFramework.LicenseVerificationException: Error --- The session could not be successfully verified against the online portal. Check network connection and the validity of the portal session. w BMW.Rheingold.CoreFramework.LicenseManager.VerifyLicense() 2019-07-11 10:57:18.026 INFO [T] ISTA: [1] CoreFramework.CoreFramework() - license invalid or expired. 2019-07-11 10:57:18.026 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "DebugLevel" from "" to "2" (read from "Configuration file"). 2019-07-11 10:57:18.027 INFO [T] ISTA: [1] CoreFramework.CoreFramework() - CoreFramework.DebugLevel is 2 2019-07-11 10:57:18.027 WARNING [T] ISTA: [1] LicenseManager.DeserializeFromString() - failed with exception: System.InvalidOperationException: Dokument XML zawiera błąd (1, 1). ---> System.Xml.XmlException: Dane na poziomie głównym są nieprawidłowe. wiersz 1, pozycja 1. w System.Xml.XmlTextReaderImpl.Throw(Exception e) w System.Xml.XmlTextReaderImpl.Throw(String res, String arg) w System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace() w System.Xml.XmlTextReaderImpl.ParseDocumentContent() w System.Xml.XmlTextReaderImpl.Read() w System.Xml.XmlTextReader.Read() w System.Xml.XmlReader.MoveToContent() w Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderLicenseInfo.Read5_LicenseInfo() --- Koniec śladu stosu wyjątków wewnętrznych --- w System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events) w System.Xml.Serialization.XmlSerializer.Deserialize(Stream stream) w BMW.Rheingold.CoreFramework.LicenseManager.DeserializeFromString(String licString) 2019-07-11 10:57:18.027 ERROR [T] ISTA: [1] LicenseManager.get_LicenseInfo() - licString was null; no license verification from License.xml possible 2019-07-11 10:57:18.036 ERROR [T] ISTA: [1] LicenseManager.verifyLicense() - LicInfo was null 2019-07-11 10:57:18.036 ERROR [T] ISTA: [1] LicenseManager.verifyLicense() - failed with exception: BMW.Rheingold.CoreFramework.LicenseVerificationException: Error --- The session could not be successfully verified against the online portal. Check network connection and the validity of the portal session. w BMW.Rheingold.CoreFramework.LicenseManager.VerifyLicense() 2019-07-11 10:57:18.036 INFO [T] ISTA: [1] PresentationFramework.PresentationFramework() - license invalid or expired. 2019-07-11 10:57:18.036 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "DebugLevel" from "0" to "2" (read from "Configuration file"). 2019-07-11 10:57:18.036 INFO [T] ISTA: [1] CommandBase.CommandBase(string) - Command of type "CommandExecute" instantiated with id "". 2019-07-11 10:57:18.038 ERROR [T] ISTA: [1] ServiceLocator.GetService<T>() - No service registered for type "BMW.Rheingold.CoreFramework.Contracts.INavigationService". Using default instead. 2019-07-11 10:57:18.038 INFO [T] ISTA: [1] CommandBase.CommandBase(string) - Command of type "CommandCommitDialog" instantiated with id "". 2019-07-11 10:57:18.038 INFO [T] ISTA: [1] CommandBase.CommandBase(string) - Command of type "CommandCancelDialog" instantiated with id "". 2019-07-11 10:57:18.038 ERROR [T] ISTA: [1] ServiceLocator.GetService<T>() - No service registered for type "BMW.Rheingold.PresentationFramework.Print.IPrintingService". Using default instead. 2019-07-11 10:57:18.149 WARNING [T] ISTA: [1] TextContent.AsignFormattedText() - Failed to assign formatted text "Failed to start ISTA. Please make sure your ISTA configuration is valid. In doubt reset any non standard ISTA configuration and reinstall ISTA.". Assign paragraph with plain text "Failed to start ISTA. Please make sure your ISTA configuration is valid. In doubt reset any non standard ISTA configuration and reinstall ISTA." instead. Dane na poziomie głównym są nieprawidłowe. wiersz 1, pozycja 1. 2019-07-11 10:57:18.150 WARNING [T] ISTA: [1] TextContent.AsignFormattedText() - Failed to assign formatted text "Failed to start ISTA. Please make sure your ISTA configuration is valid. In doubt reset any non standard ISTA configuration and reinstall ISTA.". Assign paragraph with plain text "Failed to start ISTA. Please make sure your ISTA configuration is valid. In doubt reset any non standard ISTA configuration and reinstall ISTA." instead. Dane na poziomie głównym są nieprawidłowe. wiersz 1, pozycja 1. 2019-07-11 10:57:18.153 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "BMW.Rheingold.DatabaseProvider.DatabaseProviderFactory.DatabaseProvider" from "" to "DatabaseProviderSQLite" (read from "Configuration file"). 2019-07-11 10:57:18.153 INFO [T] ISTA: [1] DatabaseProviderFactory.Instance() - Loading database provider of type: DatabaseProviderSQLite 2019-07-11 10:57:18.154 INFO [T] ISTA: [1] DatabaseProviderFactory.LoadAssembly() - Trying to load database provider assembly: D:\Rheingold\TesterGUI\bin\Release\RheingoldDatabaseSQLiteConnector.dll 2019-07-11 10:57:18.156 INFO [T] ISTA: [1] DatabaseProviderFactory.LoadAssembly() - Database Assembly RheingoldDatabaseSQLiteConnector, Version=4.15.32.17442, Culture=neutral, PublicKeyToken=6505efbdc3e5f324 active 2019-07-11 10:57:18.163 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "BMW.Rheingold.DatabaseProvider.SetupRuleCache" from "" to "True" (read from "Configuration file"). 2019-07-11 10:57:18.163 INFO [T] ISTA: [1] DatabaseProviderSQLite.DatabaseProviderSQLite() - Initializing Database with standard connections. 2019-07-11 10:57:18.164 INFO [T] ISTA: [1] ConfigSettings.set_CurrentCulture() - set UI culture to en-GB 2019-07-11 10:57:18.178 INFO [T] ISTA: [1] SQLiteConnectionMgr.InitializeDiagDocDb() - DiagDocDatabaseFile: ..\..\..\SQLiteDBs\DiagDocDb.sqlite 2019-07-11 10:57:18.178 INFO [T] ISTA: [1] SQLiteConnectionMgr.InitializeDiagDocDb() - Resulting DiagDocDatabaseFile: D:\Rheingold\SQLiteDBs\DiagDocDb.sqlite BaseDirectory: D:\Rheingold\TesterGUI\bin\Release\ 2019-07-11 10:57:18.178 ERROR [T] ISTA: [1] SQLiteConnectionMgr.InitializeDiagDocDb() - File D:\Rheingold\SQLiteDBs\DiagDocDb.sqlite not found, no connection to DiagDocDb. 2019-07-11 10:57:18.179 INFO [T] ISTA: [1] SQLiteConnectionMgr.InitializeStreamDataPrimitiveDb() - StreamDataPrimitive File: ..\..\..\SQLiteDBs\streamdataprimitive_ENGB.sqlite 2019-07-11 10:57:18.179 INFO [T] ISTA: [1] SQLiteConnectionMgr.InitializeStreamDataPrimitiveDb() - Resulting StreamDataPrimitive File: D:\Rheingold\SQLiteDBs\streamdataprimitive_ENGB.sqlite BaseDirectory: D:\Rheingold\TesterGUI\bin\Release\ 2019-07-11 10:57:18.189 INFO [T] ISTA: [1] SQLiteConnectionMgr.InitializeXmlValuePrimitiveDb() - XmlValuePrimitive File: ..\..\..\SQLiteDBs\xmlvalueprimitive_ENGB.sqlite 2019-07-11 10:57:18.189 INFO [T] ISTA: [1] SQLiteConnectionMgr.InitializeXmlValuePrimitiveDb() - Resulting XmlValuePrimitive File: D:\Rheingold\SQLiteDBs\xmlvalueprimitive_ENGB.sqlite BaseDirectory: D:\Rheingold\TesterGUI\bin\Release\ 2019-07-11 10:57:18.190 INFO [T] ISTA: [1] SQLiteConnectionMgr.InitializeStreamDataPrimitiveDb() - StreamDataPrimitive File: ..\..\..\SQLiteDBs\streamdataprimitive_OTHER.sqlite 2019-07-11 10:57:18.190 INFO [T] ISTA: [1] SQLiteConnectionMgr.InitializeStreamDataPrimitiveDb() - Resulting StreamDataPrimitive File: D:\Rheingold\SQLiteDBs\streamdataprimitive_OTHER.sqlite BaseDirectory: D:\Rheingold\TesterGUI\bin\Release\ 2019-07-11 10:57:18.190 ERROR [T] ISTA: [1] SQLiteConnectionMgr.InitializeStreamDataPrimitiveDb() - File D:\Rheingold\SQLiteDBs\streamdataprimitive_OTHER.sqlite not found, no connection to StreamDataPrimitive. 2019-07-11 10:57:18.190 INFO [T] ISTA: [1] SQLiteConnectionMgr.InitializeXmlValuePrimitiveDb() - XmlValuePrimitive File: ..\..\..\SQLiteDBs\xmlvalueprimitive_OTHER.sqlite 2019-07-11 10:57:18.190 INFO [T] ISTA: [1] SQLiteConnectionMgr.InitializeXmlValuePrimitiveDb() - Resulting XmlValuePrimitive File: D:\Rheingold\SQLiteDBs\xmlvalueprimitive_OTHER.sqlite BaseDirectory: D:\Rheingold\TesterGUI\bin\Release\ 2019-07-11 10:57:18.190 ERROR [T] ISTA: [1] SQLiteConnectionMgr.InitializeXmlValuePrimitiveDb() - File D:\Rheingold\SQLiteDBs\xmlvalueprimitive_OTHER.sqlite not found, no connection to XmlValuePrimitive. 2019-07-11 10:57:18.192 INFO [T] ISTA: [1] DatabaseProviderSQLite.CheckDbAccess - Checking Installed Databases... 2019-07-11 10:57:18.253 INFO [T] ISTA: [1] DatabaseProviderSQLite.CheckDbAccess - *************** *************** *************** Database Version Information *************** *************** *************** 2019-07-11 10:57:18.253 INFO [T] ISTA: [1] DatabaseProviderSQLite.CheckDbAccess - ******* StreamDataPrimitive 4.15.30 Language: ENGB IsAccessible: True 2019-07-11 10:57:18.253 INFO [T] ISTA: [1] DatabaseProviderSQLite.CheckDbAccess - ******* XmlValuePrimitive 4.15.30 Language: ENGB IsAccessible: True 2019-07-11 10:57:18.254 INFO [T] ISTA: [1] SQLiteConnectionMgr.InitializeDiagDocDb() - DiagDocDatabaseFile: ..\..\..\SQLiteDBs\DiagDocDb.sqlite 2019-07-11 10:57:18.254 INFO [T] ISTA: [1] SQLiteConnectionMgr.InitializeDiagDocDb() - Resulting DiagDocDatabaseFile: D:\Rheingold\SQLiteDBs\DiagDocDb.sqlite BaseDirectory: D:\Rheingold\TesterGUI\bin\Release\ 2019-07-11 10:57:18.254 ERROR [T] ISTA: [1] SQLiteConnectionMgr.InitializeDiagDocDb() - File D:\Rheingold\SQLiteDBs\DiagDocDb.sqlite not found, no connection to DiagDocDb. 2019-07-11 10:57:18.257 ERROR [T] ISTA: [1] SQLiteConnectionMgr.GetConnection() - failed with exception: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at BMW.Rheingold.DatabaseProvider.SQLiteConnector.SQLiteConnectionMgr.GetConnection(SQLiteDb database, String languageExtension, Boolean newConnection) 2019-07-11 10:57:18.258 WARNING [T] ISTA: [1] SQLiteConnectionMgr.GetConnecction() - SQLiteConnection is null! 2019-07-11 10:57:18.258 INFO [T] ISTA: [1] DatabaseProviderSQLite.ConnectionDiagDocDbEstablished - Failed connecting to DiagDocDb! 2019-07-11 10:57:18.258 ERROR [T] ISTA: [1] DatabaseProviderSQLite.CheckDbAccess - One or all of the necessary Database connections could not be established. 2019-07-11 10:57:18.262 INFO [T] ISTA: [1] SQLiteConnectionMgr.InitializeDiagDocDb() - DiagDocDatabaseFile: ..\..\..\SQLiteDBs\DiagDocDb.sqlite 2019-07-11 10:57:18.262 INFO [T] ISTA: [1] SQLiteConnectionMgr.InitializeDiagDocDb() - Resulting DiagDocDatabaseFile: D:\Rheingold\SQLiteDBs\DiagDocDb.sqlite BaseDirectory: D:\Rheingold\TesterGUI\bin\Release\ 2019-07-11 10:57:18.262 ERROR [T] ISTA: [1] SQLiteConnectionMgr.InitializeDiagDocDb() - File D:\Rheingold\SQLiteDBs\DiagDocDb.sqlite not found, no connection to DiagDocDb. 2019-07-11 10:57:18.262 ERROR [T] ISTA: [1] SQLiteConnectionMgr.GetConnection() - failed with exception: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at BMW.Rheingold.DatabaseProvider.SQLiteConnector.SQLiteConnectionMgr.GetConnection(SQLiteDb database, String languageExtension, Boolean newConnection) 2019-07-11 10:57:18.263 WARNING [T] ISTA: [1] SQLiteConnectionMgr.GetConnecction() - SQLiteConnection is null! 2019-07-11 10:57:18.264 ERROR [T] ISTA: [1] SQLiteSelectCmd.ExecuteReader() - failed with exception: System.Exception: SQL statement: SELECT WSI_CATEGORY, WSI_INSTANCE_ID, START_TIME, END_TIME, WSI_INSTANCE_NAME, WSI_INSTANCE_DESC, BASELINE_CATEGORY, BASELINE_ID, BASELINE_CLOSING_DATE, BASELINE_NAME, WSI_REVISION, WSI_MODE FROM WSI_GENERALINFO Call Stack: GetStackTrace ExecuteReader GetWsiGeneralInfo CheckDbAccess .ctor .ctor CreateInstance CreateInstanceSlow CreateInstanceDefaultCtor CreateInstance CreateInstanceImpl CreateInstance CreateInstance LoadAssembly get_Instance .ctor .ctor Main ---> System.InvalidOperationException: No connection associated with this command at System.Data.SQLite.SQLiteCommand.InitializeForReader() at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at System.Data.SQLite.SQLiteCommand.ExecuteReader() at BMW.Rheingold.DatabaseProvider.SQLiteConnector.SQLiteSelectCmd.ExecuteReader() --- End of inner exception stack trace --- 2019-07-11 10:57:18.265 ERROR [T] ISTA: [1] SQLiteSelectCmd.Read() - failed with exception: System.Exception: SQL statement: SELECT WSI_CATEGORY, WSI_INSTANCE_ID, START_TIME, END_TIME, WSI_INSTANCE_NAME, WSI_INSTANCE_DESC, BASELINE_CATEGORY, BASELINE_ID, BASELINE_CLOSING_DATE, BASELINE_NAME, WSI_REVISION, WSI_MODE FROM WSI_GENERALINFO Call Stack: GetStackTrace Read GetWsiGeneralInfo CheckDbAccess .ctor .ctor CreateInstance CreateInstanceSlow CreateInstanceDefaultCtor CreateInstance CreateInstanceImpl CreateInstance CreateInstance LoadAssembly get_Instance .ctor .ctor Main ---> System.NullReferenceException: Object reference not set to an instance of an object. at BMW.Rheingold.DatabaseProvider.SQLiteConnector.SQLiteSelectCmd.Read() --- End of inner exception stack trace --- 2019-07-11 10:57:18.269 INFO [T] ISTA: [1] SearchCacheContainer.SearchCacheContainer() - setup eval cache container with cache strategy: CacheFirst 2019-07-11 10:57:18.277 ERROR [T] ISTA: [1] DatabaseProviderFactory.LoadAssembly() - failed with exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidOperationException: Sequence contains no matching element at System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate) at BMW.Rheingold.DatabaseProvider.SQLiteConnector.DatabaseProviderSQLite..ctor(ConnectionStringSettings connectionStringSettingsDiagDocDb, ConnectionStringSettings connectionStringSettingsXmlValuePrimitive, ConnectionStringSettings connectionStringSettingsStreamDataPrimitive) at BMW.Rheingold.DatabaseProvider.SQLiteConnector.DatabaseProviderSQLite..ctor() --- End of inner exception stack trace --- at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck) at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark) at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, Boolean nonPublic) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) at System.Reflection.Assembly.CreateInstance(String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) at BMW.Rheingold.CoreFramework.DatabaseProvider.DatabaseProviderFactory.LoadAssembly(String className, String dllName) 2019-07-11 10:57:18.278 WARNING [T] ISTA: [1] DatabaseProvider.DatabaseProviderNone.Instance() - Using DatabaseProviderNone! 2019-07-11 10:57:18.709 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "BMW.Rheingold.Clamp30.Voltage.Min.Error.Lfp" from "" to "9.95" (read from "Configuration file"). 2019-07-11 10:57:18.709 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "BMW.Rheingold.Clamp30.Voltage.Min.Error.Pb" from "" to "9.95" (read from "Configuration file"). 2019-07-11 10:57:18.709 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "BMW.Rheingold.Clamp30.Voltage.Min.Warning.Lfp" from "" to "10" (read from "Configuration file"). 2019-07-11 10:57:18.710 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "BMW.Rheingold.Clamp30.Voltage.Min.Warning.Pb" from "" to "10" (read from "Configuration file"). 2019-07-11 10:57:18.710 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "BMW.Rheingold.Clamp30.Voltage.Max.Warning.Lfp" from "" to "15.5" (read from "Configuration file"). 2019-07-11 10:57:18.710 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "BMW.Rheingold.Clamp30.Voltage.Max.Warning.Pb" from "" to "15.5" (read from "Configuration file"). 2019-07-11 10:57:18.710 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "BMW.Rheingold.Clamp30.Voltage.Max.Error.Lfp" from "" to "15.55" (read from "Configuration file"). 2019-07-11 10:57:18.710 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "BMW.Rheingold.Clamp30.Voltage.Max.Error.Pb" from "" to "15.55" (read from "Configuration file"). 2019-07-11 10:57:18.714 ERROR [T] ISTA: [1] ServiceLocator.GetService<T>() - No service registered for type "BMW.Rheingold.ISTAGUI.Navigation.INavigationServiceGui". Using default instead.
  5. Kolejny kabel diagnostyczny poszedł mi się kochać po jakimś czasie, a że potrzebowałem na szybko nowego to wziąłem ze sklepu elektronicznego coś takiego, bo nie chciało mi się czekać tydzień na przesyłkę: I nie działa... Teraz moje pytanie czy to w ogóle ma prawo działać na E90? Bo nie wiem czy warto marnować cały dzień na kombinowanie co jest nie tak.
  6. Cześć, Mam następujący problem. Korzystałem z INPY oraz ISTY w moim E90 od dłuższego czasu bez żadnych problemów. Jeszcze dzisiaj rano wszystko śmigało, ale wieczorem już nie... W IŚCIE pojawia pojawia się błąd "The vehicle could not be identified" natomiast INPA sypie "IFH-0009 No Response From Control Unit". INPA wykrywa zapłon i baterię. Jakieś pomysły gdzie mógłbym szukać problemu? Z góry dzięki.
  7. Zawsze sprawdzam na włączonym zapłonie, więc to niestety nie to.
  8. Generalnie odkąd je mam te auto nigdy nie było demonem na niskich obrotach, ale wystarczało jeździć na trochę wyższych i nie było to aż tak bardzo dokuczliwe, ale aktualnie jest zauważalnie gorzej i przy wyprzedzaniu muszę uważać, żeby przypadkiem przy wbiciu większego biegu obroty nie spadły poniżej tych 2,5 tysięcy, bo może być nieciekawie. Z turbiną nic osobiście nie robiłem, ale nie zagwarantuję, że poprzedni właściciel tam nie grzebał. Eh, już naprawdę nie wiem co mam z tym zrobić. Oddał bym do mechanika i zapłacił, ale moje dotychczasowe doświadczenia z "magikami" wyglądały na zasadzie wymieniamy na pałę kolejne podzespoły, które potencjalnie mogą powodować problem, a nuż uda się trafić... A najlepsi już są "diagności" wołający 50 zł za odczytanie błędów.
  9. Jak w temacie. Gdy podpinam się ISTĄ wywala mi, że sterownik od DSC nie odpowiada co jest dodatkowo sygnalizowane błędem S 0085: No cummunication possible with: Dynamic Stability Control. Nie mam żadnych błędów z ikonką DSC na desce rozdzielczej i wygląda na to, że system kompletnie nie działa, bo gdy zamielę kołami to nic się nie dzieje. Sprawdziłem bezpieczniki i wszystkie wyglądają na sprawne. Ktoś wie gdzie ten sterownik w ogóle jest fizycznie w aucie?
  10. Korekcje po dłuższej trasie na wolnych obrotach wyglądały tak: http://i.imgur.com/MvtxOS4.png Przy czym przed samą wymianą zauważyłem, że ktoś tutaj już chyba coś wcześniej majstrował, bo nie zgadzały się kodowania w kontrolerze: - kod wtryskiwacza na cylindrze 1 był w sterowniku na cylindrze 3 - kod wtryskiwacza na cylindrze 2 był w sterowniku na cylindrze 1 - kod wtryskiwacza na cylindrze 3 był w sterowniku na cylindrze 2 - kod wtryskiwacza na cylindrze 4 był w sterowniku na cylindrze 4 Poprawiłem kodowania, dałem pochodzić silnikowi parę minut na wolnych obrotach i korekcje wyglądały następująco: - cylinder 1: -2,78 - cylinder 2: 1,80 - cylinder 3: -1,21 - cylinder 4: 2,22 Zdecydowałem się na wymianę numeru 1, wklepałem nowe kodowanie, przejechałem się kilka kilometrów i aktualnie wygląda to tak: http://i.imgur.com/kXzu83m.png Także chyba jest lepiej, ale numer 3 raczej też do wywalenia, a kupiłem tylko jeden wtryskiwacz. :S Dodatkowo wymieniłem też uszczelki w kolektorze ssącym, wywaliłem z niego klapki i zaślepiłem po nich otwory. Wyczyściłem też ten czujnik ciśnienia. Zarówno otwór jak i sam czujnik były ostro zasyfione. Czujnik pomoczyłem parę razy w benzynie ekstrakcyjnej i go przedmuchałem, bo gdzieś kiedyś gdzieś czytałem, żeby nic w tej dziurce od niego nie grzebać, bo można go uszkodzić. Generalnie po wszystkich tych zabiegach auta początkowo nie dawało się odpalić, ale za którymś razem wystartował i teraz już odpala bez problemu, a moja lista błędów wzbogaciła się o nowy wpis: DDE: Swirl flaps, activation (kod 004152). Jeśli chodzi o problemy z mocą to nie zauważyłem żadnych zmian. Poniżej filmik z nowego testu na 4 biegu: Jakieś pomysły gdzie teraz powinienem zacząć grzebać?
  11. Jeśli chodzi o wtryskiwacze to w przyszłym miesiącu planuję 2 z nich wymienić. Nie pamiętam w tym momencie dokładnych wartości, ale na postoju rysowało się to mniej więcej w następujący sposób: - cylinder 1: -3.0 - cylinder 2: 0.0 - cylinder 3: 0.5 - cylinder 4: 2.0 Przy czym na pierwszym i czwartym cylindrze widać wyraźne skoki w dodatnią stronę podczas przyspieszania, do tego stopnia, że na czwartym cylindrze czasami wyskakuje poza dodatnią normę. Czujnik przeczyszczę jak będę się dobierał do wtryskiwaczy i dam znać czy pomogło, bo i tak teraz nie mam na to czasu, bo jutro wyjeżdżam do Austrii za chlebem. :) Powiedz mi tylko czy chodzi o numer 16 na poniższym schemacie, żebym nie wziął się za wykręcanie czegoś innego: http://www.realoem.com/bmw/pl/showparts?id=VC31-EUR-04-2006-E90-BMW-320d&diagId=11_3327 W każdym razie dzięki za pomoc.
  12. 4 bieg, gaz w podłodze od około 1,5 do 4 tys. obrotów: Tutaj już takiego kopa jak na niższych biegach nie czuć i wszystko dzieje się bardziej płynnie.
  13. Poniżej info z ISTY: Czyli w skrócie - w wyniku starzenia i zabrudzania się przepływki zmienia się jej krzywa charakterystyczna co skutkuje błędnymi wskazaniami czujnika, ale sterownik na podstawie "pewnych" danych potrafi sobie wyliczyć teoretyczny przepływ powietrza i porównując go z aktualnie mierzonym przez przepływkę wprowadza wartości kompensujące, aby wyeliminować te błędne wskazania. No i dziwi mnie, że w aucie mającym już swoje lata te wartości kompensujące wynoszą u mnie okrągłe 0 (zarówno bez jak i z obciążeniem). A wydaje mi się, że błędne wskazania z przepływki mogą mieć coś wspólnego z brakiem mocy. Zresztą w tym info z ISTY też jest o tym wspomniane, że może to potencjalnie dawać własnie takie objawy. Mogę zapytać dlaczego akurat czujnik ciśnienia doładowania? Nie ukrywam, że jeśli chodzi o mechanikę czy diagnostykę jestem kompletnym amatorem, ale staram się zrozumieć jak to wszystko działa i współpracuje, żeby wyciągać wnioski na przyszłość. Czujnik ten w dolnym zakresie obrotów pokazuje, że ciśnienie doładowania jest niższe od oczekiwanego i auto zamula, powyżej 2,5 tys. obrotów ciśnienia oczekiwane i aktualne zaczynają się pokrywać i auto jedzie jak powinno. Także jak na mój chłopski rozum akurat w wypadku tego sensora wszystko powinno być jak należy. Przyczyn problemu osobiście szukałbym w odpowiedzi na pytanie - co może powodować, że turbina nie wytwarza wymaganego ciśnienia doładowania w dolnym zakresie obrotów.
  14. Jak w temacie. Posiadam BMW E90 320d 163KM z 2006 i mam problem z mocą w dolnym zakresie obrotów. Do 2,5 tys. obrotów auto wyraźnie zamula, potem czuć, że dostaje kopa z turbiny i dalej już jedzie normalnie. Porównałem w INPIE oczekiwane i aktualne ciśnienie doładowania i w dolnym zakresie obrotów widać pomiędzy nimi wyraźną różnicę. Diagnostyka nie wykazała żadnych błędów, które mogły by to powodować. Przetestowałem DPF-a i wartości są dalekie od przekroczenia norm, EGR był czyszczony, więc raczej nie tutaj problem pogrzebany. Z dziwnych rzeczy to zauważyłem, że adaptacje dla przepływki mają wartości 0, ale nie wiem czy to w jakiś sposób może być powiązane z problemem. Ma ktoś jakieś pomysły co mogłoby powodować takie zachowanie auta? ;>
×
×
  • Dodaj nową pozycję...

Powiadomienie o plikach cookie

Umieściliśmy na Twoim urządzeniu pliki cookie, aby pomóc Ci usprawnić przeglądanie strony. Możesz dostosować ustawienia plików cookie, w przeciwnym wypadku zakładamy, że wyrażasz na to zgodę.