question

Proxima avatar image
0 Likes"
Proxima asked Proxima commented

how can i use pull from list to let AGV move?

I want to make a partitioned AGV operating system , use queue to connect the two parts of the agv system , Currently I can't get the agv of part2 to do mobile pickup , how can i fix it?

流管專案.fsm


FlexSim 22.2.2
listpull from list
流管專案.fsm (2.0 MiB)
· 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.

Andrew O avatar image Andrew O ♦ commented ·

Hi @Proxima, was Jason Lightfoot'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 unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Proxima commented

Your not pulling from the Input list using the partitions you set when you pushed to the list. Also you seem to be pushing the token but you probably need to push the item reference.

· 5
5 |100000

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

Proxima avatar image Proxima commented ·

I want to ask how can I get the full token out of the list and use?

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Proxima commented ·

Well you can push the token if you wish, but be aware that token is (I think in your model) used in a loop so may get new values for the item etc.. so then timing becomes key in ensuring you get the correct values transferred. It's often better to label up the item with all the information needed and just push the item. This way you're not trying to maintain/preserve thousands of counterpart tokens that are needed because they house all the information in the model. A (set of) token(s) just represent the state of an invocation of a process - and when that process restarts or complete it should be disposable.

0 Likes 0 ·
Proxima avatar image Proxima Jason Lightfoot ♦ commented ·

Sorry, I still don't know how to do this, can you explain it with pictures?

l am new to process flow

流管專案.fsm螢幕擷取畫面-2022-11-24-211853.png

0 Likes 0 ·
Show more comments

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.