question

GabrielPaz19 avatar image
0 Likes"
GabrielPaz19 asked Jason Lightfoot commented

Problem with the forklift

Hello, I hope you are doing well. I am having a problem with my forklift operation. It only carries one object when the quantity is created from the processflow, and it stays still until another quantity is generated to go back to carrying just one. I wonder if I have a flaw in the programming logic or something needs to be added. Below I send you the model and a picture of how it behaves.

Modelo answers and questions flexsim.fsmcaptura-modelo.png

FlexSim 22.2.4
storereceptionprocessflow and picking
5 |100000

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

1 Answer

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Jason Lightfoot commented

When you assign more than one object to a label (like you do when you create multiple objects in the "Create Objects" activity), the resulting label will contain an array of the objects. You will have to load them individually. For example by using a subflow that gets executed for each entry in the array.

modelo-answers-and-questions-flexsim(1).fsm


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

Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·
Unless you load one, and then use the MoveObject activity to move the array of items in one go.
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.