question

Anutt K avatar image
0 Likes"
Anutt K asked Anutt K commented

Task Executer don't travel to destination

Hello. From my model to build Auto car parking garage. This is entry of lift for Car IN process.

1667710463560.png1667710721011.png

And use this logic for control the car go into lift. That should be >> car entry to queue >> lift move down >> car travel to NN at center of lift >> waiting Human Time >> lift move up.

1667710958391.png

But when lift down to floor. The car not travel to NN at lift and travel to another direction at far from lift.

1667711569764.png1667711610832.png

I think that because a location of car has change when in entry to queue. It far from location of NN.

How can I fix it. I has attached this model here. Thank You.

Test Entry.fsm


FlexSim 22.1.1
task executertraveltask executer flowitemtravel agv
1667710463560.png (321.8 KiB)
1667710721011.png (196.0 KiB)
1667710958391.png (276.1 KiB)
1667711569764.png (13.6 KiB)
1667711610832.png (11.7 KiB)
test-entry.fsm (2.6 MiB)
5 |100000

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

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Anutt K commented

You are correct that the reason for this is that the car has been moved into the queue. At that point it uses the coordinates relative to the origin point of the queue. This is however not taken into account in the travel activity, when told to travel to an object. So the car travels to the coordinate values of the node in the model in the coordinate system of the queue.

To work around this you can project the network nodes location to the queue's coordinate system and use a Travel to Loc activity.

1667805952468.png


1667805952468.png (35.0 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.

Anutt K avatar image Anutt K commented ·

OK. I will try this way. Now Now I replace and fix that to use travel to location activity and adjust the location of agv to travel. Thank You So Much.

0 Likes 0 ·
David Chan avatar image
0 Likes"
David Chan answered Anutt K commented

@Anutt K your Sedan is in the Queue and N440 is in the model space. You need to move the Sedan back to the model space in order for it travels to right location.


David

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

Anutt K avatar image Anutt K commented ·
OK. Now I replace and fix that to use travel to location activity. Thank You So Much.
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.