question

khoobros avatar image
0 Likes"
khoobros asked Logan Gold commented

Im new can someone help me on my forklifts does not follow netwrok nodes

FlexSim 24.2.2
forklift movement
· 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.

Hi @khoobros, was Sebastian Hemmann'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 comment back to reopen your question.

0 Likes 0 ·

1 Answer

Sebastian Hemmann avatar image
0 Likes"
Sebastian Hemmann answered Felix Möhlmann commented

At the model you´ve provided the Transporters are following the Networknodes. Can you please explain more exactly what you are looking for?

· 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.

Felix Möhlmann avatar image Felix Möhlmann commented ·
When an item exits the Intermediate Stock queue (IS) while its content is less than 40 and there are at least 10 items in the Raw Material queue (RM), a message is send which then causes 10 items to be released from RM. This can happen multiple times before the initially released items have actually been picked up at RM. The same items are then released again which also causes a second transport task sequence to be created for those items.

When this second task sequence is executed the transporter will first travel to the network node at RM, since that is stored as the original pickup location in the sequence. But because the items have already been moved, the transporter will then offset travel to the actual item location in IS. The offset travel happens in a straight line. After loading the items the transporter will return to the RM network node and then travel to the network node at IS and unload the items.

So what you need to do is to make sure that the items are not released twice. You could do this by setting a label on IS that prevents further messages from being send until the ordered batch has arrived in the queue. Or you open/close the output of RM instead of holding and manually releasing the items (close the output every ten times the Send to Port code has been executed - which is synonymous with an item having been released. And open it with the same message that is currently causing the release).

0 Likes 0 ·