Pull the specified data from the list

Pull the specified data from the list

wie_k
Not applicable
47 Views
2 Replies
Message 1 of 3

Pull the specified data from the list

wie_k
Not applicable

[ FlexSim 23.1.2 ]

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

0 Likes
Accepted solutions (1)
48 Views
2 Replies
Replies (2)
Message 2 of 3

moehlmann_fe
Enthusiast
Enthusiast
Accepted solution

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

0 Likes
Message 3 of 3

julie_weller
Not applicable

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