question

Alexander Muff avatar image
0 Likes"
Alexander Muff asked David Chas answered

Counting Batches and Exit Rate Metric

I have car parts (Wheels, Hood and Mirrors) being processed in large batches. But when they exit I need to know how many "Car Sets" I have completed.

1) Is there a way to count batches of the 3 types of parts?

2) Can I record the exit rate of each part? ( Time from WheelSet1 to WheelSet2)

module sdk
· 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.

Alexander Muff avatar image Alexander Muff commented ·

counting-sets-and-exit-rate-rev0.fsm

Upload of test model.

0 Likes 0 ·
Alexander Muff avatar image Alexander Muff commented ·

Any help on this?

Most importantly - Exit Rate. Is there a way to record the time between tokens leaving the system?

Token1 - Token2. Then Token2 - Token3.

0 Likes 0 ·
Mischa Spelt avatar image Mischa Spelt commented ·

Not a full answer, but for (1) I guess the number of batches is just minof(Wheels.output / 4, Hood.output, Mirrors.output) (in pseudocode) and for (2) you could have a look at the Output Per Hour statistic.

0 Likes 0 ·

1 Answer

·
David Chas avatar image
0 Likes"
David Chas answered

Hi!!

The attached model has the two questions answered


5 |100000

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

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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