question

SudheerReddy avatar image
1 Like"
SudheerReddy asked Phil BoBo edited

AGV attached Trailers are not the subnodes of AGV?

When you attach the trailers to AGV they not coming under the subnodes of AGV. Then AGV.subnodes.length wil not work.

When AGV is having trailers attached and items are loaded in AGV trailers, then if we don't get it as subnodes it will be very difficult to track what AGV is carrying.

How to Track what trailers are attached in AGV ?

FlexSim 20.0.0
agv
agvt.jpg (38.6 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

·
Phil BoBo avatar image
3 Likes"
Phil BoBo answered Phil BoBo edited

If you want them to be in the agv, move them into the agv.

Object AGV1 = Model.find("AGV1");
Object trailer = Model.find("Trailer1");
trailer.up = AGV1;
5 |100000

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

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.