As a excellent obd2 solutions,Heavy Duty Diagnostic CAT Caterpillar ET Diagnostic Adapter features a potent function.it not just can Show “Logged Occasion Codes” to show engine more than speeds,Higher temperatures, fuel consumption but also can view ECM’s existing configuration and adjust user settings,perform diagnostic tests and calibrations, and calibrate.Electro-mechanical and electro-hydraulic elements .

Is the Cat Comm III compatable using the computer software Heavy Duty Diagnostic CAT Caterpillar ET 2011B Is this an actual caterpillar portion or even a knock off? Thanks.Yes, this is really the genuine CAT adapter, It’s also the ONLY advisable adapter for CAT ET, but obviously other ones will perform. It will function fine for the version you may have, and 2011C is actually the newest version.

What exactly is the distinction between a cat comm II & Cat Comm III. Is one just a usb connection and one serial? Also, will this unit perform with my Cat 3126B marine units? Seriel no. 3GS01797 Thanks. CAT Comm II was a serial port model, but since computers are no longer made with serial ports, they changed the design to a USB and called it a CAT Comm III. So you are correct. This unit works with all CAT engines – Marine, on-highway, and off-highway. On Marine units, I’m not sure where they put the plug, but it should be somewhere near the ECM (Typically). It should be either a 6 pin or 9 pin connector.

Does this operate with CAT 3500 natural gas engines and 3600 natural gas engines? Thanks.If those Professional Diagnostic Tools use CAT Electronic Technician (CAT ET) for the application, it’s going to perform. Can the cat communicate 3 also be used to read detroit and cummins engines if I have the correct software? Yes, it reads both J1708 and J1939 so it can read both of those. Keep in mind that this adapter only comes with the J1939 adapter end, so I would recommend purchasing the J1708 adapter end from me as well if you plan on connecting to some older stuff.

More similar items can be found on www.autonumen.com and any problem please feel free contact us.

CAT Caterpillar ET is really a exceptional obd2 solution的更多相关文章

  1. CAT Caterpillar ET Diagnostic Adapter has a powerful function

    As a excellent Professional Diagnostic Tools products, CAT Caterpillar ET Diagnostic Adapter has a p ...

  2. WIFI CAT ET III Adapter Caterpillar ET3 New Arrival

    The old bluetooth cat et adatper iii has stopped production, and you can get the new WIFI CAT Caterp ...

  3. python入门基础代码

    #查找index函数的帮助 help(str.index) #for循环和break语句from math import sqrtfor i in range(2,101): flag=1 k=int ...

  4. (转)Extracting knowledge from knowledge graphs using Facebook Pytorch BigGraph.

    Extracting knowledge from knowledge graphs using Facebook Pytorch BigGraph 2019-04-27 09:33:58 This ...

  5. python数据类型之字典(一)

    >>> dInfo = dict(Wangdachui=3000,Niuyun=2000,Linling=4500,Tianqi=8000) >>> dInfo { ...

  6. Python初学总结

    下边的总结都是在python3上 一.基础 1.输出与输入: 输出:print(变量/字符串) 输入:input() 返回的是字符串 price=input() print(price) 2.pyth ...

  7. mjpg-streamer on raspberrypi

    http://sourceforge.net/projects/mjpg-streamer/ svn address svn checkout svn://svn.code.sf.net/p/mjpg ...

  8. LeetCode之“动态规划”:Word Break && Word Break II

     1. Word Break 题目链接 题目要求: Given a string s and a dictionary of words dict, determine if s can be seg ...

  9. 《CS:APP》 chapter 8 Exceptional Control Flow 注意事项

    Exceptional Control Flow The program counter assumes a sequence of values                            ...

随机推荐

  1. 尾递归与Continuation(转载)

    递归与尾递归 关于递归操作,相信大家都已经不陌生.简单地说,一个函数直接或间接地调用自身,是为直接或间接递归.例如,我们可以使用递归来计算一个单向链表的长度: public class Node { ...

  2. 微信公众号支付开发当前URL未注册解决办法

    微信公众号支付,则需要现在微信支付商户后台,预先添加支付网址才可以.否则会出现“当前URL未注册”字样的报错. 方法/步骤 1. 报错实例如下,手机端微信调起微信支付框时弹出 2. 首先需要登录微信支 ...

  3. phpstudy安装redis

    php安装扩展,首先要在php官网下载相应的库文件, http://pecl.php.net/package/redis 下载相应版本的文件,首先phpinfo()看看当前的php环境版本等等   我 ...

  4. Entity Framework学习初级篇2

    Entity Framework 学习初级篇2--ObjectContext.ObjectQuery.ObjectStateEntry.ObjectStateManager类的介绍 本节,简单的介绍E ...

  5. MFC 显示图片

    //定义成员变量 CStatic m_picture; m_picture.Create(L"XXX",WS_VISIBLE|WS_CHILD|SS_BITMAP ,CRect(, ...

  6. LINK : fatal error LNK1123: 转换到 COFF 期间失败: 文件无效或损坏。

    问题描述:VS2010   LINK : fatal error LNK1123: 转换到 COFF 期间失败: 文件无效或损坏. 解决办法: 修改嵌入清单选项为否,然后重新便于创建. 参考自:htt ...

  7. 监控Tomcat

    监控Tomcat 无论是使用Zabbix.还是jconsole等其他工具,当需要监控Tomcat时,需对Tomcat进行jmx配置.此处以Linux系统为例,配置Tomcat. 注意: 下文中出现的: ...

  8. install scala & spark env

    安装Scala 1,到http://www.scala-lang.org/download/ 下载与Spark版本对应的Scala.Spark1.2对应于Scala2.10的版本.这里下载scala- ...

  9. Oracle数据库备份实验笔记[不完整,内容乱]

    rman target / log=/orasoft/backup/${DATE}backup1.log <<EOFrun {allocate channel c1 device type ...

  10. caffe中的caffemodel参数提取方法

    需要的文件为:deploy.prototxt caffemodel net = caffe.Net(deploy.txt,caffe_model,caffe.TEST)具体代码: import caf ...