Problem with the storage process

Problem with the storage process

Gabriel_Paz63
Not applicable
54 Views
1 Reply
Message 1 of 2

Problem with the storage process

Gabriel_Paz63
Not applicable

[ FlexSim 22.2.4 ]

Hello, how are you?

I have a problem with the storage forklift. I am configuring the event so that when there are 33 products in the warehouse floor, the forklift goes for them; but it generates the following error.

Storage.fsm

storageimg.png


0 Likes
Accepted solutions (1)
55 Views
1 Reply
Reply (1)
Message 2 of 2

Jeanette_Fullmer
Community Manager
Community Manager
Accepted solution

Hello @GabrielPaz19

The problem is that your Producto label is just a number not an array of pointers to flow items. To fix this I changed you event triggered sources to be for on entry to the LFoor storage and then added a batch activity for 33 items.

1670540175859.png

storage_1.fsm


0 Likes