How to use CAR FANS C800 Diagnostic Scan Tool to do diagnosis operation
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的更多相关文章
- 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 ...
- Chrysler -- CCD (Chrysler Collision Detection) Data Bus
http://articles.mopar1973man.com/general-cummins/34-engine-system/81-ccd-data-bus CCD (Chrysler Coll ...
- 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 ...
- 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 ...
- RAC的QA
RAC: Frequently Asked Questions [ID 220970.1] 修改时间 13-JAN-2011 类型 FAQ 状态 PUBLISHED Appli ...
- SAE/ISO standards for Automotive
On-Board Diagnostics J1962 Diagnostic Connector Equivalent to ISO/DIS 15031-3: December 14, 2001J201 ...
- 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 ...
- On-board diagnostics -- Standards documents
http://en.wikipedia.org/wiki/On-board_diagnostics#Standards_documents SAE standards documents on OBD ...
- On-board diagnostics connector SAE J1962
http://en.wikipedia.org/wiki/On-board_diagnostics#Standard_interfaces OBD-II diagnostic connector Th ...
随机推荐
- OC动画CABasicAnimation
//1.创建动画 CABasicAnimation *anima=[CABasicAnimation animationWithKeyPath:@"bounds"]; //1.1设 ...
- vue.js-moment的使用
1.安装: npm install moment --save 2.引入:import moment from 'moment.js' 3.moment("时间").format( ...
- [js]promise学习2
let fs = require("fs"), path = require('path'); 普通读取文件方法 /* fs.readFile(path.resolve('./da ...
- SpringBoot 项目健康检查与监控(转)
前言 You build it,You run it, 当我们编写的项目上线后,为了能第一时间知晓该项目是否出现问题,常常对项目进行健康检查及一些指标进行监控.Spring Boot-Actuator ...
- 【Linux】-NO.7.Linux.3.Maven.1.001-【CentOS 7 Install Maven 3.5】-
1.0.0 Summary Tittle:[Linux]-NO.7.Linux.3.Maven.1.001-[CentOS 7 Install Maven 3.5]- Style:Linux Seri ...
- SaltStack 安装配置 centos7
参考文档 http://docs.saltstack.cn/contents.html 快速安装 初始配置 控制端master配置 # vim /etc/salt/master interface: ...
- ida脚本函数
#打印光标所在位置函数中地址和汇编代码 startaddr=GetFunctionAttr(ea, FUNCATTR_START) items = idautils.FuncItems(startad ...
- python我的tkinter学习,玩玩
1.开始 #!/usr/bin/env python #coding:utf-8 import Tkinter ############################################ ...
- cocos JS 定时器
cocos2d-js的定时器的创建跟使用: 情况一: var TestLayer = cc.Layer.extend({ sprite:null, ctor:function () { this.sc ...
- cocos2dx 3.x(打开网页webView)
#include "ui/CocosGUI.h" using namespace cocos2d::experimental::ui; WebView *webView = Web ...