用过,但不是用dummy的方法。

来源: 2019-01-30 11:37:14 [旧帖] [给我悄悄话] 本文已被阅读:

你可以直接读出FSW_PSW.trc 文件然后做你想要的修改,转存为FSW_PSW.MAN文件。然后在NCSExpert里点击“执行”即可。以下是详细步骤供参考。

Coding using NCS Expert

  1. Open NCS expert
  2. Click “File” and select “load file”, choose “expert”
  3. Click F1, read the VIN of the vehicle
  4. Click F3 to display chassis number window and choose the one for your vehicle (e.g., Exx, etc.)
  5. Then select the “ECU” (CAS or FRM) you want to code, then “OK”
  6. Click F6 “back” to the main screen
  7. Click F4 (process ECU) and then select the secondary ECU (under CAS) for coding

After this step, you have two choices.

  1. Click F4 again (read ECU, the one you selected in step 7), or
  2. Click F2 to change job to “codierdaten-lesen” (read ECU) and F3 “execute job”.

They both generate the same FSW_PSW.TRC file. Now you can continue from step 7 above

  1. Go to C:\NCS Expert_64\WORK\ to find FSW_PSW.TRC file and open it in notepad. All the coding modules will show up that can be activated or deactivated
  2. When completing the changes desired, save as FSW_PSW.MAN, then go back to NCS Expert main screen, click F2 “change job”, choose “SG_codieren” (coding)
  3. Click F3 “execute job”
  4. Done