Skocz do zawartości
radekrp90

Dokumentacja zawarta w plikach VAS-PC

Rekomendowane odpowiedzi

Nie wiedziałem w sumie gdzie to pytanie wrzucić, więc trafia tutaj.

Swego czasu robiłem rozpoznanie dotyczące szukania "nie znanych" loginów i kodów Security Access w plikach VAS-PC.

Trochę się doedukowałem i nareszcie coś tam załapałem ale teraz mam pytanie do osób, które może coś tam próbowały ogarniać:

Z tego co rozumiem plik TST jest skryptem rozumianym przez VAS-PC jako opis wykonywanych działań przez użytkownika. Plik TTX jest plikiem opisującym poszczególne komentarze, np.:

Plik: J759_35_44_____1_1107_11_LDW_kalibrieren.tst

\7\TESTSTEP Step_9 TITEL &TXLABEL28
\1\DOKU EINSTELLANLEITUNG DOKU_NAME 'A44-10130' DOKU_REF 'Kalibrierung' F1
\2\EINGABE &TXEIN29 int_hoehe_vl
\3\EINGABE &TXEIN30 int_hoehe_vr
\4\EINGABE &TXEIN31 int_hoehe_hl
\5\EINGABE &TXEIN32 int_hoehe_hr
\6\_CALC_ int_hoehe_vl = int_hoehe_vl * 4
\7\_CALC_ int_hoehe_vr = int_hoehe_vr * 4
\8\_CALC_ int_hoehe_hl = int_hoehe_hl * 4
\9\_CALC_ int_hoehe_hr = int_hoehe_hr * 4[
TXLABEL28:
"Measurement"
TXEIN29:
"\T- Measure the body height on the left front wheel house edge and enter the value in mm.\L\S\K\A

Example \L\S\K\N
measured: 23.94 in
Entry on vehicle diagnostics tester: 608

@au_Hinweis2\L\S\K\N  \L\S\K\I
How is it done?
- To do this, read the adjusting instruction document. "
TXEIN30:
"\T- Measure the body height on the right front wheel house edge and enter the value in mm.\L\S\K\A

Example \L\S\K\N
measured: 23.94 in
Entry on vehicle diagnostics tester: 608

@au_Hinweis2\L\S\K\N  \L\S\K\I
How is it done?
- To do this, read the adjusting instruction document.          "
TXEIN31:
"\T- Measure the body height on the left rear wheel house edge and enter the value in mm.\L\S\K\A

Example \L\S\K\N
measured: 23.94 in
Entry on vehicle diagnostics tester: 608

@au_Hinweis2\L\S\K\N  \L\S\K\I
How is it done?
- To do this, read the adjusting instruction document. "
TXEIN32:
"\T- Measure the body height on the right rear wheel house edge and enter the value in mm.\L\S\K\A

Example \L\S\K\N
measured: 23.94 in
Entry on vehicle diagnostics tester: 608

@au_Hinweis2\L\S\K\N  \L\S\K\I
How is it done?
- To do this, read the adjusting instruction document. "[/quote]

Jak widać, np.: TXEIN29 to treść mówiąca o konieczności podania wysokości (w tym wypadku odległość krawędzi nadkola od podłoża). Dalej mamy obliczenia. Podstawiając sobie teksty mamy coś takiego:

\7\TESTSTEP Step_9 TITEL &"Measurement"
\1\DOKU EINSTELLANLEITUNG DOKU_NAME 'A44-10130' DOKU_REF 'Kalibrierung' F1
\2\EINGABE &"\T- Measure the body height on the left front wheel house edge and enter the value in mm.\L\S\K\A

Example \L\S\K\N
measured: 23.94 in
Entry on vehicle diagnostics tester: 608

@au_Hinweis2\L\S\K\N  \L\S\K\I
How is it done?
- To do this, read the adjusting instruction document. " int_hoehe_vl
\3\EINGABE &"\T- Measure the body height on the right front wheel house edge and enter the value in mm.\L\S\K\A

Example \L\S\K\N
measured: 23.94 in
Entry on vehicle diagnostics tester: 608

@au_Hinweis2\L\S\K\N  \L\S\K\I
How is it done?
- To do this, read the adjusting instruction document.          " int_hoehe_vr
\4\EINGABE &"\T- Measure the body height on the left rear wheel house edge and enter the value in mm.\L\S\K\A

Example \L\S\K\N
measured: 23.94 in
Entry on vehicle diagnostics tester: 608

@au_Hinweis2\L\S\K\N  \L\S\K\I
How is it done?
- To do this, read the adjusting instruction document. " int_hoehe_hl
\5\EINGABE &"\T- Measure the body height on the right rear wheel house edge and enter the value in mm.\L\S\K\A

Example \L\S\K\N
measured: 23.94 in
Entry on vehicle diagnostics tester: 608@au_Hinweis2\L\S\K\N  \L\S\K\I
How is it done?
- To do this, read the adjusting instruction document. " int_hoehe_hr
\6\_CALC_ int_hoehe_vl = int_hoehe_vl * 4
\7\_CALC_ int_hoehe_vr = int_hoehe_vr * 4
\8\_CALC_ int_hoehe_hl = int_hoehe_hl * 4
\9\_CALC_ int_hoehe_hr = int_hoehe_hr * 4


Co w efekcie po wycięciu "zbędnych" dla oczu fragmentów:

Cytat

Krok  9 - Tytuł: "Measurement"
--Dokument opisujący: 'A44-10130', referencja: 'Kalibrierung'

"\T- Measure the body height on the left front wheel house edge and enter the value in mm.
Example
measured: 23.94 in
Entry on vehicle diagnostics tester: 608

How is it done?
- To do this, read the adjusting instruction document. "
---- pole wartości: int_hoehe_vl

"\T- Measure the body height on the right front wheel house edge and enter the value in mm.\L\S\K\A
Example
measured: 23.94 in
Entry on vehicle diagnostics tester: 608

How is it done?
- To do this, read the adjusting instruction document."
---- pole wartości: int_hoehe_vr

"\T- Measure the body height on the left rear wheel house edge and enter the value in mm.\L\S\K\A
Example
measured: 23.94 in
Entry on vehicle diagnostics tester: 608

How is it done?
- To do this, read the adjusting instruction document. "
---- pole wartości: int_hoehe_hl

"\T- Measure the body height on the right rear wheel house edge and enter the value in mm.\L\S\K\A
Example
measured: 23.94 in
Entry on vehicle diagnostics tester: 608

How is it done?
- To do this, read the adjusting instruction document. "
---- pole wartości: int_hoehe_hr

Oblicz: int_hoehe_vl = int_hoehe_vl * 4
Oblicz:  int_hoehe_vr = int_hoehe_vr * 4
Oblicz:  int_hoehe_hl = int_hoehe_hl * 4
Oblicz:  int_hoehe_hr = int_hoehe_hr * 4

Dalej w pliku jest opis o wpisaniu obliczonych wartości w kanały adaptacji: 28,29,30,31

Kolejne kroki opisuje skrypt (uprościłem dla czytelności):

Login PAR ( 1111 )
WAIT 1000 ms
TESTSTEP Step_15 TITEL &"Calibration - measurement"
MELDUNG &"\TCalibration of the camera is running." NOQUIT_WAIT 1 s
ECUKOM str_variante Grundeinstellung2 PAR ( 1 START )

Jeśli dobrze rozumiem - wpisujemy login 01111 i wchodzimy w Basic Settings, kanał 2-gi (?).

Później są kolejne kroki, których do końca nie rozumiem - odczyt, kalkulacja i sprawdzanie ale nie doszedłem jeszcze do tego do czego one się odnoszą.

Pytanie teraz do Was - czy te kroki wystarczą do wykonania nastaw przy pomocy VCDS/VCP czy mimo wszystko VAS-PC wykonuje tutaj jakieś dodatkowe obliczenia/działania, których inne interfejsy nie wykonają i samo wpisanie loginu i wejście w kanał (zakładając, że kamera widzi planszę) nie wystarczy? Da się to jakoś przetłumaczyć na treść zrozumiałą dla VCDS? Plik label uzupełnić o podpowiedź loginu czy nawet dopisanie opisu kanałów, kodowań, OutputTestu to niby nie problem ale o Basic Settings w sumie nic nie wiem.

 

Udostępnij tę odpowiedź


Odnośnik do odpowiedzi
Udostępnij na innych stronach

Dołącz do dyskusji

Możesz dodać zawartość już teraz a zarejestrować się później. Jeśli posiadasz już konto, zaloguj się aby dodać zawartość za jego pomocą.

Gość
Dodaj odpowiedź do tematu...

×   Wklejono zawartość z formatowaniem.   Przywróć formatowanie

  Dozwolonych jest tylko 75 emoji.

×   Odnośnik został automatycznie osadzony.   Przywróć wyświetlanie jako odnośnik

×   Przywrócono poprzednią zawartość.   Wyczyść edytor

×   Nie możesz bezpośrednio wkleić grafiki. Dodaj lub załącz grafiki z adresu URL.


×
×
  • Dodaj nową pozycję...

Powiadomienie o plikach cookie

Korzystając ze strony akceptujesz nasz Warunki użytkowania oraz Polityka prywatności