New PMU software version 122.0-beta

New PMU software version 122.0-beta is now available.

What’s new:

  • CANBus Export: Added new “Conditional” transmit mode
  • Added “Merge Project” icon to toolbar between Open Project and Save Project.

For more details, see the changelog.

Download the update here: https://www.ecumaster.com/tv

Sincerely,
The Ecumaster Team

What’s the “watchdog mechanism” ?

long story short: the watchdog is a built-in safety timer that automatically restarts a microcontroller if it crashes; your code must check the timer constantly to prove it is still running, but if the code freezes and stops resetting that timer, the watchdog realizes something is wrong and triggers a system reboot.

Would it be possible to show/switch fiew on the CANbus input window (for example can switch) on “test data” from hex view to binary view? Similar to windows calculator programming mode.

Then i could see exactly which bit/bits i have actively selected with the start bit and bit count.

And does someone know how to invert a canbus input?

As in, I set a single bit as boolean input but want it to be active at 0.