필터 지우기
필터 지우기

Use Vars(Enums) from Workspace in SimEvent EntityGenerator

조회 수: 3 (최근 30일)
Simon
Simon 2023년 9월 12일
댓글: Simon 2023년 9월 12일
Hello,
I've defined some Enums in Matlab and want to assign its Values to an Entity in a SimEvents Entity Generator.
(Assigning them during Generation).
I wanted to assign "entity.ID = Workpieces.ID"
I'm getting the error "Data type of parameter 'Workpieces' is not supported in event actions.".
Assigning "entity.ID = TestID" where TestID is a simple workspace variable works.
Workpieces.ID and TestID have the same DataType.
Does anybody have an idea why the assignment above is not allowed?
Thanks!

답변 (1개)

Laurent Royer
Laurent Royer 2023년 9월 12일
Hi Simon,
Did you create the Workpieces enum with a class m-file?
How did you configure the entity type of your Entity Generator block?
If you select Entity type = "Bus object", and you define this bus object to have an ID element with data type "Enum: Workpieces", the command "entity.ID = Workpieces.ID" should work.
  댓글 수: 1
Simon
Simon 2023년 9월 12일
Hey Laurent,
thanks for the answer.
Yes I did create the enum with a class m-file.
I was working with a Structured Entity type so far.
I'll try out the BusObject later on to see if it works.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Discrete-Event Simulation에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by