1. Skip to Menu
  2. Skip to Content
  3. Skip to Footer>

Download Beta Software

Please Note: The beta software on this page is intended for experienced users only, who are actively participating with Tactrix in forums or other venues. You should consult our beta subforums to find out what is contained in these beta versions, and if it is something you are comfortable testing. Do not simply download and use the versions because they are the newest available. When a new version has stabilized it will be on one of the download pages. For most users, that is the version you should be using.

The following beta is only available as a full install download due to the fact that it uses a new custom Openport 2.0 driver that is not backwards-compatible with previous versions of EcuFlash, or the J2534 DLL.

 

Changes in this beta since the last (1.42) release

EcuFlash

--- features --

  • Add Generic3072k and Generic4096k memory models
  • Added detail to read template selection
  • Added upload capability for unknown ROMs
  • Added display of VIN and CVN informationAdd additional checksumming for Mitsubishi M32R ROMs
  • Added patching module for Mitsubish CAN parameter logging
  • Added compare feature to compare any 2 ROMs that use the same table names - highlights changes in map tree and cells within maps
  • Added warning when checksumming is turned off in Subaru ROMs
  • Added scroll bars to maps that are too large to fit the screen
  • Support for flashing 512k and 768k M32R Mitsubishi processors (e.g. Colt)
  • Add H8 checksum module for editing of Evo 7/8/9 ACD ROMs
  • Add Mitsu CAN RAM parameter logging patch
  • Add support for Evo ACD reflashing
  • Show recovery mode in status bar
  • Add detection of Windows 7
  • EcuFlash.exe now has signing a proper version info
  • Add patching engine
  • Allow copy (not paste) of static values

--- bug fixes ---

  • Fix bug where OP1.3 (or other FTDI serial devices) had priority over OP2
  • Fix H8539FA kernel to flash reliably!
  • Fix table fix table cut paste to not lose precision on large uint32s
  • Make parsing of user input of 0xXXXX values unsigned to allow full 32 bit numbers
  • In SH boot mode, use actual multiplier values when calculating bit rate (newer 7058S have 8x mult instead of 4x)

J2534 DLL

--- features ---

  • Contains newest firmware for OP2 (see below for details)
  • Add J2534 extension to support variable number of stop bits in serial communications
  • DLL is now signed and has correct version info
  • Added ability to add phase offset to periodic messages to control the relative timing of multiple periodic messages
  • DLL now use OP2 driver for improved performance and reliability (see below for details)
  • Add device instances ioctl
  • Add 29-bit CAN / ISO15765 support
  • Add 5-byte extended ID CAN / ISO15765 support
  • Add SNIFF_MODE support
  • Add C++ code samples

--- bug fixes ---

  • Fix error in parsing of messages when using CAN_MIXED_MODE
  • Up NUM_PT_CHANNELS to 9 to support innovate

Driver

--- features ---

  • IMPORTANT - the OP2 now uses a custom driver I wrote for better speed and stability than the Microsoft usbser.sys driver. This allows for reduced latency and a cleaner installation as well. *** This means that initially you must do a full EcuFlash and J2534 / driver install so that all of these components will work together. OLDER ECUFLASH AND OP20PT32.DLL VERSIONS WILL NOT WORK WITH THE DRIVER. **

--- bug fixes ---

  • Use exclusive file access to prevent multiple connections to the driver
  • Add USB data disposal when no file is opened

Firmware

-- new features --

  • Add support for mode $01,$22, and $23 OBD CAN logging
  • Add support for logging from AEM UEGO and any other devices which output ASCII streams of data (see logging examples)
  • Add J2534 extension to support variable number of stop bits in serial communications
  • Add support for LM-1, in both headerless and V2 header configurations (see logging examples)
  • Add support for logging signed parameters using issignedint=1
  • Add support for 50kbps CAN
  • Up to 60 parameters allowed
  • Completely changed innovate MTS bus logging to support multiple LC-1 and other MTS devices (see subaru k-line adc lc1.txt sample for details)
  • Support for more flexible lower speed/priority parameter sampling through the use of a new additional parameter feature called sampgroup.

sampgroups are numbered 1 through 15, the number simply being a label. All parameters in the same sampgroup will share a single timeslot. The OP2 will determine how many of each sampgroup there are, build a cycle of that size, and phase each of them properly. This allows you to have different groups of low speed parameters, running at different speeds, each optimally using the sample cycle. (see subaru k-line adc lc1.txt sample for details)

priority = 2 is still allowed, but all it does is assigned the parameter to sampgroup = 1

  • SD card uses DMA for greater speed in all cases
  • SD card multiblock read / write to increase speed when connected to USB (800kB/s read / 500kB/s write is typical)
  • Filesystem operations queued to a separate thread to allow seamless logging regardless of SD card latency
  • Multibyte parameter (up to 32-bit) mitsubishi support
  • Support for zeroing sample count each time a new file is started using zerosamplecount = 1
  • Support for zeroing time count each time a new file is started using zerotimecount = 1
  • Time count starts on nice intervals
  • Time only shows to the millisecond
  • Increased range and fine-granulatrity of possible logging intervals
  • Improved details in logcfg.out dumps
  • Support for filling in missing samples if ECU misses a response or two using fillmissingsamples = 1
  • Support for new file cuttting action "newfile" which starts a new file if your conditions are met (see subaru k-line adc lc1.txt sample for details)
  • improved timing estimates for most logging protocols
  • up to 4 logging channels allowed (e.g. ssmcan, lc-1, adc, & calculated data)
  • support for fast RAM parameters on Subaru CAN vehicles (assuming ROM patch has been made). just use the known RAM parameter ID (0xFFxxxx) and the OP2 will do the rest. reading of multibyte RAM parameters is sped up by the ROM patch which allow reading up to 4 bytes with a specially encoded 3-byte parameter request. due to current Subaru output buffer limitations, only 80 bytes can be returned in a single request, so only 20 4-byte params can be read at a time. i will make some changes to the OP2 firmware in the future to issue multiple requests to overcome this 80-byte of data limit.
  • new "previous value" parameter added to RPN expressions (e.g. "#RPM" instead of "RPM"). this is useful in creating trigger conditions that are sensitive to the direction of change in a value. for example, if you wanted to capture each dyno pull from 2000rpm to 7000rpm to a separate file, you could set the following conditions:

conditionrpn = #RPM,2000,<,RPM,2000,>=,&&
action = start

conditionrpn = #RPM,7000,<,RPM,7000,>=,&&
action = stop

  • writing of logcfg.out has been speed up 100x or more - there is little need to use the debug=noout option anymore
  • added some more finely spaced "friendly" logging intervals
  • time now starts at 1/1/2009 each time the OP2 boots to give more reasonable looking file times
  • green status light now blinks during 5 baud inits (e.g. MUTII)
  • parameters and triggers now use RPN based scalings so that you can do arbitrary equations or evaluations. i will add an infix (algebraic/parenthetical) to RPN parser later for those who are confused by RPN...
  • calculated / derived parameters are now supported - you can now make new parameters based on equations of other parameters
  • MUTII logging is now much more robust - it will re-initialize if there is a break in communications
  • CAN (SSM/MRMACAN) logging is more robust - it will retry if there is a break in communications
  • SSM K-line logging is more robust - it will retry if there is a break in communications (it used to be this way before, but I had broke it with the priority logging)
  • added the ability to set voltages or ground pins - this is handy for MUTII users who need to ground pin 1
  • added isvisible option to parameters so that you can use them for triggering or calculations, but not write them to the log file
  • isfloat=1 parameters automatically default to databits=32 now

-- logging bug fixes --

  • fix bug writing more than 512 bytes at a time to file queue
  • increase size of parameter header line buffer to accommodate long parameter names
  • fix error in && and || tokens
  • increase speed of SSM K-line comms
  • fix occasional failed transition to logging after USB disconnect
  • fix overly-rapid mitsubishi communication attempts if ECU not responding
  • collecting lc-1 data does not cause additional steps in the sample countfix bug where logging could sometimes start immediately after a firmware reflash without they normal delay to check for USB
  • fix bug where long SSM responses were not correctly parsed
  • fix bug where 32 bit data fields (such as floats) were not masked correctly
  • increased mrmacan logging interval estimates to avoid sampling overruns* logging mode now starts if the OP2 is already plugged into OBD and you remove the USB connection - this means you don't have to unplug the OP2 from OBD at all between logging / reading logs / tuning / flashing / etc.
  • databits values over 31 could be truncated
  • sample time is now in units of seconds
  • sample number now should increment by 1 per log cycle for mitsubishis
  • fix innovate baud rate bug

-- other bug fixes --

  • fixed data loss race condition in ring buffering
  • fix rare but critical communications buffer bug that could cause data transposition
  • corrected misuse of BS and STMIN in some cases
  • fixed flow control bug in ISO15765