question

MR avatar image
0 Likes"
MR asked Andrew O commented

AGV route problem

Hello,

I want to ask if anyone knows why the route of AGV doesn't show in the 3D model.
I'm doing a model with two or more floors. While I'm doing the third floor, I hide the AGV route on the fourth floor with Path Drawing: Do Not Draw in the AGV Network Properties. Then when I go back to the fourth floor, I chose Path Drawing: Full Manipulation in the AGV Network Properties, the AGV path didn't appear in the 3D model.

The attachment is my model, please have a look.


Much thanks!

1015 SHOWN3F4F.fsm

FlexSim 20.0.10
agvagvnetworkagvpath
1015-shown3f4f.fsm (1.0 MiB)
· 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.

Andrew O avatar image Andrew O commented ·

Hi @Ingrid Hung, 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 Jason Lightfoot edited

Attached is a model where I've made sure the paths are contained by the plane and modified the draw code of the plane. By only drawing the perimeter of the plane you can better see the paths. I've also added a dashboard for you to alter the visual and mouse behavior of the container - which updates global variables referenced by the draw code.

1666103973347.png

1666104113349.png

1015-shown3f4f_jl.fsm


You can also fix the problem without moving the paths by running:

forobjectlayerunder(Model.find("AGVNetwork")) {
    switch_hideshape(a,0);
}

and then toggling the Path drawing option in the AGV Properties (followed by Apply). But then your plane is by default obscuring the paths.


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.