question

Proxima avatar image
0 Likes"
Proxima asked Julie Weller commented

Pull the specified data from the list

I would like to know how and how I should issue the SQL syntax in order to grab a specific transaction in plural tokens

In my idea, when Transport1 arrives at the designated location, the token will be pushed into the deliverCarts list, and at this time the pickstation will grab the current arrival (the box transported by transport1) from the list and process the token

For example, the first transported object is type 16, which is the fourth token in the Pull from finish of the pickstation process. How can I trigger it to make it enter the next stage?

a_star_test_分區.fsm

FlexSim 23.1.2
astar navigatorlist pull from list
· 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.

Julie Weller avatar image Julie Weller commented ·

Hi @Proxima, was Felix's answer helpful? If so, please click the "Accept" button at the bottom of the 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 unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered

I currently see two reasons why the logic is not working:

1. In the pickstation process flow the tokens pull from list partitions defined by the instance objects (stations). So you also have to push the transporter token to those partitions for them to be able to be pulled.

1685427269638.png

1685427343698.png

2. The tokens need to pull 2 entries from the list but currently only a single token is ever pushed to the list.

1685427399714.png


1685427269638.png (7.4 KiB)
1685427343698.png (13.0 KiB)
1685427399714.png (8.5 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.

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.