GIS Module: Dynamic Creation of Trucks

GIS Module: Dynamic Creation of Trucks

emmanuelvasquezsand
Participant Participant
19 Views
2 Replies
Message 1 of 3

GIS Module: Dynamic Creation of Trucks

emmanuelvasquezsand
Participant
Participant

[ FlexSim 23.0.15 ]

Hello everyone,

I am starting to create a GIS demo using Process Flow. My idea is to dynamically create trucks that follow a route (with more than one point). However, when I create the object and connect it to a GIS point, its visualization is incorrect (a white dot appears instead of the truck shape). What could be the error?

I am attaching the model to clarify what has been mentioned.

I appreciate your help in advance.



23.0.14_ModelGIS.fsm


Accepted solutions (1)
20 Views
2 Replies
Replies (2)
Message 2 of 3

moehlmann_fe
Observer
Observer
Accepted solution

The truck flow item does not have a shape assigned to it and instead consists of multiple components (so that the wheels can be animated independently of the rest). The GIS map only displays the shape though.

If you create a new TE flow item and assign it the full truck shape "Truck.ac" (the one you already use for the Truck1 object in the model) it will display on the map.

23014-modelgis_1.fsm

Message 3 of 3

emmanuelvasquezsand
Participant
Participant

Hello @Felix Möhlmann


Thank you very much for your prompt response. It works perfectly.