question

kimsh avatar image
0 Likes"
kimsh asked Jeanette F commented

ASRSvecycle send port error!

Hi.

When I play the file, it stops once in the middle, even though there is room for entry. If you look closely at the movement, you can see that it is waiting to put the item in a full port, not an empty port.

1. I want to send it straight to the empty port, is there a good way?
I've been forced to create a PE block and blocked the port, but it doesn't work.

2. And, if you look at ASRSvecycle1, there seems to be buffering for about 7 seconds before loading. I didn't give loading time to ASRSvecycle1, so why is this?

3. Finally, when I see the ASRSvevehicle1 device when unloading an item, it returns to the home as soon as it unloads the item. I also need the condition of returning to the home, but I want to implement the appearance of returning to the home after a certain time has passed since unloading an item, or after a certain distance has passed.

first available port Question1.fsm


first-available-port-question.png

first-available-port-question1.png

FlexSim 23.2.2
asrsvecycle send port error
· 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.

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @kimsh,

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.

If your current license is expired, please contact your local distributor to renew your license.

0 Likes 0 ·
kimsh avatar image kimsh Jeanette F ♦♦ commented ·

I'm not sure what it means.


I made modeling in a free version, so I don't have a license.

0 Likes 0 ·

Hi @kimsh, was one of Joerg Vogel's answers helpful? If so, please click the "Accept" button at the bottom of the one that best answers your question. 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 ·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered

Try it with input pull option in entry transfers of your conveyors:

Pull Requirement an Array or Range of Values allowed to enter.

5 |100000

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

Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Joerg Vogel commented

In your picture I can’t count at any exit transfer a number of output ports larger than three. In your code you divert items in default case to port numbers in a range of 4 to 6. If this default case gets executed than the involved item will not released. And this can cause that your will get into a stop.

· 2
5 |100000

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

kimsh avatar image kimsh commented ·

I know. The above model has some of the whole off. And since the station on the line connected to the source sets the label to 1, it's not a problem.


The current problem is that, despite the fact that there is a situation where one item can fit in the sink line, there is a momentary stop because ASRS is trying to move the item to the side where the line is full.


If you look at the code now, you can see that when the label is 1, it is duniform(1,2). As far as I know, the probability is 50-50, I would like to change this code to first available code among 1 and 2.

0 Likes 0 ·
Joerg Vogel avatar image Joerg Vogel kimsh commented ·
@kimsh, please give us the whole situation you want to accomplish:
  • how many types are available to be diverted?
  • which ports they go to?
  • is it a ratio, a statistical distribution or a port by other condition you send them to?

please be precise, what you want an answer for.

0 Likes 0 ·

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.