-1

I am trying to simulate manufacturing process by using statechart. And i have created agents for particular machines by statecharts and connecting those agents according to manufacturing process with help of resource pool, seize block and release block

enter image description here

My agent is passing through the resource pool and seize block. And I am expecting to run the model one after another seize blocks. However, when I run the model my all three statcharts are active at a same time, which I do not want. can anybody suggest me a possible way to avoid simultaneous process?

James Z
  • 12,209
  • 10
  • 24
  • 44
Mayank
  • 1

1 Answers1

0

I'm assuming your manufacturing processes don't take 0 time. You're missing Delay blocks, causing all your blocks to execute at the same, instantaneous moment.

On a side note, what you're showing us isn't a statechart, but a flowchart.

Shingston
  • 217
  • 1
  • 8