question

Claire Krupp avatar image
0 Likes"
Claire Krupp asked Claire Krupp commented

Has anyone modeled a double-decker car hauler?

I'm looking for a good graphic and loading logic that will show cars driving onto a double decker trailer like this one:

1728057004779.png

and then the whole trailer/hauler can move to the next location.

It doesn't have to be fancy, but I'd like to show the cars on two levels "inside" the trailer.

Perhaps I will need to add some new animations to the loading logic, which I have never done. Any suggestions?


Thanks!

FlexSim 24.2.1
animationtruck trailers
1728057004779.png (550.2 KiB)
· 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.

Hi @Claire Krupp, was Sam Stubbs'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 comment back to reopen your question.

0 Likes 0 ·

1 Answer

Sam Stubbs avatar image
1 Like"
Sam Stubbs answered Claire Krupp commented

Here's a simple example that I put together that creates a double decker transport. It just uses lists to keep track of the "spots" on the transport and the loaded cars. Of course you could make it more intricate for the movement of the cars onto the truck, as well as creating an offload procedure, Either of those would just be further detailed task sequences. Hopefully this is an idea to point you in the right direction.


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

Thanks @Sam Stubbs that is perfect! :)


0 Likes 0 ·