Announcements
Autodesk Community will be read-only between April 26 and April 27 as we complete essential maintenance. We will remove this banner once completed. Thanks for your understanding
Announcements
We are currently migrating data within this board to improve the community. During this process, posting, replying, editing and other features are temporarily disabled. We sincerely apologize for any inconvenience caused and appreciate your understanding. Thank you for your patience and support.

Box scanning capacity: max amount for box scanner/sorting (1 box/sec)

Roos_UTI
Not applicable
0 Views
6 Replies
Message 1 of 7

Box scanning capacity: max amount for box scanner/sorting (1 box/sec)

Roos_UTI
Not applicable

[ FlexSim 24.1.0 ]

Hi,

Can I set a maximum amount on a DP (box sorting).

The actual scanner can only proces 360 items/hour, so it needs 1 second per box.

When there is more than 1 box per second the box should not be sorted.



Reply
Reply
0 Likes
Accepted solutions (1)
1 View
6 Replies
Replies (6)
Message 2 of 7

jeanette_fullmer88DK3
Autodesk
Autodesk

Hi @Roos_UTI,

Thank you for contributing to our community! We couldn't identify a maintained license or subscription linked to your account.

You may need to update your profile information to identify yourself as a license owner or their associate. Check out our article for how to ensure you receive timely support. If you update your profile comment back to let us know - we'll adjust the priority of your post accordingly.

Reply
Reply
0 Likes
Message 3 of 7

Roos_UTI
Not applicable
Hi Jeanette,


I can only change my e-mail or password in the link you send me. My license is under Talumnis. What do I need to do to verify?

Reply
Reply
0 Likes
Message 4 of 7

joerg_vogel
Not applicable

@Roos_UTI, you need to be precise. You want to skip items in an interval of ten seconds or do you want to keep an ratio of 360 items passing in an hour?

You reset a label value in an interval of 10 seconds by message, looped process flow or repeating custom event. When an item passes this decision point it will set a different value at your label. This value indicating that any other passing item is diverted to a different destination. Elapsed interval will reset label value, which allows a passing of a single item again.

A constant rate of 360 items allowed to pass, depends on a knowledge of average capacity of items in an hour. Otherwise you will let pass first 360 items and divert the rest of incoming items until an hour elapses..

Reply
Reply
0 Likes
Message 5 of 7

moehlmann_fe
New Member
New Member
Accepted solution

@Joerg Vogel mostly answered this in this comment. Though I think rather than resetting the ability to scan in a fixed interval, it should be based on the item since the last scan. Otherwise two items following each other closely could both the scanned when the reset cycle lines up correctly.

In the attached model, I set a label on the DP to the current time after an item is scanned (color changes and item is send to respective conveyor). Whenever an item arrives, the trigger code first checks this label and if the difference between it and the current model time is less than one second, ends the code execution before any of the other things happen by returning a 0 (Code Snippet).

scan-rate-limit-fm.fsm

Reply
Reply
0 Likes
Message 6 of 7

steven_hamoen
Not applicable
@Jeanette F The company of Roos has a license that is currently under maintenance. uticon.com01
Reply
Reply
0 Likes
Message 7 of 7

Roos_UTI
Not applicable

Exactly what I need thanks!

Reply
Reply
0 Likes