question

Juan S4 avatar image
0 Likes"
Juan S4 asked Braydn T commented

Distance traveled on dashboard

Good day. Could anyone please assist. Please see my model attached and kindly assist me (or edit my model) to display the distance traveled by my operator and my transporter (each showing a separate value). I want to display the cumulative values for each on a dashboard. The figures on my dashboard seem incorrect and only update periodically not instantly which confuses me. Is there any way to add a dashboard which shows the financial implication showing the costs that the forklift (transporter) incurs for it's fuel usage as its distance traveled increases? (In other words a dashboard showing the forklift diesel costs as the day goes on - cost will be linked to the distance traveled.) Thanks all. Regards Juan. 2020.06.02 Distance dashboard.fsm

FlexSim 20.1.2
flexsim 20.1.2
5 |100000

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

1 Answer

·
tannerp avatar image
1 Like"
tannerp answered Braydn T commented

The "totaltraveldist" node on the objects is what is updating periodically. This is part of the tree and what is used to update the Statistics Collector value for "Distance".

FlexSim is a discrete-event simulation software, so it requires some kind of trigger or event to calculate distance traveled. In other words, it's not just inherently tracked on the objects. That said, if you wanted to, you could write your own function that tracks the distance traveled at any given time, but it might be more trouble than its worth.

For your second question, I recommend using a calculated table. I added one in your model that uses a static diesel cost of .25/distance traveled.

If you wanted to use dynamic fuel costs, I would recommend using a Stats Collector that updates every time the "totaltraveldist" updates and records the increase in travel distance as well as the current cost of diesel. Then the calculated table can multiply those values and aggregate the total cost.

Hope this helps!

distance dashboard help.fsm


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

Juan S4 avatar image Juan S4 commented ·

@tanner.p Thanks for the answer. Much appreciated. This does help me. Regards

Juan

0 Likes 0 ·
Ahmad R avatar image Ahmad R commented ·

hey , is it possible to get distance traveled every 5 seconds of an AGV in a Table ? like i wanna have rows of distance traveled each 5 seconds .

0 Likes 0 ·
Braydn T avatar image Braydn T Ahmad R commented ·

@ahmad.r

Please ask this in a new question. Thank you!

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.