Model RealTime 11.0 2021.10

March 19, 2021

Starting from today, new versions of Model RealTime 11 and Model RealTime 11.1 are available for download:

Let's go through some of the highlights in these releases.

Event Routing Visualization

This feature shows graphically how an event can be routed in the composite structure of a capsule. You can now use this feature in order to easily navigate from a place in the code where an event is sent, to the transition that will receive it.

Find the receiving port in the Event Routing diagram (you may have to use the Go Outside command to find it). Then invoke Find Triggers on the receiver port and navigate to the transition(s) that may trigger when the event arrives at that port.

User Interface Improvements for Templates

It has become easier to work with template parameters in Model RealTime. The Project Explorer representation is more compact and the C++ keyword typename is used to more clearly distinguish type from non-type template parameters.

The Properties view page for editing template parameters was also much improved with support for creating, deleting, reordering and editing template parameters.

Improved Tracing in the Model Debugger

A new command Show Only This Instance in the Trace Editor can now be used for easy filtering the trace to only show trace events related to one particular capsule instance.

After filtering you can easily see which state the capsule instance was in when it sent or received an event.

OneTest Embedded Integration

An experimental integration with HCL OneTest Embedded is included in this version of Model RealTime 11.0 (it's not yet available in Model RealTime 11.1). It can compute and visualize run-time coverage for state machines in your application. For example, it can be used for finding states and transitions of a state machine that are not covered by current tests.

The coverage information can be shown in a table and then you can see how many times the states and transitions have executed.

You can also show the coverage information in state chart diagrams. Elements that have executed at least once are marked with green color, and those that didn't execute with red color.


Mattias Mohlin
Architect for HCL Model RealTime