SYSTEM AND METHOD FOR SCHEDULING THE EXECUTION OF MODEL COMPONENTS USING MODEL EVENTS
A method of specifying and configuring a causal relationship between the dynamics of a graphical model and the execution of components of the model is disclosed. Model component execution is tied to the occurrence of model events. Model events are first defined in the modeling environment. The occurrence of conditions in the model specified in the definition of the event causes the event to be “posted”. Model components that have been associated with the occurrence of the event “receive” the notice of the posting of the event and then execute. Random components within a subsystem may be designated to execute upon the occurrence of an event, as may non-contiguous components within a model. The association between model events and component execution may be specified without drawing graphical indicators connecting components in the view of the model.
This application is a continuation of application Ser. No. 10/759,346, filed Jan. 15, 2004 for System and Method for Scheduling the Execution of Model Components Using Model Events, which application is hereby incorporated by reference in its entirety.
FIELD OF THE INVENTIONThe illustrative embodiment of the present invention relates generally to the execution of model components within a modeling environment, and more specifically to the scheduling of the execution of modeling components using model events.
The illustrative embodiment of the present invention is related to a presently pending Unites States patent application entitled, “A System and Method for Using Execution Contexts in Block Diagram Modeling”, Ser. No. 10/414,644, the contents of which are hereby incorporated by reference.
BACKGROUNDSimulink™ from The MathWorks, Inc. of Natick, Mass., is an example of a graphical modeling environment, specifically a block diagram environment. Simulink™ allows users to create a pictorial model of a dynamic system. The model consists of a set of symbols, called blocks. Each block can have zero or more input ports, output ports, and states. Each block represents a dynamic system whose inputs, states, and outputs can change continuously and/or discretely at specific points in time. The lines are used to connect the blocks' ports to one another, and represent data dependencies between blocks. Signals may be represented as values traveling along the lines that connect the blocks in a block diagram.
If all of a block's inputs, states, and outputs change either continuously or at one fixed, periodic rate, the block is considered to be a ‘single-rate’ block. If the inputs, states, and outputs update, either together, or separately at points in time defined by two or more rates, the block is considered to be a ‘multi-rate’ block. If a model has multi-rate blocks in it, or two or more single-rate blocks running at different rates, then the model itself is multi-rate (vs. single-rate).
A block is referred to as ‘atomic’ if its functional definition is outside the context of the model in which it is placed. Simulink™ has a set of predefined atomic blocks (e.g. Sum, Product, Gain), and the user can also create their own atomic blocks through user-written ‘S-functions’. Being atomic, S-functions' functional definitions are specified outside the context of the model, for example using C code or MATLAB ‘m’ code. A ‘composite’ block is a block whose functional definition is specified through the model, using sets of atomic and composite blocks. Simulink™ permits the user to specify ‘subsystems’, composite blocks whose definition consists of interconnected sets of predefined blocks, user-written S-functions, and other Simulink™ subsystems. Subsystems can be nested hierarchically, defining a ‘model hierarchy.’
Simulink™ sample rates provide a mechanism for specifying how often components of a model execute.
Simulink™ supports the propagation of sample rates. For example, the rates of the Gain blocks 8 and 12 in
Simulink™ also provides mechanisms for specifying causal relationships between the dynamics of the model and the execution of model components, including: function-call subsystems, triggered subsystems, iterator subsystems, action subsystems and enabled subsystems. The specifying of causal relationships permits users to specify execution of model components conditional on present and past values of signals and other data in the model.
However, the scope of conditional execution is generally restricted to a subsystem as conventional methods of specifying the relationships do not allow the scope of conditional execution to be defined as an arbitrary set of blocks (as opposed to the set of blocks that comprise a subsystem). This is a significant limitation, since there are times where it is desirable to simultaneously execute a set of blocks that are not in a subsystem and/or are not contiguous in the model. For example, conventional methods of conditional execution do not allow execution of various blocks distributed throughout the model at power-up or power-down. As a result, the manner in which the causal relationships may be composed is restricted. Conventional methods of specifying the causal relationships between the dynamics of a model and the execution of model components do not allow a user to enable half of the blocks in a subsystem and trigger the other blocks. Similarly, one may not trigger some of the blocks in a subsystem with one trigger, and the remaining blocks with a different trigger.
An additional drawback to conventional mechanisms for specifying the causal relationships between the dynamics of a model and the execution of model components is that these mechanisms require graphical connections to be made in the block diagram to indicate causality. This can result in an appearance which some users feel “clutters” the diagram. Another limitation to conventional mechanisms for specifying causal relationships is that the conventional mechanisms do not naturally map to advanced software or operating system constructs, such as initialization, exceptions, or tasks. Similarly, since conventional mechanisms of specifying the causal relationships lack a first class object associated with the causal relationship, it is difficult to configure and assign characteristics to that relationship. It is also difficult for the user to directly leverage implicit dynamics associated with the mechanisms, for example the enable and disable methods associated with an enabled subsystem, and to conditionally execute components of the model based on these implicit dynamics.
BRIEF SUMMARYThe illustrative embodiment of the present invention provides a mechanism for specifying and configuring a causal relationship between the dynamics of a model and the execution of components of the model. Model component execution is tied to the occurrence of “model events”. Model events are first defined in the modeling environment. The occurrence of conditions in the model specified in the definition of the event causes the event to be “posted”. Model components that have been associated with the occurrence of the event “receive” the notice of the posting of the event and then execute. Isolated components within a subsystem may be designated to execute upon the occurrence of an event, as may non-contiguous components within a model. The association between model events and component execution may be specified without drawing graphical indicators connecting components in the view of the model.
In one embodiment, in a modeling environment having at least one model with multiple executable components, a method monitors the execution of the model for the occurrence of a specified event. Upon determining the occurrence of the specified event, the occurrence of the event is posted to an event handler. A component is then executed in response to the notifying of the event handler.
In another embodiment, in a modeling environment having at least one model with multiple executable components, a method monitors the execution of the model for the occurrence of a specified event. Upon determining the occurrence of the specified event, the execution of another event is interrupted in response to the determination of the occurrence of the specified event. An operation in the model is then performed in response to the determination of the occurrence of the specified event.
In an embodiment, in a modeling environment, a system includes a graphical model with multiple executable components. The system also includes an event handler. The event handler receives notice from the model of the occurrence of a specified event. The system additionally includes at least one component which receives notification from the event handler of the occurrence of the specified event. The receiving component executes in response to the notification.
The illustrative embodiment of the present invention provides a mechanism for tying the execution of model components to the occurrence of specified model events. Sample rates are specified as events thus tying model component execution to the dynamics of the model. Non-contiguous model elements may be configured to conditionally execute based on model event occurrence. Additionally, the scope of component execution is not limited to subsystems in their entirety as is required by certain conventional systems. The conditional execution of components based on event occurrence may also be used for exception handling. Associations between model components and events may be established without drawing additional component connections in the view of the model.
For sake of clarity, the explanation of the illustrative embodiment of the present invention contained herein makes reference to a Simulink™ and MATLAB™-based modeling environment (both applications from The MathWorks of Natick, Mass.) However, it should be recognized by those skilled in the art, that the illustrative embodiment of the present invention may also be applied to other modeling environments and other types of diagrams in addition to traditional block diagrams including Stateflow™ from the MathWorks of Natick, Mass., a state diagramming application, and data flow diagramming environments.
A Simulink™ Model Event as used in the illustrative embodiment of the present invention (also referred to hereafter as “Event” or “Simulink™ Event”) may be explicitly defined in a MATLAB workspace as an object. Its attributes may include a name, a color, an optional expected rate, an optional task, and an explanation as to how the function corresponding to the event should be implemented (e.g. inline vs. explicitly defined signature).
Events that have been defined may be “posted” by blocks in the model, based on arbitrary conditions the user defines. Blocks that “receive” that event execute when it is posted. “Posting” refers to sending a message to an event handler indicating the occurrence of a particular event. Blocks that have registered with or otherwise hooked into the event handler are then informed about the occurrence of the event when the event posts.
The model depicted in
An event's “scope” is the scope of the workspace within which it exists. If a workspace is associated with a subsystem or model, the scope of the event is that subsystem or model. Blocks may only specify their sample time as an event when that event is in scope from that block.
The set of blocks handling each event execute in the relative order that they appear in the model's sorted block list. The sorted block list order is determined by data dependencies. Accordingly, every 20 ms the Stateflow chart 30 executes, and the chain of green blocks 40, 42, 44, and 46 executes, left to right, followed by the chain of blue blocks 50, 52, 54 and 56, left to right. Furthermore, since the optional sample rate of the events has been explicitly specified to be 20 ms, a runtime check is performed to assert that those events are posted every 20 ms. One advantage of explicitly specifying an event's rate is that any code generated for that rate can use the corresponding constant sample time in the generated code wherever elapsed time between successive execution is required, rather than requiring the usage of timers, as would ordinarily be the case.
In contrast to explicit events, which are defined as workspace objects and whose conditions for posting are explicitly specified by the user (e.g. through the usage of Simulink™ “Post” blocks or Stateflow logic), implicit events are implied by model constructs, and automatically posted in response to execution of those constructs. The user cannot post implicit events. However, the user can handle implicit events, meaning that the user can define model components that execute directly in response to an implicit event.
The illustrative embodiment of the present invention includes the five types of implicit events noted in the table below:
Those skilled in the art will recognize that other types of implicit events may be handled in addition to those listed in the table above without departing the scope of the present invention. For example, other types of implicit events that may be supported include error conditions, such as an implicit event posted when a product block attempts to divide by zero, or a logarithm block attempts to take the logarithm of zero. Objects corresponding to implicit events automatically populate the various workspaces of the model, whereby their properties may be configured by the user.
An example of the use of implicit events in an enabled subsystem 90 is shown in
Each event in the illustrative embodiment of the present invention maps 1-1 to a function (also referred to herein as the “event handler”) that serves as the entry point to the code corresponding to the blocks whose sample rate has been specified or inherited as the event. Whenever the conditions leading to the posting of the event are true, the system reacts by calling the function. The function may be inlined during code generation. The choice of whether or not to inline an event's function is a property of the corresponding event object. As a default implementation, a user may choose to inline implicit events' functions, and not to inline explicit events' functions.
One of the properties of a Simulink™ Event is its task. By default, an event inherits its task from the context from which it is posted. For example, in
The task of an event may be specified as the name of a model task object, corresponding to a task in the real-time implementation. Simulink™ task objects correspond to spawned operating system tasks. Properties of a Task object may include a designated rate (periodic value, or asynchronous), priority, task stack size, whether the task is preemptible, or other properties. When an event is posted whose task is different from the task of the block or model construct posting the event, the function corresponding to the event is scheduled in the event's task. If the task is specified to be periodic, the function executes during any timestep of that task during which the event is posted. If the task is specified as asynchronous, then the posting of the event causes the task to be executed by the operating system.
The illustrative embodiment of the present invention avoids the asynchronous posting of events and multithreaded implementation, through the use of tasks. Tasks are used to help insure data integrity when using events in a real-time implementation by indicating where an event transition block is required for the sake of data integrity. Tasks are also used to specify the relative priority of the tasks associated with a transition. The illustrative embodiment of the present invention uses an event transition block that is a generalization of Simulink™'s rate transition block.
However, if Events A and B are specified to execute in different tasks, event transition blocks are necessary, as shown in
The timeline of
Thus, in
In addition to ensuring data integrity, event transition blocks may be necessary for resolution during event propagation. However, when transitioning between events that are in the same task, the block copies its input value to its persistent output. Post-compiling may then be attempted to reduce the block. It should be noted that transition blocks require an InitialCondition parameter to initialize their memory. In one implementation, the default value of this parameter is zero.
Events may also be used to handle errors encountered as a model executes. When an error occurs, the model may “post an event exceptionally”. An event that is posted exceptionally is called an “exception event”. A key characteristic of an exception event is that it is handled differently from an event that is posted non-exceptionally, or a “normal event”. In particular, when one event posts another exception event, that first event's function never resumes execution upon exiting the function for the exception event. In other words, if B interrupts A exceptionally, the execution of A is not resumed after the completion of B. Note that an event may be called both normally and exceptionally in the same model.
The usage of an exception event in a model is depicted in
If Event B had been posted normally instead of as an exception, when the handler for Event B was finished, the handler for Event A would have completed execution. These two contrasting scenarios are depicted abstractly in
The model in
An alternative mechanism to the use of an atomic subsystem for controlling execution order is to assign the priority of branches leaving a block, and then all blocks in a branch inherit the priority of that branch when such inheritance is unique and unambiguous.
An additional alternative to the use of an atomic subsystem for controlling execution order is depicted in
In the diagram on the left in
In the diagram on the right in
The “early return” associated with an exception event can also help prevent computations downstream from a signal involved in an error condition from uselessly executing. For example, in the example of
As discussed above, an event may be posted normally or exceptionally. The Post block is used to post an event normally, while the Throw block is used to post an event exceptionally. In addition, a user-specified S-Function API can be used to post an event normally or exceptionally. A model component may handle the event when it is thrown normally, or when it is thrown exceptionally, but not both cases. A block's sample time may be specified as ‘A’ to indicate that it handles Event A when posted normally, or ‘A.exception’ to indicate that it handles Event A when posted exceptionally. A block with sample time A does not handle Event A when it is posted exceptionally, and a block with sample time A.exception does not handle Event A when it is posted normally.
Explicit events posted exceptionally should have a nonempty handler; there should be at least one block in the model handling the event exceptionally. If this is not the case, an error is raised. This requirement is justified by the recognition that an explicit exception event is posted by the model components the user has taken the time to create, and that such an event should be handled by the model. Implicit events are posted normally if there is a nonempty handler. If no model component is handling the implicit event posted normally, the event is posted exceptionally instead. A Throw block may repost an event that it is handling normally as an exception event. This scenario may be utilized when success handling the event normally is not guaranteed. Following an initial attempt, the event may be handled exceptionally.
One high level sequence of steps followed by the illustrative embodiment of the present invention is shown in
Since certain changes may be made without departing from the scope of the present invention, it is intended that all matter contained in the above description or shown in the accompanying drawings be interpreted as illustrative and not in a literal sense. Practitioners of the art will realize that the system configurations depicted and described herein are examples of multiple possible system configurations that fall within the scope of the current invention. Likewise, the sequences of steps discussed herein are examples and not the exclusive sequence of steps possible within the scope of the present invention.
Claims
1. A method comprising:
- storing, in a memory, an executable graphical model having a plurality of executable time-based components, said executable graphical model including at least one user-configurable, executable graphical post component having at least one input for receiving at least one input signal, said at least one user-configurable, executable graphical post component being configured to post an event when a condition associated with said at least one input signal of said at least one user-configurable, executable graphical post component is satisfied;
- associating, by a processor coupled to the memory, at least one executable time-based component of said executable graphical model with said event;
- identifying when said condition is satisfied during execution of said executable graphical model;
- posting, by said at least one user-configurable, executable graphical post component, an occurrence of said event when said condition is satisfied;
- notifying said at least one executable time-based component that is associated with said event of said occurrence of said event; and
- executing, as part of the execution of said executable graphical model, said at least one executable time-based component in response to said notifying.
2. The method of claim 1 wherein said at least one user-configurable, executable graphical post component is a block or a label.
3. The method of claim 1, further comprising:
- setting a sample time for an initial execution of a first executable time-based component to be said occurrence of said event; and
- propagating said sample time to a second executable time-based component in said executable graphical model, said second executable time-based component configured to inherit a sample rate.
4. The method of claim 3, further comprising:
- setting a sample time of a plurality of non-contiguous executable time-based components in said executable graphical model to be said occurrence of said event.
5. The method of claim 4, further comprising:
- providing a view of said executable graphical model,
- wherein said sample time for said plurality of non-contiguous executable time-based components is set without adjusting visible connections between said plurality of non-contiguous executable time-based components displayed in said view.
6. The method of claim 3, further comprising:
- providing a view of said executable graphical model; and
- indicating with an event ID in said view that said sample time of said first executable time-based component is set to said event.
7. The method of claim 1, wherein an execution scope of said event is restricted to a portion of said executable graphical model.
8. The method of claim 1 wherein a branch priority executable time-based component indicates an order of execution among at least two branches of the plurality of executable time-based components in response to said notifying.
9. A method comprising:
- storing, in a memory, an executable model having a plurality of executable time-based components, said executable model including at least one user-configurable, executable graphical post component having at least one input for receiving at least one input signal, said at least one user-configurable, graphical post component being configured to post a specified event when a condition associated with said at least one input signal of said at least one user-configurable, executable graphical post component is satisfied;
- identifying when said condition is satisfied during execution of said executable model;
- posting, by said at least one user-configurable, executable graphical post component, an occurrence of said specified event when said condition is satisfied;
- interrupting execution of an executing event in response to said posting of said specified event; and
- performing an operation in said executable model in response to said posting of said specified event.
10. The method of claim 9 wherein said specified event is treated as a normal event and further comprising:
- resuming execution of said interrupted event.
11. The method of claim 9 wherein said specified event is treated as an exception event and further comprising:
- returning control of said execution of said executable model to a calling process which called said interrupted executing event without resuming execution of said interrupted event.
12. The method of claim 9 wherein said specified event is specified using an instantiated event object.
13. The method of claim 12 wherein said event object is associated with a task object, said task object
- corresponding to an operating system task, and
- having at least one of a specified execution rate and priority.
14. The method of claim 13 wherein at least two events with different tasks are executing in a model and further comprising:
- using event transition components to schedule said execution of time-based components associated with said at least two events, said event transition components separating said execution of said time-based components associated with said at least two events.
15. The method of claim 9 wherein said operation is said execution of more than one executable time-based component groups, said executable time-based component groups being a user selected grouping of executable time-based components, said order of execution of said executable time-based component groups specified by a user.
16. A physical non-transitory computer-readable medium holding computer-executable instructions, said instructions comprising:
- one or more instructions for storing an executable graphical model having a plurality of executable time-based components and configured with a condition capable of being satisfied during execution of said executable graphical model;
- one or more instructions for identifying when said condition is satisfied during execution of said executable graphical model;
- one or more instructions for triggering an occurrence of an event in response to said identifying;
- one or more instructions for receiving, by an event handler, the occurrence of said event in said graphical modeling environment;
- one or more instructions for notifying, by said event handler, at least one executable time-based component that is associated with said event of said occurrence of said event; and
- one or more instructions for executing said at least one executable time-based component in response to said notifying.
17. The non-transitory computer-readable medium of claim 16, wherein said instructions further comprise:
- one or more instructions for setting a sample time for an initial execution of a first executable time-based component to be said occurrence of said event; and
- one or more instructions for propagating said sample time to a second executable time-based component in said executable graphical model, said second executable time-based component configured to inherit a sample rate.
18. The non-transitory computer-readable medium of claim 16, wherein said instructions further comprise:
- one or more instructions for setting a sample time of a plurality of non-contiguous executable time-based components in said executable graphical model to be said occurrence of said event.
19. The non-transitory computer-readable medium of claim 18, further comprising:
- one or more instructions for providing a view of said executable graphical model,
- wherein said sample time for said plurality of non-contiguous executable time-based components is set without adjusting visible connections between said plurality of non-contiguous executable time-based components displayed in said view.
20. The non-transitory computer-readable medium of claim 16, wherein an execution scope of said event is restricted to a portion of said executable graphical model.
21. The non-transitory computer-readable medium of claim 16 wherein a branch priority block indicates an order of execution among at least two branches of the plurality of executable time-based components in response to said notifying.
22. The non-transitory computer-readable medium of claim 21 wherein more than one executable time-based component groups execute in response to said notifying, said executable time-based component groups being a user selected grouping of two or more of the plurality of executable time-based components, said order of execution of said executable time-based component groups specified by a user.
23. A physical non-transitory computer-readable medium holding computer-executable instructions, said instructions comprising:
- one or more instructions for storing, in a memory, an executable model having a plurality of executable time-based components, said model including at least one user-configurable, executable graphical post component having at least one input for receiving at least one input signal, said at least one user-configurable, executable graphical post component being configured to post a specified event when a condition associated with said at least one input signal of said at least one user-configurable, executable graphical post component is satisfied;
- one or more instructions for identifying when said condition is satisfied during execution of said executable model, said execution of said executable model including running a simulation of said executable model within a graphical modeling environment;
- one or more instructions for posting, using said executable graphical post component, an occurrence of said specified event when said condition is satisfied;
- one or more instructions for interrupting execution of an executing event in response to said posting of said specified event; and
- one or more instructions for performing an operation in said executable model within said graphical modeling environment in response to said posting of the occurrence of said specified event.
24. The non-transitory computer-readable medium of claim 23 wherein said specified event is treated as a normal event and wherein said instructions further comprise: one or more instructions for resuming execution of said interrupted event.
25. The non-transitory computer-readable medium of claim 23 wherein said specified event is treated as an exception event and wherein said instructions further comprise: one or more instructions for returning control of said execution of said executable model to a calling process which called said interrupted event without resuming execution of said interrupted event.
26. The non-transitory computer-readable medium of claim 25 wherein at least two events with different tasks are executing in a model and wherein said instructions further comprise:
- one or more instructions for using event transition components to schedule said execution of executable time-based components associated with said at least two events, said event transition components separating said execution of said executable time-based components associated with said at least two events.
27. The non-transitory computer-readable medium of claim 23 wherein said operation is controlled by an order of execution indicated a branch priority block.
Type: Application
Filed: Jul 28, 2014
Publication Date: Jan 14, 2016
Inventors: Peter S. Szpak (Newton, MA), Matthew J. Englehart (Olmsted Township, OH)
Application Number: 14/444,412