question

Kim Jh avatar image
1 Like"
Kim Jh asked Joerg Vogel answered

how to prevent items from repositioning inside Queue?​

sample-model.fsm

when an item exits from Queue(A), the other items of Queue are repositioned.

how to prevent items from repositioning inside Queue(A)?

Choose One
queue
sample-model.fsm (18.0 KiB)
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
2 Likes"
Joerg Vogel answered

What you get is the standard behaviour of the queue under the Visual Item Placement. If you set Do Nothing you can set the position of each entering item individually e.g. in the OnEntry trigger. Picklist item: Set Location

  • X Location : xloc(item)
  • Y Location: yloc(item)+(content(current)*ysize(item))
  • Z Location: zloc(item)

The result is a horizontal line of items in Y-direction.

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.