필터 지우기
필터 지우기

create a bus object in simulink to match structure defined by some c code

조회 수: 3 (최근 30일)
hello,
I am trying to create a bus object in simulink that matches the description of a structure object. the structure definition is in a header file that I integrated using a c caller block. I used a buss to vector bloc to make the convertion between a 3 variables bus to a vector. but I get the following warning 'The input bus to block 'Bus Creator1' does not match the bus specified by the bus object 'VECTOR3_st' on the block dialog : Signal 'vabc' does not match the name 'VECTOR3_st.Values' of the corresponding bus element in the bus object.
Capture10.PNG
my structure is defined as follows:
typedef struct VECTOR3_
{
double Values[3];
}VECTOR3_st;
how do I create the bus object?

채택된 답변

loubna ibnou fairouze
loubna ibnou fairouze 2019년 11월 7일
turns out it was a naming issue, all is good now

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulink Functions에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by