Autosar Blockset for Simulink 2025a - Issue with Server TIMEOU Tag generation at value 1.0E-06

27 views (last 30 days)
I'm currenlty working on a project using Simulink's AUTOSAR Blockset combined with system composer to design the architecture of our ECU, with all my SoftWare Components and their respective Models. Our goal right now is to generate the ARXML files from it, to then import them in our EB Tresos Autocore project in order to configure and generate the RTE based on the architecture designed.
Although it is working quite well, we are encountering an issue where, for those Server Ports, the following ARXML text is generated in their respective file:
<SERVER-CALL-POINTS>
<SYNCHRONOUS-SERVER-CALL-POINT UUID="26dc17e5-8dc1-52f8-b51f-2d65e03d5ba5">
<SHORT-NAME>SC_BalancingEnablePort_BalancingEnable</SHORT-NAME>
<OPERATION-IREF>
<CONTEXT-R-PORT-REF DEST="R-PORT-PROTOTYPE">
/Components/AppStateMachine/BalancingEnablePort
</CONTEXT-R-PORT-REF>
<TARGET-REQUIRED-OPERATION-REF DEST="CLIENT-SERVER-OPERATION">
/PortInterfaces/BalancingEnablePort/BalancingEnable
</TARGET-REQUIRED-OPERATION-REF>
</OPERATION-IREF>
<TIMEOUT>1.0E-06</TIMEOUT>
</SYNCHRONOUS-SERVER-CALL-POINT>
</SERVER-CALL-POINTS>
As you can see, a TIMEOUT tag is added with a value of 1.0E-06, and this is causing errors when imported to EB Tresos as this time is lower than the parameter defining the Os Seconds Per Tick considered. We've been trying to change the value of this TIMEOUT tag but we are not being able to do so.
So the question is: Where is this tag coming from? How can we change it?
Thank you!
  2 Comments
Andreas Goser
Andreas Goser on 13 Nov 2025 at 7:27
Edited: Andreas Goser on 14 Nov 2025 at 8:46
I am not saying the community cannot help here, but this seems an important issue that needs adressing. Please consider contacting MathWorks Technical Support.

Sign in to comment.

Answers (0)

Products


Release

R2025a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!