question

Jyhjeng D2 avatar image
0 Likes"
Jyhjeng D2 asked Jyhjeng D2 commented

status of an operator in state chart

Hi:

I have an operator serving two machines, and I want to know his status over time. I used a state plot to do the job. The result is as follows.

compare-02.jpg

layout-01.jpg

However, the status does not match the working condition of the operator. The state pie chart shows his utilization is about 25.89%, but the time plot shows only a few percentages of his time is working. Can I change the state time plot to reflect the actual working (utilization) condition? The flexsim program is attached. Primer_2-5B-compare.fsm

FlexSim 22.0.1
state time plot for an operator
compare-02.jpg (64.3 KiB)
layout-01.jpg (81.1 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

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Jyhjeng D2 commented

Your "State vs. Time for Operator" chart plots the content of the operator over time. So it is essentially showing the time in which the operator is travelling with an item.

The proper chart to showcase an object's state over time would be a "State Gantt" chart.

1679039559912.png

Or you build your own Statistics Collector that flips between 0 and 1 depending on whether the operator is in the "utilize" state or not (by listening to the state change event).

primer-2-5b-compare(1).fsm


· 1
5 |100000

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

Jyhjeng D2 avatar image Jyhjeng D2 commented ·

It works. Thank you.

0 Likes 0 ·