question

AMIT KUMAR avatar image
0 Likes"
AMIT KUMAR asked Jeanette F commented

start end time

i want to write down the start time at which processor goes into breakdown and end time of breakdown as per simulation clock in Global Table how should i code that

FlexSim 20.0.10
breakdown time
· 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 @AMIT KUMAR, was one of Joerg Vogel's or Jason Lightfoot's answers helpful? If so, please click the "Accept" button at the bottom of the one that best answers your question. 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 ·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot edited

You can :

  • Detect the state change events in a process flow
  • use a statistics collector
  • write directly from the down /resume triggers

Table commands here.

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
0 Likes"
Joerg Vogel answered Joerg Vogel edited

You have probably setup the MTBF/MTTR tool. You find a down function and and resume function.

You need a source code to add row and data to a global table. This template exists for other triggers.

You add this trigger picklist item at such an object trigger.

Entry Trigger source code editor (parchment roll icon)

trigger-source-code-add-row-and-data-to-globaltabl.jpg

You copy the source code and adjust it to fit to the header of a down function of a MTBF/MTTR tool.

mtbf-mttr-on-down-source-code-editor.jpg

involved in MTBF/MTTR is similar to current in "add row and data ..".

if you need an item reference, if it is present, then it would be involved.up for an processor going down.


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.