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 ...
随机推荐
- 2018-2019-1 20189210 《LInux内核原理与分析》第五周作业
一.系统调用实验 1.库函数将系统调用封装起来,大多数程序员使用库函数进行系统调用. 2.Linux操作系统的体系架构分为用户态和内核态.CPU的执行级别对应的就是内核态,所有指令都可以执行.用户态对 ...
- linux定时备份mysql数据并同步到其他服务器
(备份还原操作) ###导出数据库 /usr/bin/mysqldump -u root -pwd database > database20180808.sql ###导入数据库 mysql ...
- 逆向工程-真码保存在系统文件破解QQ游戏对对碰助手
1)注册栏中输入任意值测试 1.2)记录弹出的关键字对话框 2.1)发送至PEID进行查壳 2.2)发现无壳 2.3)将软件载入OllyDBG程序 2.4)在反汇编栏下右键选择中文搜索引擎->智 ...
- 织梦,dede:list和dede:artlist的区别
dede:list可以配合pagelist进行分页,而artlsit不能进行分页. 如果要翻页只能用list的
- new image()
在js中 新建一个new image()对象,image.src图片地址,这个是io读取是异步的,解决方法 image.onload=function(){ }
- 安装Nginx到linux服务器(Ubuntu)详解
先去下载一个nginx放到服务器. 然后解压(可参考前面安装tomcat)编译(./configure --prefix=/usr/local/nginx/server/ && mak ...
- 获取各种编码(Unicode,UTF8等)的识别符
下面是常用编码的识别符, 在 Delphi(2009) 中如何获取呢?Unicode: FF FE; BigEndianUnicode: FE FF; UTF8: EF BB BF var bs: ...
- Java注解--笔记
@Override标签的作用@Override是伪代码,所以是可写可不写的.它表示方法重写,写上会给我们带来好处. 1.可以当注释用,方便阅读. 2.告诉阅读你代码的人,这是方法的复写. 3.编译器可 ...
- 如何让外网访问自己的本地Web服务
目前很多网站开发者安装了IIS或者Apache等Web服务器,可以把自己电脑配置成一以路由为中心的内网服务器. 本地服务器在内网测试是绰绰有余的,但是有些项目需要演示给异地的客户验收,而又赶不及把自己 ...
- 013-mac重做系统后的软件安装
一.系统设置 1.屏幕设置:系统偏好设置→显示器→排列,多个显示器可以排列组合 2.touch bar功能键设置:系统偏好设置→键盘→键盘,触控栏设置 F1 3.程序坞[dock]设置:系统偏好设置→ ...