- 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
조회 수: 6 (최근 30일)
이전 댓글 표시
- 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
답변 (1개)
Menika
2023년 7월 12일
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
Menika
2023년 7월 13일
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.
참고 항목
카테고리
Help Center 및 File Exchange에서 AUTOSAR Blockset에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!