question

Sebastian Hemmann avatar image
0 Likes"
Sebastian Hemmann asked tannerp commented

Difference between deceleration in different TE´s

Hi, does anybody have a good Explanation why the "deceleration" option in different Task Executers work different?

Attached is a model in which all Task Executers have an acceleration of 1 but a deceleration of 0.1. The deceleration seems to be called in the first TE only on it´s frist travel. The second TE does it allways. Operator same like Transporter never do it!?

deceleration-example-sh.fsm

FlexSim 17.1.2
task executerdeceleration
5 |100000

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

Phil BoBo avatar image
4 Likes"
Phil BoBo answered

For what it is worth, I explained what is happening here to Sebastian offline. Here's a summary:

The default travel tasks given to the task executer when using Use Transport have a desired end speed of "the maximum speed of the task executer" (see var1 of TASKTYPE_TRAVEL).

This causes the task executers to not start to decelerate until they finish their travel task and start performing their load or unload tasks. With a really low deceleration value and very little room to decelerate between when the travel finished and when they arrive at the load/unload location, the task executers that have a Navigator are moving a lot faster than the task executers without a Navigator because the task executers without a Navigator aren't doing the travel tasks at all and are instead immediately starting their load/unload tasks with a lot more space to decelerate.

5 |100000

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

tannerp avatar image
0 Likes"
tannerp answered tannerp commented

After examining your model, I found that because Task Executer 1 was assigned to a Default Network Navigator, it was not looking to its own properties and obeying the deceleration rule which you set. I removed the Network and now the Task Executors behave the same.

deceleration-example.fsm


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