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 ...
随机推荐
- jenkins+maven+gitlab触发构建
1.安装插件 安装gitlab插件 回到项目配置在“构建触发器”那里有一个Build when a change is pushed to GitLab. GitLab webhook选项复制选项里的 ...
- 003-读书笔记-企业IT架构转型之道-阿里巴巴中台战略思想与架构实战-分布式服务框架的选择
3.1.淘宝平台“服务化”历程 大约2007年,淘宝500人团队,维护一个war包,200多个功能模块. 1)项目团队协同成本高,业务响应越来越慢 2)应用复杂度超出人的认知负载. 3)错误难于隔离[ ...
- 【EatBook】-NO.1.EatBook.1.JavaData.1.001-《JSON 必知必会-Introduction to JavaScript Object Notation》-
1.0.0 Summary Tittle:[EatBook]-NO.1.EatBook.1.JavaData.1.001-<JSON 必知必会-Introduction to JavaScrip ...
- [LeetCode] 408. Valid Word Abbreviation_Easy
Given a non-empty string s and an abbreviation abbr, return whether the string matches with the give ...
- bootstrap评分插件 Bootstrap Star Rating Examples
http://www.jq22.com/demo/bootstrap-star-rating-master201708041812/
- jupyter 快捷键
Jupyter Notebook 的快捷键 Jupyter Notebook 有两种键盘输入模式.编辑模式,允许你往单元中键入代码或文本:这时的单元框线是绿色的.命令模式,键盘输入运行程序命令:这时的 ...
- leetcode 343 整数拆分
1.这个题拿到之后没有什么思路,此时就应该考虑暴力法.然而每次不知道要拆成几份,没办法用循环,所以想到用递归. 如图所示进行递归,显然有很多重复的计算,所以用自底向上的动态规划. 2.还有一个问题就是 ...
- 无法序列化会话状态。在“StateServer”或“SQLServer”模式下,ASP.NET 将序列化会话状态对象,因此不允许使用无法序列化的对象或 MarshalByRef 对象。如果自定义会话状态存储在“Custom”模式下执行了类似的序列化,则适用同样的限制。
将项目部署到服务器后发现有如下问题,查了网上好多说是需要被序列化的类没有写上[Serializable]标志,所以把全部需要序列化的列都写上了标志发现还是不是,最后查到了发现网上说的并不太准确,而是需 ...
- centos7.x docker安装及配置,持续更新
1. 安装docker-ce [root],ce为docker社区版,免费,ee版为企业版,收费 列出所有已安装docker # rpm -qa | grep docker 删除已安装docker # ...
- iOS UI进阶-6.0 手势
给每个页面添加手势,只需要统一设置不是根控制器的页面,都增加手势.需要自定义导航控制器 1.继承代理 @interface BSNavigationController ()<UIGesture ...