AGV Path class and Load type bug

AGV Path class and Load type bug

sebastian_hemmannE3JAU
Collaborator Collaborator
1 View
3 Replies
Message 1 of 4

AGV Path class and Load type bug

sebastian_hemmannE3JAU
Collaborator
Collaborator

[ FlexSim 22.2.2 ]

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

0 Likes
Accepted solutions (1)
2 Views
3 Replies
Replies (3)
Message 2 of 4

jason_lightfootVL7B4
Autodesk
Autodesk
Accepted solution

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);
}


0 Likes
Message 3 of 4

kavika_faleumu
Autodesk
Autodesk

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
Message 4 of 4

Matthew_Gillespie
Autodesk
Autodesk

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



Matthew Gillespie
FlexSim Software Developer