question

Nouf avatar image
0 Likes"
Nouf asked Ben Wilson commented

How to change visual when collecting bags in cart

Hello,


In this project, the passengers should collect their bags from the queues and then go to the sink. However, I want to change visual when the passenger collects their bags, I want all the bags to be in the cart, not flying around. I tried to solve it, but it didn't work.

Please help me with my problem.

SLHS_ver6.fsm

FlexSim 20.2.0
processflowvisualizationchange visual
slhs-ver6.fsm (7.0 MiB)
· 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.

Ben Wilson avatar image Ben Wilson ♦♦ commented ·

Hi @Nouf , was Jeanette F's answer helpful? If so, please click the red "Accept" button on 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 unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Jeanette F avatar image
0 Likes"
Jeanette F answered

Hello @Nouf,

Your subflow for loading the luggage into the cart was causing some problems. I realized that the people were only unloading their last piece of luggage into the cart and the others were still being held by the person. This was being caused by your assign labels within the subflow. The labels were assigning the variable item but since you had selected "Label Access on Parent Only" in the subflow activity options this made the item label on the parent to change and caused errors. To correct this I assigned all labels for the child tokens in the subflow activity.

Once this was corrected the luggage more appropriately was stacked in the cart. However, it still floated above where you suitcases would actually sit on a cart (You can remove the change visual code to see what it would look like). I used the change visual activity in the subflow after the unload activity to orientate the luggage in a more visually acceptable way.

slhs-ver7.fsm


slhs-ver7.fsm (7.0 MiB)
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.