question

amalgunda avatar image
0 Likes"
amalgunda asked Jeanette F commented

Building a weighing system

Hi everyone,


I'm working on a simple project in FlexSim and need some guidance on how to implement a weighing system. My goal is to have each conveyor in my simulation process "weigh" packages, and then calculate and record the average weight in a table that is displayed later.


Could anyone provide insights or share examples on how to set up such a system in FlexSim? Any tips on how to start, what tools or commands to use, or general advice on best practices for implementing this would be greatly appreciated!


Thank you in advance for your help!

1713178644403.png

FlexSim 24.0.3
dashboard dataweight
1713178644403.png (87.5 KiB)
· 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.

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @amalgunda, was Joerg Vogel's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered

@Amalgunda, weight is an unknown attribute for items in FlexSim. Then you will add a custom attribute to each of your items. Labels are easy to add. You can assign or set labels in item creating activities or objects (source > Triggers +> on Creation +> Data). You can read atrributes of items on Conveyor on firing events like On Entry, On Exity, by PhotoEye Objects On Cover. In a table you store time of entry, time of exit and naturally read value of weight. Then you can evaluate total weight of items simultaneously present on a conveyor or you can get a mean value of items per time interval.

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.