CarDAQ-Plus

CarDAQ-Plus is the most validated and accepted J2534 device in the world. It has been on the market longer than any other J2534 device, it has been approved by more automakers than any other product, and has been called the "golden standard" by customers and competitors alike.
OEM and Development Features
CarDAQ-Plus has many uses beyond the independent repair shop. The CarDAQ-Plus was designed to be a high performance development tool. It performs the standard PassThru J2534 functionality, adds an internal 200MHz embedded Linux host, an internal and optional external Compact Flash slot, and an internal web server for thin-client applications. In addition to acting as a laptop-to-vehicle PassThru device, it can also host diagnostic and data logging applications on-board.
Compact Flash expansion
The CarDAQ-Plus has one internal and one optional external Compact Flash slot that can be used simultaneously. The external Compact Flash slot is optional and must be ordered at the time of purchase. The Compact Flash expansion slots may also be used for other CF peripherals, such as GPS receivers, expanded storage, modems, and any other CF card that supports Linux. The CarDAQ-Plus will support up to 8GB of memory per Compact Flash slot
Remote Diagnostics and Standalone operations
CarDAQ-Plus runs it's own operating system, embedded Linux, which allows it to be used as a standalone tool without a PC attached during operation. The Linux installation includes a file and web server which could simplify development of remote diagnostics and management applications. Imagine writing your own C/C++ application to perform an on-road test. Your program could access GPS compact flash card to capture location information about the test-drive, or use a cellular modem and download telemetry from live tests! For standalone applications, this provides the features of a PC host and a PassThru device all in one package.
Tools available for development
Drew Technologies provides an application programmer interface (DLL) for OEMs, integrators, or end-users to develop their own PassThru (SAE J2534) applications. You can use any PassThru (J2534) compliant application with the CarDAQ-Plus. You can also Create your own applications in LabVIEW™, C or Visual Basic. Use your favorite language, including: TCL, Perl, .Net, Java, or C.
Specifications
- Bus Protocols
- CAN Bus (capable of ISO 15765, GMLAN, J1939, and ISO14229)
- 2nd CAN (Dual or Single Wire)
- Ford SCP (J1850PWM)
- GM Class2 (J1850VPW)
- KWP2000 (ISO9141/14230)
- Chrysler SCI (J2610)
- PC Interfaces
- USB (now included)
- Wired RJ45 Ethernet
- Supports Windows XP, Vista & 7 (32 & 64bit)
- Other
- Compliant to SAE J2534 (Feb 2002) and SAE J2534-1 (Dec 2004)
- Compliant to ISO 22900-1 MVCI physical layer
- Programming voltage on J1962 pin 6, 9, 11, 12, 13, 14 or Aux
- 6 General purpose analog inputs (0-27V, 2Ksps, 12 bit)
- Ground pins 9, 12, or 15
- Internal Compact Flash slot (must be configured when ordering)
- Optional external Compact Flash slot
- Product Specifications
- Operating voltage: 7 – 26 Volts
- Size: 1.25”H x 7.5”D x 5.25”W
- Operating Temperature: Commercial Range (0 to +70 C)
- ISO22900 Compliant for GM’s Tech2WIN software
CarDAQ-Plus的更多相关文章
- SAE J2534 Pass-Thru API
Connects to the OBDII J1962 DLC and supports the following protocols. 1 CAN2 Single Wire2 J1850PWM+ ...
- 让Drewtech的J2534 ToolBox 软件支持任何J2534的设备
更改windows注册表中的FunctionLibrary和ConfigApplication,将DLL和exe路径替换原来的,其他不要动. 或者 create second key in regis ...
- js大作业(0)
DAY1:在看HTML5游戏开发实战.手写了一遍乒乓球.自己玩了半小时.实话讲,和本科学的MFC差别不大.通过setInterval函数获取用户的输入 从而允许多用户操作.parseInt把字符串化为 ...
随机推荐
- 【Android】Handler使用入门
本讲内容:Handler使用入门 当用户点击一个按钮时如果执行的是一个常耗时操作的话,处理不好会导致系统假死,用户体验很差,而Android则更进一步,如果任意一个Acitivity没有响应5秒钟以上 ...
- .net发邮件 附件文件名乱码
.net发邮件 附件文件名乱码,可以下载以下补丁安装. https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.asp ...
- C++中,申请字符串数组可用new实现
C++中,申请字符串数组可用new实现: char ** list = new char*[MAX_NUM]; for (int i = 0; i< MAX_LOOP; i++) list[i] ...
- 干掉cmd:windows下使用linux命令行
对于喜欢用命令行的朋友们,在windows下面使用cmd窗口是不是很不爽?复制不方便?不能随意放大缩小?如果需要多个控制台要多个窗口?....各种不爽 一.基础工具 如果你也不爽,那就对了,所以给大家 ...
- O2O在线教育平台策划方案
一.情景需求痛点: 学生: 1.除了上课上课,就是作业作业,学习太枯燥不好玩怎么办?——我就是想要玩玩玩! 2.第二天要交作业,老师不在,在家作业不懂怎么办?——我想要随身老师! 3.噢耶,周末不用上 ...
- Arduino uno R3 ISP刷Rootloader for arduino pro mini
找了好久才发现的,好东西.介绍怎么使用uno对mini 刷Rootloader **SOLUTION** Reinstall the Arduino Pro Mini Bootloader using ...
- 移动端的日期插件 mobiscroll 2.14.4 破解版
官方报价695美元 http://mobiscroll.com/pricing 这个 mobiscroll 2.14.4 破解版 包括datetime和calendar组件,包括mobiscroll和 ...
- 代理模式(proxy)
1.代理模式 代理模式的作用是:为其他对象提供一种代理以控制对这个对象的访问. 在某些情况下,一个客户不想或者不能直接引用另一个对象,而代理对象可以在客户端和目标对象之间起到中介的作用. 代理模式一般 ...
- algorithm@ Sieve of Eratosthenes (素数筛选算法) & Related Problem (Return two prime numbers )
Sieve of Eratosthenes (素数筛选算法) Given a number n, print all primes smaller than or equal to n. It is ...
- 基于Storm 分布式BP神经网络,将神经网络做成实时分布式架构
将神经网络做成实时分布式架构: Storm 分布式BP神经网络: http://bbs.csdn.net/topics/390717623 流式大数据处理的三种框架:Storm,Spark和Sa ...