Step-by-step instruction help easily use Ford/Mazda IDS

VXDIAG VCX NANO software IDS V95 definitely is the newest and professional diagnostic software used with VXDIAG VCX NANO OEM diagnosis for Ford/Mazda 2 in1 for the new and old Ford and Mazda till year 2015 with multi-language available and update via CD with firmware unlocked. Ford IDS 95.03 Version & Mazda IDS 95.02 Version in VMWare are without Setup.

Computer Requirements:
Processor: Core CPU 2GHz+.
Memory: 4G Bytes or more.
Hard disk: 40G or more.
Display: Resolution 1024x768 or higher.
Network interfaces: LAN 10 / 100M or 802.11b / g.
Communication Interface: USB2.0 or USB3.0
Operating System: Windows XP SP3 / Win7 / Win8 / Win8.1.

Useful Resources from Web
IDS Software Download:
http://www.motorcraftservice.com/vdirs/wds/diagnosticsites/vcmdvd/mcs/idssoftware.asp
IDS Software Update and Reprogram Files Download:
https://www.motorcraftservice.com/vdirs/wds/PCMReprogram/DSFM_PCMReprogram.asp?swproduct=IDS
Step-by-step instruction help easily use Ford IDS or Mazda IDS in one PC with VMware
1. Open DVD and install VMware-Player-6.0.6.exe

2. Install VMware Player

3. Copy VM files to DISK

4. Open VMware Player and Open VM.vmx

5. Configure VM Memory and CPU Performance

6. Run VM

7. Connect Device USB to VM

8. Open VCI Manager to check device

9. Open IDS software

10. IDS Device Manager

11. IDS Software Version

12. Diagnostic Vehicle Specification

13. Diagnostic PCM DTC

14. Diagnostic PCM DataLogger

15. Connect to Network for Online ReProgram

Setup IDS and VCMII in your PC
If you need to install the IDS to the physical machine, just 2 steps:
Install IDS software.
Install VCMII-Driver-2.2.0.1505.exe from DVD.
Note: Ford IDS and Mazda IDS can not install in one PC.

时间: 2024-11-07 18:11:32

Step-by-step instruction help easily use Ford/Mazda IDS的相关文章

Step by step instruction for install Mazda IDS V95 for VXDIAG VCX NANO

Here comes the detailed instruction for step-by-step instruction of Mazda IDS V95 for VXDIAG VCX NANO for Mazda.Hope it helps you out. Video guide: https://www.dropbox.com/s/52skalr3astiunp/sp239-sp239-b-Mazda%20IDS-V95%20install%20video.avi?dl=0 Ope

Step by Step Guide: How to Configure SSL/TLS on ORACLE RAC (with SCAN) (Doc ID 1448841.1)

In this Document   Goal   Solution   References Applies to: Advanced Networking Option - Version 11.2.0.2 to 12.2.0.1 [Release 11.2 to 12.2]Oracle Net Services - Version 12.2.1.2.0 to 12.2.1.2.0 [Release 12.2]Information in this document applies to a

C# 2012 step by step 学习笔记8 CHAPTER 9 Creating Value types with enumerations and Structures

C# 2012 step by step 学习笔记8 CHAPTER 9 Creating Value types with enumerations and Structures things about 1. Declare an enumeration type. 2. Create and use an enumeration type. 3. Declare a structure type. 4. Create and use a structure type. 5. Explain

Linux Booting Process: A step by step tutorial for understanding Linux boot sequence

One of the most remarkable achievement in the history of mankind is computers. Another amazing fact about this remarkable achievement called computers is that its a collection of different electronic components, and they work together in coordination

数论之高次同余方程(Baby Step Giant Step + 拓展BSGS)

什么叫高次同余方程?说白了就是解决这样一个问题: A^x=B(mod C),求最小的x值. baby step giant step算法 题目条件:C是素数(事实上,A与C互质就可以.为什么?在BSGS算法中是要求a^m在%c条件下的逆元的,如果a.c不互质根本就没有逆元.) 如果x有解,那么0<=x<C,为什么? 我们可以回忆一下欧拉定理: 对于c是素数的情况,φ(c)=c-1 那么既然我们知道a^0=1,a^φ(c)=1(在%c的条件下).那么0~φ(c)必定是一个循环节(不一定是最小的)

Git Step by Step – (8) Git的merge和rebase

前面一篇文章中提到了"git pull"等价于"git fetch"加上"git merge",然后还提到了pull命令支持rebase模式,这篇文章就介绍一下merge和rebase之间有什么差别. 由于我们主要是想看看merge跟rebase之间的区别,这里就是用本地仓库的分支进行演示了. merge 其实在介绍分支的那篇文章中已经介绍过了一些分支merge的内容,这里就进行一些补充和总结. 下面我们基于本地一个仓库开始介绍,当前仓库的分支情

C++开发WPF,Step by Step

示例代码 使用C++来开发WPF,主要是如何在MFC(Win32)的窗口中Host WPF的Page.下面我就做个详细的介绍. 一.创建工程, 由于MFC的Wizard会生成很多用不到的代码,所以我准备从一个空的工程开始创建一个MFC的工程. a)         打开VS2005,菜单File->New->Projects-, 左面选择Visual C++->Win32,右面选择Win32 Console Application,给工程起个名字CPlusPlus_WPF, Ok进入下一

数据库设计 Step by Step (1)——扬帆启航

引言:一直在从事数据库开发和设计工作,也看了一些书籍,算是略有心得.很久之前就想针 对关系数据库设计进行整理.总结,但因为种种原因迟迟没有动手,主要还是惰性使然.今天也算是痛下决心开始这项卓绝又令我兴奋的工作.这将是一个系列的文 章,我将以讲座式的口吻展开讨论(个人偷懒,这里的总结直接拿去公司培训新人用). 系列的第一讲我们先来回答下面几个问题 数据库是大楼的根基 大多数程序员都很急切,在了解基本需求之后希望很快的进入到编码阶段(可能只有产出代码才能反映工作量),对于数据库设计思考得比较少. 这

数据库设计 Step by Step (2)——数据库生命周期

引言:数据库设计 Step by Step (1)得到这么多朋友的关注着实出乎了我的意外.这也坚定了我把这一系列的博文写好的决心.近来工作上的事务比较繁重,加之我期望这个系列的文章能尽可能的系统.完整,需要花很多时间整理.思考数据库设计的各种资料,所以文章的更新速度可能会慢一些,也希望大家能够谅解. 系列的第二讲我们将站在高处俯瞰一下数据库的生命周期,了解数据库设计的整体流程 数据库生命周期 大家对软件生命周期较为熟悉,数据库也有其生命周期,如下图所示. 图(1)数据库生命周期 数据库的生命周期