question

MarianCretu avatar image
0 Likes"
MarianCretu asked Joerg Vogel answered

Push item bay and level to a list

Hello all,

I have a rack in which I randomly place items.

Whenever an item is placed on the rack it is pushed to an ItemList.

I need to push also the bay and the level of the item.

Can you please provide the expression ?

Thank you.

FlexSim 19.1.1
push
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

·
Joerg Vogel avatar image
1 Like"
Joerg Vogel answered
int rackgetlevelofitem(obj rack, obj item)

and

int rackgetbayofitem(obj rack, obj item)

Push the item onto the list OnEntry


5 |100000

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

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.