New EMU PRO software version 219.0 beta

New EMU PRO software version 219.0-beta is now available.

What’s new:

  • Automatic planetary gearbox: added support for GM 4L60E and GM 4L80E
  • Automatic planetary gearbox: added support for torque reduction and blip
  • Support for BMW S55/N55 setups with a high-pressure pump position sensor.
  • Custom stepper motor: Closed loop mode added
  • VVT: Added ‘Duty cycle deadband’ for dual solenoid VANOS
  • Custom Outputs and custom switches: added support for user-defined names
  • Connector pin numbers are now shown in Assigned Inputs/Outputs windows
  • New primary trigger:
    • Renault 5 - 2*(22-2)
  • New OEM CAN Stream:
    • Subaru Impreza III (GH) experimental.

For the full list of changes, check out the changelog.
Download EMU PRO software version 219.0-beta today! http://www.ecumaster.com/testVersions.html

2 Likes

Good morning,

Working on an idea for a project. It seems we cannot increase the precision of a timer in the project tree finer than 1s. One decimal place would be great for this application.

It seems that this may be a bug in table creation regardless of the variable you’re using, but it still seems that the precision of a timer is 1s.

This is related to the precision of the value you are using.
Since the timer doesn’t have decimal places, a step with decimal places is incorrect.

What exactly are you trying to do?
There might be other solutions.
A high-resolution counter can also be made with a number in the project tree.

Ok, I restarted software and now I cannot reproduce that error. Do you mind explaining how to make a high precision counter in the project tree?

Can you tell us what you are trying to achieve?
We could add it as a dedicated strategy if it’s something relatively common.
Or add a feature that will make it easier.

This value will increase by one every 2 ms.

1 Like

That will work, thanks! I just want a more precise timer to dial in my launch. I think increasing timer precision to 0.1s will help many applications, especially with increasing interest in automatic transmission control.

Ok, thanks.

So, a dedicated launch timer would solve this.
That’s something we have planned already.

I am not sure how complicated is expanding the resolution of custom timer.
But we can look into that also.

Resolution of custom Timers in Project Tree is 0.01s. You should use Timer.value instead.

The Timer.elapsed is a logical channel telling that the timer is elapsed or not.

1 Like

That’s what I was missing, thanks a ton!

1 Like