question

SudheerReddy avatar image
0 Likes"
SudheerReddy asked anthony.johnson edited

AGV Graphic isssue

There is a graphic issue for the situation explained below

When AGV has 3 items loaded and when middle item is unloaded from AGV there is a graphic issue for next loaded item.

Next item which is loaded into AGV is appearing in already existing top item location.

So now visually as you can see in below images it shows only 2 items appearing in AGV but actually there are 3 items in the AGV.

Now I have to move physically to see the item or I have to see the model tree to confirm there is a third item in the AGV.

I'm attaching the model for reference.

AGVDistance_1.fsm


FlexSim 20.1.2
flexsim 20.1.2agv graphics
graphics3.png (68.5 KiB)
graphics4.png (71.8 KiB)
agvdistance-1.fsm (46.8 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

·
tannerp avatar image
0 Likes"
tannerp answered anthony.johnson edited

@Sudheer Reddy,

This is less of a graphics issue and more of an order of operations issue. Because you're pulling the item that's in the "middle" of the stack visually and then instantly adding a new item to replace it, there's no re-evaluation by TaskExecuter1 of its contents. TaskExecuter1 doesn't think about gravity or about re-arranging its contents. The only time it thinks about the visual orientation of its contents is when they are loaded and unloaded in order.

I've created an example sub-flow that moves all the items off and then back on to show the importance of order of operations. You can do this for the visuals if you need it, but otherwise, you'll just have to accept that some items may appear hidden in 3D. This doesn't affect the outcome.

agvdistance-1_1.fsm

Alternatively, you'd have to write a custom script to check the visual orientation of the contents frequently, and this wouldn't be worth it to me, at least.


agvdistance-1-1.fsm (49.7 KiB)
· 4
5 |100000

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

SudheerReddy avatar image SudheerReddy commented ·

@tanner.p thanks for the feedback.

The reason why I thought it as graphic issue is, as shown in below image it works correctly when you click Attach Loads as Trailer in AGV Network Properties.

In below image it re configured correctly. So I was expecting it will happen the same.

So in one situation it is re configuring automatically and other situation not.

0 Likes 0 ·
trailer.png (129.4 KiB)
tannerp avatar image tannerp SudheerReddy commented ·
With the attach loads as trailer option, I believe there's a bit more logic involved to support the visuals. Whereas the stacking doesn't really address the visuals. So I don't think it's a bug or graphics issue, but rather an issue of how the items are being loaded/unloaded. A developer would be able to confirm that.


@anthony.johnson @phil.bobo @Matt Long is there anything different about the "attach load as trailer" against the normal loading/unloading on a TE?
0 Likes 0 ·
SudheerReddy avatar image SudheerReddy tannerp commented ·

@anthony.johnson any feedback on the graphic issue.

0 Likes 0 ·
Show more comments

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.