FSMActor vs. ModalModel

2006-05-02 Thread Lutz, Charles D
Hi folks, I was reading the docs for the FSMActor and the ModalModel. The former claims it can be the FSM for the latter, and indeed in the code it looks like ModalModel makes use of FSMActor. However, the FSMActor docs claim that its states can have refinements, but an option to

Attempting to implement queue between states

2006-05-02 Thread Lutz, Charles D
Hi folks, If one wants to implement queue of things is worked on in stages (e.g. an assembly line) from a state machine point of view, I can only think of trying to introduce some sort of queuing mechanism between the states. For a while the enclosed model was starting to do

Re: CT inside SDF?

2006-05-02 Thread Edward A. Lee
At 03:20 PM 5/1/2006, Ben Denckla wrote: In looking at the SigmaDelta demo, I was a bit surprised to see the top level director as DE not SDF. So, I attempted to convert the model to use SDF at the top, and this appears to be non-trivial. Is this possible, or should CT always be embedded in

Re: Attempting to implement queue between states

2006-05-02 Thread Edward A. Lee
The top-level feedback loop in your model has no initial tokens... There is nothing to process... Edward At 11:11 AM 5/2/2006, Lutz, Charles D wrote: Hi folks, If one wants to implement queue of things is worked on in stages (e.g. an assembly line) from a state machine point of view, I can