Problem with the forklift

Problem with the forklift

Gabriel_Paz63
Not applicable
17 Views
2 Replies
Message 1 of 3

Problem with the forklift

Gabriel_Paz63
Not applicable

[ FlexSim 22.2.4 ]

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

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

moehlmann_fe
Observer
Observer
Accepted solution

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

0 Likes
Message 3 of 3

jason_lightfootVL7B4
Autodesk
Autodesk
Unless you load one, and then use the MoveObject activity to move the array of items in one go.
0 Likes