question

Akshay P avatar image
0 Likes"
Akshay P asked Jordan Johnson commented

State blocked even though processor is processing

staticfinal.fsmDear all,

In the attached model, I am running an automated production line. I am pulling out several statistics, one of which gives information about the different states of the machines on the line (utilization statistics). The state pie chart reads the state as "blocked" even though the machines (especially DA1) are processing the items. Can anyone tell me if I am wrong in the labeling here or is this down to some model issues?

Also, for the AGV utilization chart. I would like to include the time spend by the AGV at the charging docks, but I couldn't figure out that option as well. Can someone help me with that?

Regards,

Akshay Pundir

agvstatesutilizationstate chart
staticfinal.fsm (217.4 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Jordan Johnson avatar image
1 Like"
Jordan Johnson answered Jordan Johnson commented

The Processor states are behaving correctly. If a processor finishes an item, but can't send an item through its output ports, then it will set its state to blocked. When a new item is received by the processor, it will set its state to processing. The state is set by the most recent event. You will see this issue whenever a processor is processing more than one item.

You could put a queue after each processor. This would make it so the processor is never blocked. AGVs could just pick up items from the queue, instead of from the Processor.

In this question, you have asked two questions. Please post a new Question for the second.

· 3
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.