question

Sebastian Hemmann avatar image
0 Likes"
Sebastian Hemmann asked Matthew Gillespie commented

AGV Path class and Load type bug

Hi,

I figured out that if you add a Load Type and afterwards a Path Class in the AGV navigator, the added fields are not editable. Didn´t find a way to make them editable.

1667335078315.pngAGV_navigator_PathclassAndLoadtype.fsm

FlexSim 22.2.2
agvload typepath class
· 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.

Kavika F avatar image Kavika F ♦ commented ·

Hi @Sebastian Hemmann, was Jason Lightfoot's answer helpful? If so, please click the "Accept" button at the bottom of 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

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

Yes, @Sebastian Hemmann this is a bug - thanks for finding it - the nodes don't exist for the cells of the added LoadType under each path class:

1667376556582.png

You can add them in the tree to allow it to work or run this script:

treenode types=Model.find("AGVNetwork>variables/agvTypes");
forobjecttreeunder(types){
    Table t=a.subnodes["speeds"];
    t.setSize(t.numRows,t.numCols);
}



1667376556582.png (2.6 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.

Matthew Gillespie avatar image Matthew Gillespie ♦♦ commented ·

@Sebastian Hemmann This bug has been fixed for 22.0.9 and 22.2.3 which will come out this week.

1 Like 1 ·

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.