question

David Chan avatar image
0 Likes"
David Chan asked Matthew Gillespie commented

The arrow to extend the length of the transfer point is missing

Hi I realised that the two red arrows which allows the transfer points of conveyor is missing on 2023 update 1. Is it being hidden?

1683103997121.png


David

FlexSim 23.1.1
transfer point
1683103997121.png (66.2 KiB)
· 5
5 |100000

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

Felix Möhlmann avatar image Felix Möhlmann commented ·

Those arrows now seem to only exist for exit transfers. Changing the size of an entry transfer wouldn't make a difference since the item always enters the conveyor at the Distance Along of the transfer anyway.

1683104275106.png

0 Likes 0 ·
1683104275106.png (140.7 KiB)
Sri_vikas K avatar image Sri_vikas K Felix Möhlmann commented ·

Hi @Felix Möhlmann

I am also checking at my end, but the resizing arrows of an exit transfer were not seen in my model.

2023-05-03.png

What could be the reason?

0 Likes 0 ·
2023-05-03.png (556.9 KiB)
Felix Möhlmann avatar image Felix Möhlmann Sri_vikas K commented ·
I only get the arrows for transfers that were created at the side of the conveyor. If I create them at the end and move them to the side, the arrows are indeed missing.

Not sure if this would be a bug or intended behaviour.

0 Likes 0 ·
Show more comments

1 Answer

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Matthew Gillespie commented

It looks like this is a bug since the 'isAtSide' transferPoint attribute is not being un/set when moved from/to the conveyor side. To change it without recreating the transfer you can run a script similar to this:

Object exitTransfer=Model.find("ExitTransfer1");
node("transferPoint/1+/isAtSide",variables(exitTransfer)).value=1;  //or 0

I will send this to the dev team for them to review.

· 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.

Matthew Gillespie avatar image Matthew Gillespie ♦♦ commented ·

@David Chan

This issue is fixed in 23.1.3 released today.

0 Likes 0 ·

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.