Version 13.0 (March 2025)
NAVIGATOR
Container-Build
Customizable Label Configuration in CCode Models
-
EHB-CB allows adding configurable and invisible label names to blocks using exact or pattern-based replacements defined in the label configuration JSON file. Label Configuration
Customizable Label Configuration in Simulink Models for connections
-
EHB-CB provides the ability to define customizable label names for connections in Simulink models. Labels can be assigned based on exact connection names or pattern-based rules, ensuring clarity and consistency in model representation. These configurations can be managed through the label configuration JSON file, allowing flexibility in defining naming conventions. Label Configuration
Support for ++ && — (Increment and Decrement Operator) in C Code Conversion
EHB-CB now supports the ++ & --(increment and decrement operator) during C code conversion. This enhancement improves code readability, efficiency, and alignment with standard C Code.