- Open your model in the Simulink editor.
- Go to the "Model Explorer" pane by clicking on the "View" tab and selecting "Model Explorer".
- In the "Model Explorer" pane, navigate to the "AUTOSAR" section and expand it.
- Locate the mapped runnable named "Input" that corresponds to the "MainModel/Input" block.
- Right-click on the mapped runnable and select "Properties" from the context menu.
- In the "Properties" dialog box, navigate to the "Events" section.
- Click on the "+" button to add a new event.
- In the "Add Event" dialog box, select the "TimingEvent" option.
- Set the "Period" property to the desired value that matches the sample rate of your function (e.g., 0.002 seconds).
- Click "OK" to close the dialog box and save the changes.
- Generate the AUTOSAR code again, and the error should be resolved.
Error while generating AUTOSAR code from the model
5 views (last 30 days)
Show older comments
- Exported Function 'MainModel/Input' has a periodic rate but it is not associated with a timing event in its mapped runnable 'Input'. The 'Sample time' of block 'MAinModel/Input' must be set to -1.
I am getting this error when trying to generate AUTOSAR code from my model. The model sample rate is 0.002 so I can't change back to -1 here.
How to associate timing event in the mapped runnable ?
0 Comments
Answers (1)
Menika
on 12 Jul 2023
Hi,
You can follow these steps to associate a timing event in the mapped runnable and resolve the error you are encountering:
Hope it helps!
3 Comments
Menika
on 13 Jul 2023
Hi,
It may be possible that when you made changes to your Simulink model after opening the code mapping editor, the object handle being referenced in the code mapping editor is no longer valid. Ensure that you have saved your Simulink model and try refreshing the code mapping editor again.
See Also
Categories
Find more on AUTOSAR Blockset in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!