Why simulink does not support configuration of Software Implementation Policy (swImplPolicy) for AUTOSAR measurement data.

3 views (last 30 days)
I want to know how we can set swImplPolicy property to MeasurementPoint? This will enable defining a data which has read only calibration access. Currentlt Simulink only supports Standard and Queued swImplPolicy.

Answers (1)

Chinmayi Lanka
Chinmayi Lanka on 20 Jan 2017
Please contact MathWorks Technical Support.
  1 Comment
Kunal Kulkarni
Kunal Kulkarni on 23 Jan 2017
As per AUTOSAR standard guidelines, we can make any variable as Measurement only variable by following supported combination of swImplPolicy and swCalibrationAccess:
If swImplPolicy is set to “measurementPoint” and swCalibrationAccess is set to readOnly then the parameter/variable can be truly said to be measurement only data.
Matlab does provide access to swCalibrationAccess but does not support to change swImplPolicy.
This is the use case I am talking about.

Sign in to comment.

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!