How to use Heavy Duty Diagnostic CAR FANS C800 Diagnostic Scan Tool to do diagnosis operation

Here is the post of introducing how to use CAR FANS C800 Diagnostic Scan Tool to do diagnosis operation. The procedure is shown as below:

1. Enter the diagnostic system

You can select the corresponding vehicle type by selecting the display area on the left side of the main interface, and then select the brand, system and system function in the right model selection area to enter the diagnosis operation.
For example: After entering the main interface of the car diagnosis, you
can: click on the “truck series” -> “SANY” -> “Yuchai engine”,
and then select the diagnostic function you want to test diagnostic
tests.

2. Start Diagnostic

After entering the system, the functions that can be implemented
include: Identification/Read Fault code/Erase Fault code/Actual
Values/Actuators
Advance Functions:Adjustment/Settings, Function Test, Special function, calibration etc.
Specific functions will be different according to different models of
the brand and the system, take Bosch engine in Foton engine system as an
example:

3. Identification

Identification is the vehicle and system information in ECU. When the
vehicle control unit need to be replaced, it is necessary to read the
original control unit information and record it as a reference for
purchasing a new control unit. When the new control unit is encoded, the
original control unit information is required.

4. Read Fault code

Read the fault code function can read ECU fault code to help maintenance personnel quickly found the cause of vehicle failure.

5. Erase Fault code

Clear the fault code stored in the ECU.

Note: General models, please follow the regular order, first read the
fault code, and record (or print) and then clear the fault code, test,
read the fault code again to verify, repair the vehicle, clear the fault
code, test again to confirm the fault code The current hard fault code
can not be cleared, if the oxygen sensor, knock sensor, mixed gas
correction, cylinder fire and the like type of technical code can be
removed immediately, but in a certain period will appear. Must be
completely troubleshooting after the fault code will not appear again.

6. Actual Values

You can determine whether the various parts of the vehicle are faulty through actual values.
Method of operation:
1. After entering the diagnostic function, click “Actual values”, pop-up dialog box.
2. Click the “Select All” check box to select all actual values; you can
also click the check box before each actual value to select the data
stream you want to read.
3. Click the “Read actual values” button. The interface displays the name, result, and unit of the data stream.

7. Actuators

In order to test the electronic control system in the implementation of components can work properly.
Method of operation:
1. After entering the diagnostic function, select “Actuators”, the interface will display all the action can be tested.
2. Click on an item to enter the action test interface. The actuators include three states: open, close, and exit.
3. Click “Open”, the status of the action test is turned on.
4. Click “Close”, the status of the action test is off.
5. Click “Exit” to exit this action test.

8. Advanced Function

Advance Functions: Adjustment/Settings、Function Test、Special function, calibration.
For example: diesel fuel injector code, idle speed adjustment, broken cylinder test, calibration and so on.

See more click:http://www.autonumen.com/

How to use CAR FANS C800 Diagnostic Scan Tool to do diagnosis operation的更多相关文章

  1. Why do you need a new Launch X431 scan tool?

    1- 2017 Launch x431 v supports “Special Functions” The 2017 version of Launch x431 v diagnostic tool ...

  2. Chrysler -- CCD (Chrysler Collision Detection) Data Bus

    http://articles.mopar1973man.com/general-cummins/34-engine-system/81-ccd-data-bus CCD (Chrysler Coll ...

  3. The 10 Best Choices On The Market Review 2018

    Looking to buy a scan tool or considering one of Autel Scanner impressive product line?. The company ...

  4. Autel MaxiSys MS908CV Diagnostic System for Commercial Vehicles

    As a new member of Autel’s MaxiSys family, the MaxiSys CV is built on the powerful MaxiSys 908 platf ...

  5. RAC的QA

    RAC: Frequently Asked Questions [ID 220970.1]   修改时间 13-JAN-2011     类型 FAQ     状态 PUBLISHED   Appli ...

  6. SAE/ISO standards for Automotive

    On-Board Diagnostics J1962 Diagnostic Connector Equivalent to ISO/DIS 15031-3: December 14, 2001J201 ...

  7. Vehicle Network Protocols -- ISO/KWP CAN CCD PCI SCI / SCP / Class 2

    Vehicle Network Protocols There are 5 protocols in the OBD2 system and a car will normally only use ...

  8. On-board diagnostics -- Standards documents

    http://en.wikipedia.org/wiki/On-board_diagnostics#Standards_documents SAE standards documents on OBD ...

  9. On-board diagnostics connector SAE J1962

    http://en.wikipedia.org/wiki/On-board_diagnostics#Standard_interfaces OBD-II diagnostic connector Th ...

随机推荐

  1. 20190223 Hadoop生态圈,关于大数据

    周六参加了一场,大数据基础培训,讲得比较详细.培训的讲师对于互联网行业职位萎缩也有相对的解释,也还介绍了新的职位的诞生. 以前对于大数据的理解,就是超大的数据量,但对大数据开发不甚了解. 大数据平台的 ...

  2. 火币网API文档——REST 行情、交易API简介

    REST API 简介 火币为用户提供了一套全新的API,可以帮用户快速接入火币PRO站及HADAX站的交易系统,实现程序化交易. 访问地址 适用站点 适用功能 适用交易对 https://api.h ...

  3. (转)MySQL排序原理与案例分析

    前言      排序是数据库中的一个基本功能,MySQL也不例外.用户通过Order by语句即能达到将指定的结果集排序的目的,其实不仅仅是Order by语句,Group by语句,Distinct ...

  4. Java通过POI读取Excel

    package com.hd.all.test.testjava; import java.io.File; import java.io.FileInputStream; import java.i ...

  5. centos下如何清除重复的$PATH变量值

    运行: vim /etc/profile 添加如下代码: awk -F: '{    sep = ""    for (i = 1; i <= NF; ++i)        ...

  6. Dart server side call dll

    今天,查看文档时发现Dart运行在服务端下可以调用本地实现(C/C++ dll). 我想应该有大用处 拿出来分享! 一 先做Dart库 //sse.dart library sample_synchr ...

  7. 7.C# 多态的实现

    C# 多态的实现 封装.继承.多态,面向对象的三大特性,前两项理解相对容易,但要理解多态,特别是深入的了解,对于初学者而言可能就会有一定困难了.我一直认为学习OO的最好方法就是结合实践,封装.继承在实 ...

  8. python os.path模块常用方法详解

    os.path模块主要用于文件的属性获取,在编程中经常用到,以下是该模块的几种常用方法.更多的方法可以去查看官方文档:http://docs.python.org/library/os.path.ht ...

  9. ssh生成私钥

    指定证书类型为rsa ssh-keygen.exe  -t rsa https://www.cnblogs.com/pixy/p/4722381.html

  10. cocos2dx 3.x(for 循环让精灵从中间往上下两边排列)

    最近很多游戏都喜欢房卡类的游戏,就是创建房间时(),选择玩法与规则,今天耗费2小时处理这个数学问题:例如选择规则两条,则背景框中间显示两条规则,若选择三条,则背景框中间显示三条规则与玩法,依次从中间往 ...