Opened 9 years ago

Last modified 5 years ago

#3786 closed defect

FMU export generates an empty ModelStructure — at Version 1

Reported by: Adrian Pop Owned by: Adrian Pop
Priority: blocker Milestone: 1.16.0
Component: FMI Version:
Keywords: Cc:

Description (last modified by Adrian Pop)

When FMU exporting the attached model we get some elements in the ModelStructure but they are empty:

translateModelFMU(Driver,"2.0","cs"); getErrorString();

gets you:

  <ModelStructure>
    <Outputs>
    </Outputs>
    <Derivatives>
    </Derivatives>
    <InitialUnknowns>
    </InitialUnknowns>
  </ModelStructure>

Change History (2)

by Adrian Pop, 9 years ago

Attachment: Driver.mo added

comment:1 by Adrian Pop, 9 years ago

Description: modified (diff)
Owner: changed from Adeel Asghar to Adrian Pop
Status: newaccepted
Note: See TracTickets for help on using tickets.