-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
meEventUpdate and discrete inputs #5
Comments
Modified by andreas on 25 Nov 2009 20:06 UTC |
Comment by Torsten Blochwitz on 4 Dec 2009 08:34 UTC |
Comment by Martin Otter on 6 Dec 2009 17:40 UTC An event is always triggered from the environment in which the FMU is called (so it is not triggered inside the FMU). Typically, this is performed in the following way by evaluating the three conditions above in an appropriate way: [...] |
Modified by dietmarw on 7 Sep 2012 10:18 UTC |
New version 3.9 of ESI’s SimulationX released
Reported by mauss on 4 Oct 2009 13:42 UTC
The mathe. description says: "The non-real (input) variables change
their values only at events." Who generates these events? The FMU
could use event indicators to detect changes of discrete input
variables. Alternatively, the environment could by responsible
for calling meEventUpdate after having changed a discrete input
using meSetBoolean/Integer/String. What is the policy here?
Migrated-From: https://trac.fmi-standard.org/ticket/5
The text was updated successfully, but these errors were encountered: