Opened 6 years ago

Last modified 6 years ago

#5432 new enhancement

Omitting stopTime in modelDescription.xml

Reported by: Arinomo <trista.arinomo@…> Owned by: Lennart Ochel
Priority: normal Milestone: Future
Component: FMI Version:
Keywords: FMU; stopTime Cc:

Description

I'm trying to implement the FMU from OM in a HiL test and one of the requierment is omit the stopTime on FMU's xml file in order to sucessfully run the application in a rt-machine. I know we can set the stopTime in model's annotation, but it is posible to omit this if for example the stopTime is set to Inf?

annotationexperiment(StartTime = 0, StopTime = Inf, Tolerance = 1e-06, Interval = 1)

Change History (1)

comment:1 by Arinomo <trista.arinomo@…>, 6 years ago

Adding to the description: so the intended output on xml file woulde be something like this

 <DefaultExperiment startTime="0.0" tolerance="1e-006"/>
Note: See TracTickets for help on using tickets.