question

Jhon Alexander SD avatar image
0 Likes"
Jhon Alexander SD asked Jeanette F commented

How to know the total time it takes the cart to move 500 boxes?

How to know the total time it takes the cart to move 500 boxes, and show it in a graph or table.

Distancia.fsm

FlexSim 19.0.0
flexsim 19.0.0dispatchertimetablessimulation timegaps
distancia.fsm (24.7 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.

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @Jhon Alexander SD, was Jeanette F's answer helpful? If so, please click the red "Accept" button at the bottom of 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 and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Jeanette F avatar image
0 Likes"
Jeanette F answered

Hello @Jhon Alexander SD,

You could pin the Output vs time statistics of the AGV to the dashboard. If you want it to stop at 500 boxes then you can experiment with using process flow to instantly create 500 boxes in the first queue or set up triggers that check the Queue output or input and close then closes the corresponding port

You could set up a trigger to write to a global table and put in an if statement before it

if (current.stats.input.value == 500){
//write to global table code... its a drop down option
} 
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.