question

JacksonG avatar image
0 Likes"
JacksonG asked JacksonG commented

Forklift Visual Glitch for Z elevations

I am trying to use a forklift to move a piece of equipment from one area to another. The Destination is in a different z elevation from the Origin. When it unloads the equipment, the item is then dropped off much higher than the elevation that is listed (I believe I have the elevation at 4m, but the item is show at a higher elevation). The elevation listed is at 4m, so I believe this is just a visual problem and not functional, but was wondering if there was a way to rectify this. Thanks! (Example model attached below.)


Forklift Function.fsm

FlexSim 22.2.2
forklift travel
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

·
Jonah K avatar image
0 Likes"
Jonah K answered JacksonG commented

You're getting an odd behavior because the Unload activity places the item into a container, and a floor spot doesn't usually act as a container. I'd recommend using something like a queue because it is a container has stacking logic.

But if you're set on using a floor spot, I did find a workaround: Click on the floor spot, add a trigger > on entry, add > visual > set location. You then set the "object" (the one being relocated) as current.subnode[1].

1672953467922.png

This means that it will change the location of the first subnode (med cart 1) inside the current (floor spot2).

1672953431026.png

As you can see in the first image, I put the med cart at the (1, -1, 0) location on the floor spot. Here's the updated model for reference:

forklift-function-JK.fsm


· 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.

JacksonG avatar image JacksonG commented ·
Thanks!
0 Likes 0 ·

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.