안녕하세요,
한국어에 능통하지 않아 영어로 답변하겠습니다.
I see that you want to call a server runnable from a specific state in a Model-Based Design (MBD) environment when working with AUTOSAR.
I suggest adhering to AUTOSAR's client-server communication patterns while also following Simulink's modeling practices. The error message you're encountering suggests that you're trying to directly invoke an AUTOSAR server runnable from within a state in a Stateflow chart, which is not directly supported for AUTOSAR targets
I suggest going through the following links for information on recommended client-server communication patterns:
Additionally, The mapFunctionaCaller function can be used to map Simulink function-caller block to AUTOSAR client port and operation. More information about it here: