John Deere Service Advisor with Nexiq clone 90% Worked
FYI, John Deere Service Advisor 90% works with Nexiq China clone.
Topic 1: John deere SA possible with NEXIQ USB Link?
It is possible to install Professional Diagnostic Tools John Deere Service Advisor on your laptop, though the installation is really complicated. If you have a Lenovo Thinkpad laptop, the easiest way is to restore the main partition from the image of my computers’ c: drive. And every time i change my laptop, i just restore it.
Win7 installed and fully updated. It takes hours.
The image will not work on XP, but SA works fine. My suggestion, buy used Lenovo T400 or T500. it’s more or less 250 EURO in Europe. Install windows 7 and then can put my image. Takes 10 minutes and u have SA working.
Topic 2: How to get Nexiq china worked?
I spent a month doing research on this and i managed my Heavy Duty Truck
Scan Tool Nexiq to work 90%. The thing is that Nexiq has only 2
channels while EDL has 3. The 3rd one is Powertrain and it is used very
seldom. E.g. I reprogrammed all the controllers on 6690 premium except
two, but found a way around it opening the pld file with pld editor and
changing Powertrain channel to Vehicle (channel 1). Lots of machines
don’t even have a 3rd Powetrain channel. Like all 5R; 6115R, 6125R,
7280R….. From my experience only the older machines have it and still
can be programmed most of the time. Programming controllers is easy, but
diagnostics is a bit annoying. Every time you establish the connection u
have to remove the USB plug and plug it again for the readings to
appear. Connection establishment is taking a long long time and you
never see the ECU. Only all the other controllers. So all the time
something doesn’t work. If you are prepared for this here is what you
have to do:
a) Rewire the the cables as shown in the picture in my post here:
I switched places channel 1 with channel 2 (see the pic) with my Chinese
version and now it works fine, probably it was possible to do it
adjusting the software settings as mentioned above, but i tried a lot,
and nothing helped. Now i can connect, tried with 6125R and 5070M. Works
fine!!! Except one very important thingy. After i establish the
connection, all the reading give the same meaningless number. Then, I
discovered accidentally, I pull out the USB cable, get the message
“Connection interrupted” I put it back in, get the message “Connection
resumed” and wuolla, all the readings show up immediately.
b) You don’t have to change the firmware. Both will work pretty much the same but with different issues.
P.S. For diagnostics only, there is a subprogram of SA that works
without any cable rewiring, it doesn’t have a Program Controller option,
and you still need to reinsert the usb after connection has been
established. You just need to select the right port (which is usually
1939ImplementAutoboud or 1939AppAutoboud depending on the machine) and
model. If you have SA, you will find the software at c:\Program
Files\Service ADVISOR\xvds\XJDET.exe
Just to let you know, after a year working like that, i bought
another EDL (recommended by a folk in the forum, much much much more
than the old one)
So much relief
John Deere Service Advisor with Nexiq clone 90% Worked的更多相关文章
- John Deere Service Advisor EDL V2 Diagnostic Kit
Support Languages: English, French, German, Italian, Portuguese, Russian, Spanish. John Deere Servic ...
- How to install john deere service advisor 4.2.005 on win 10 64bit
How to install john deere service advisor 4.2.005 with the February 2016 data base disks on a machin ...
- KTAG K-TAG ECU Programming Tool
KTAG K-TAG ECU Programming Tool Master Version V2.1 +J-Link JLINK Without Token Limitation Highlight ...
- [Music] Billboard Hot 100 Singles Chart 27th Jun 2015
01 Wiz Khalifa - See You Again (Feat. Charlie P..> 30-Jul-2015 09:12 9247814 02 Taylor Swift - Ba ...
- Nepxion Discovery【探索】微服务企业级解决方案
Nepxion Discovery[探索]微服务企业级解决方案] Nepxion Discovery[探索]使用指南,基于Spring Cloud Greenwich版.Finchley版和Hoxto ...
- [C1] Andrew Ng - AI For Everyone
About this Course AI is not only for engineers. If you want your organization to become better at us ...
- Docker对于部署来说及其重要
目前的IT环境发生了很大的变化,有big server到vm server到docker,一步步的敏捷快速,更加合理的利用硬件资源,分离不同环境带来的问题,简化部署. 2016过年的这几天就自学了一下 ...
- Docker的镜像
镜像是容器的运行基础,容器是镜像运行后台的形态 镜像的概念 镜像是一个包含程序运行必要依赖环境和代码的只读文件,它采用分层的文件系统,将每一次改变以读写层的形式增加到原来的只读文件上 镜像的系统结构 ...
- myBatis之事务管理
1. myBatis单独使用时,使用SqlSession来处理事务: public class MyBatisTxTest { private static SqlSessionFactory sql ...
随机推荐
- CSS3_天猫商品墙
天猫商品墙 网格状布局: 1. ul li 布局 2. float: left; 使得元素在一行.注意: 父元素解决高度塌陷 3. ul 设置固定宽,使得元素挤下去 4. 给父元素加一个 pa ...
- 黑盒测试实践——day03
一.任务进展情况 目前基本确定选取的测试工具是Testwriter,测试的web系统还在待定状态,小组成员都在网上搜集相关知识,学习相关的测试技术. 二.存在的问题 Testwriter ...
- day27、28 二十八、项目:选课系统
选课系统 作业要求 角色:学校.学生.课程.讲师 要求: 1. 创建北京.上海 2 所学校 ----> 创建学校 2. 创建linux , python , go 3个课程 , linux\py ...
- js对重复数组去重
var arr=[1,1,1,1,2,2,2,3,3,4,1,4,5,7,8,7,7] let m = {} arr.filter(item => m[item] >= 1 ? false ...
- 一对多关联模型,BELONGS_TO
先分别创建三张表:test_user test_message test_user 表里有id.name字段 test_message 表里有id.content.uid字段 然后建立一个Mode ...
- matlab中CRC的函数使用
先学习一下matlab中CRC函数. 语法如下: h = crc.generator(‘Polynomial', polynomial, ‘param1', val1, etc.) 再看一个例子就比较 ...
- c++ STL概述
2018-09-26 c++ STL(标准模板库)是一套通过c++模板类实现的标准类库,提供了通用的模板和函数,功能强大,大大的提高了c++的开发效率. c++ STL的核心主要包括三个组件:(1)容 ...
- linux touch命令 创建文件
touch 创建文件,用法,touch test.txt,如果文件存在,则表示修改当前文件时间 [root@MongoDB ~]# touch /data/text.txt [root@MongoDB ...
- 关于 RESTful API 中 HTTP 状态码的定义
最近正好使用了一会儿 Koa ,在这说一下自己对各个 请求码的见解和使用场景,懒人直接看 200.400.401.403.404.500 就可以了. 其中 2XX/3XX 其实都是请求成功,但是结果不 ...
- 来吧学学.Net Core之项目文件简介及配置文件与IOC的使用
序言 在当前编程语言蓬勃发展与竞争的时期,对于我们.net从业者来说,.Net Core是风头正紧,势不可挡的.芸芸口水之中,不学习使用Core,你的圈内处境或许会渐渐的被边缘化.所以我们还是抽出一点 ...