question

Junior P2 avatar image
0 Likes"
Junior P2 asked Ben Wilson commented

How to make a dashboard of the speed of a task executer over time?

Hi, I'm trying to create a dashboard that shows the speed change of the task executer over time. I was able to set the max speed, deceleration, acceleration of the task executer according to every node of a network node using the trigger on arrival. That's why I want to make a dashboard of the speed of the task executer over time.

Regards,


FlexSim 19.2.4
flexscriptdashboardsflexsim 19.2.4label assignment
· 3
5 |100000

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

Joerg Vogel avatar image Joerg Vogel commented ·

@Junior P2, please look into this answer of the nature of speed in FlexSim.

1 Like 1 ·
Junior P2 avatar image Junior P2 Joerg Vogel commented ·

Thanks for the answer, but I am using networks nodes, I am not using AGV library because my problem require using network nodes. I need to find the current speed of a task executer at any moment. Is there any way to get the access to the current speed?

I attached my file example.fsm

Regards,

-1 Like -1 ·
example.fsm (60.4 KiB)
Ben Wilson avatar image Ben Wilson ♦♦ commented ·

Hi @junior.p2, was tanner.p's answer helpful? If so, please click the red "Accept" button on 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 unaccept or comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
tannerp avatar image
0 Likes"
tannerp answered

Jörg was on the right track with the post he referenced. There's the "speed" property on the AGV, but the alternative to that is calculating the distance traveled by the AGV on a certain time interval. I set this up in your model. Then you'll calculate the distance/time, but I don't know the best way to do that since FlexSQL doesn't like the SQRT() function. (Hopefully there's not another easy way to do this that I'm missing...)

example (2)_2.fsm


5 |100000

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

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.