COVESA / dlt-viewer

Diagnostic Log and Trace viewing program
Other
437 stars 243 forks source link

Because although I input the capital letters of "NAVC", it will be changed to small letters "navc", so I can't change CCP via DLT tool successfully. #361

Closed songsong88 closed 1 year ago

songsong88 commented 1 year ago

Error Description: when I try to change the CCP via DLT tool, when I input the capital letters of "NAVC", it will change to small letters "navc", so I can't change CCP via DLT tool successfully. However, in daily testing ,we always need to use the tool to change CCP. So please help to fix this issue ,thanks!

songsong88 commented 1 year ago

Let me add more information ,when we try to change CCP via DLT Tool, we need select "send injection" at first ,then we need input "NAVC" to Application ID; input "BLPS" to Context ID; input ""8002 to Service ID; at the end , need input the corresponding longitude and dimensions into the "data"(delete the",")

As from the details ,you can check the below content ,thanks!

• When we try to change the CCP of the car, we follow the steps below:

1.open "dlt viewer shortcut"software
2.connect current HU-->Set current HU IP
3.after the connect established, tap “config” then you need right click on the line “ECU Online” and select: **send injection**

image

4.next you will go to the following page:

image

  1. Paste the correct longitude and dimensions into the "data"(delete the",") 6.Click ok, then the CCP should be changed accordingly.
alexmucde commented 1 year ago

As a quick fix, you have to remove "navc" from the c:\users\xxxx.dlt\config\config.ini, when DLT Viewer is not running, then Restart.

As a long term issue this must be fixed.

alexmucde commented 1 year ago

The completer in the ComboBox in Qt is not working well. Even Noncasesensitive will not work. Disabled Completer in linked PR.