question

Shinya O avatar image
0 Likes"
Shinya O asked Shinya O commented

Delete and Copy Group Members does not copy Travel offset option

Hi,

In Model Parameter Table, Delete and Copy Group Members does not copy Travel offset option. For example, a TaskExecuter is connected to AGV network and Travel offset option is "Do not travel offests for load/unload tasks". If you add this TaskExecuter to the group and increase the number in the model parameter table, the copys will become "Use navigator for offset travel".

Thanks in advance.

FlexSim 24.1.0
agvmodel ptarameter table
· 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.

Joerg Vogel avatar image Joerg Vogel commented ·
@Shinya O, have you tried to customize a template object to insert objects for your group?
0 Likes 0 ·

1 Answer

Jeanette F avatar image
0 Likes"
Jeanette F answered Shinya O commented

Hello @Shinya O,

This has been submitted to the development team


· 2
5 |100000

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

Jason Lightfoot avatar image Jason Lightfoot ♦♦ commented ·

If you're happy to edit the OnSet code of the parameter then you can find the line that recreates object connections and set the property afterwards:

applicationcommand("recreateObjectConnections", newObj, firstObj);  //existing line
newObj.setProperty("OffsetTravel",1);   //additional line.
0 Likes 0 ·
Shinya O avatar image Shinya O Jason Lightfoot ♦♦ commented ·

Thank you, Jeanette and Jason.

0 Likes 0 ·