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 ...
随机推荐
- puppeteer 拦截页面请求
原文链接 https://www.cnblogs.com/ajanuw/p/10324269.html Request Response page.setRequestInterception(tru ...
- laravel之ORM增删改查数据
1.首先在控制器中添加方法,然后添加路由,接着在模型中操作: 以下是模型 2.以下是控制器中的操作 一下是通过ORM进行更新 删除数据
- weakhashmap简单理解
map中的key(注意String,和元数据作key有特殊性),gc后会被立马干掉, key被干掉后,其对应的entry将被存入queue中 /** * Reference queue for cle ...
- 2018-2019-2 网络对抗技术 20165336 Exp3 免杀原理与实践
2018-2019-2 网络对抗技术 20165336 Exp3 免杀原理与实践 1.基础问题回答 (1)杀软是如何检测出恶意代码的? 根据计算机病毒课程知道了每个病毒都有其对应的特征码,杀软是根据这 ...
- XXL-JOB之本地环境搭建
一.源码下载 1.官网地址 登录以下地址查看详细搭建步骤: https://www.cnblogs.com/xuxueli/p/5021979.html 2.下载源码 根据1中打开的页面,下载源码,如 ...
- 初识springboot
一.springboot简介: 1.简化spring应用开发框架 2.把spring所有技术整合在了一起 3.J2EE开发的一站式解决方案 我曾经学习springMVC时候,那许许多多的配置文件的配置 ...
- ES6的Proxy和Reflect
Proxy 有一个原始的数据对象,通过代理出来一个新的对象,用户操作的是这个新的对象 { let obj ={ time:'2018-01-01', name:'lx' , _r:123 } let ...
- SpringBoot单元测试
一.Service层Junit单元测试 需要的jar包 <dependency> <groupId>org.springframework.boot</groupId&g ...
- com.mysql.jdbc.connection和java.sql.connection的区别
com.mysql.jdbc.Connection 是mysql自己的接口 针对于对mysql的出来,java.sql.Connection 这是一个公共的接口包括对mysql的支持oracle,sq ...
- 做一个有产品思维的研发:Scrapy安装
每天10分钟,解决一个研发问题. 如果你想了解我在做什么,请看<做一个有产品思维的研发:课程大纲>传送门:https://www.cnblogs.com/hunttown/p/104909 ...