question

Clara V2 avatar image
0 Likes"
Clara V2 asked Clara V2 commented

HOW TO ASSOCIATE AGV NETWORK WITH GLOBAL TABLE OF AGV PARAMETERS

Hi!

I am working on a logistics model with AGVs, whose function is to move packages to destinations that are represented as storage buffers.

In order to facilitate the parameterization of my model, I wanted to know if there is the possibility of associating the parameters of the AGV in the “AGV Network” with the data that I entered and customized in the GlobalTable “AGVConfigurator”. My idea is to create a Dashboard in which the GlobalTable "AGV Configurator" is displayed and that the data can be modified depending on the relevant modifications that are required at a given time.

1662646673210.png

1662646678600.png


Could you help me and tell me how I could do this?

Thanks in advanced!!

FlexSim 22.0.1
global tableagvnetworkparameters
1662646673210.png (85.0 KiB)
1662646678600.png (112.1 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

·
José Antonio MD avatar image
1 Like"
José Antonio MD answered Clara V2 commented

Hello @Clara V2 ,

You can create a custom code OnReset. Using the sample tool, you can edit the parameters and link this info easily. For example:

Model.find("AGVNetwork>variables/agvTypes/DefaultAGV/speeds/Acceleration/Empty").value=Table("GlobalTable1")[1][1];

1662651928636.png

I hope I have been helpful.



1662651928636.png (16.4 KiB)
· 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.

Clara V2 avatar image Clara V2 commented ·

Hi @José Antonio MD, thank you so much! It works!


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.