Page 1 of 2

GUI for new Freematics OBD-II Emulator

Posted: Fri Jul 04, 2014 9:29 pm
by stanley
The new Freematics OBD-II Emlator will come with a GUI on PC (Apps on iPad and Android in future). The hardware of the new product is complete and ready to ship. However, the software develop is still under-going and this held back the release of the product. Finally it’s nearly done. Here is a glance of the GUI.

Image

With the GUI for the emulator, it’s possible to adjust more (almost all) OBD-II PIDs in the highest possible precision. More importantly VIN and DTC can be altered and set. An ignition switch makes it possible to emulate the status on OBD-II port when ignition is on or off. More interesting features will come later, including data playback and external data sourcing.

Re: GUI for new Freematics OBD-II Emulator

Posted: Mon Jul 14, 2014 5:37 pm
by Roberto
Hello Stanley,
I would like to know if the software source could will be made available as well?
We could use some extra features like changing values via keyboard shortcuts.
Another nice option would be an option to change the pid values through a simulator file. This would allow to simulate a standard test cycle/drive.

Re: GUI for new Freematics OBD-II Emulator

Posted: Fri Jul 18, 2014 12:48 pm
by stanley
Replay a saved log file is a feature to be added in my plan.
An Arduino library which lets Arduino to control the emulator will also be developed.
The source code of a command line tool will be released soon.

Re: GUI for new Freematics OBD-II Emulator

Posted: Thu Aug 14, 2014 8:45 pm
by emu
Hello, how does you GUI emulate the ignition status? How to achieve the same effect using only AT commands sent directly to the serial port of the emulator (this feature is not documented on the page with AT commands)?

Re: GUI for new Freematics OBD-II Emulator

Posted: Fri Aug 15, 2014 4:28 pm
by stanley
Send ATACC0\r to emulate ignition off and ATACC1\r for on.

Re: GUI for new Freematics OBD-II Emulator

Posted: Mon Aug 18, 2014 6:48 pm
by emu
Thanks, works perfect :)

Re: GUI for new Freematics OBD-II Emulator

Posted: Wed Aug 20, 2014 9:57 pm
by emu
@stanley - could you please describe more what exactly does the Ignition ON/OFF change? You wrote on the description page that it does not emulate voltage change - so what does this do? Only emulating that e.g. ECU is not responding?

When I want to emulate the start/stop system used in modern cars, should I do it like this:

//running:
ATACC1
ATSET 010C=1000
//stop:
ATSET 010C=0
ATACC0
//start:
ATACC1
ATSET 010C=1

or it in not necessary to put ATACC in the start/stop sequence?

Re: GUI for new Freematics OBD-II Emulator

Posted: Thu Aug 21, 2014 4:52 pm
by stanley
It is not necessary to send ATACC1. Sending ATACC0 will cause "ECU" stop responding to requests and sending ATACC1 to resume.

Re: GUI for new Freematics OBD-II Emulator

Posted: Mon Sep 29, 2014 7:02 am
by pkownu
Does this device emulate the obd2 readiness monitors?

Re: GUI for new Freematics OBD-II Emulator

Posted: Sat Oct 04, 2014 10:13 am
by stanley
Will add that feature in next firmware/GUI update.