ChiAha
  • ReliaSim Overview
    • Getting Started
    • Navigation
    • Structure
      • Node Types
        • Buffers
        • Constraints
          • Limits
          • Interrupts
            • Interrupt Types
            • Time to Failure
            • Time to Repair
            • Distributions
              • Fixed Distribution
              • Uniform Distribution
              • Normal Distribution
              • Weibull Distribution
              • LogNormal Distribution
              • Johnson SU Distribution
        • Splits
        • Merges
        • Conveyors
        • Conversions
    • Experiments
      • Experiment Types
      • Experiment Parameters
    • Reports
      • OEE
      • Single Run Results
      • Multi-Run Results
      • Buffer Trade-off Results
      • Interrupt Loss/Gain Results
  • ChiAha Discrete Rate Simulation
    • Example
    • References
  • Building your first model
    • Structure
    • Node View
    • Conversions
    • Interrupts
    • Experiments and Reporting
    • Saving your model
  • Another Example Model
    • Basic Structure
    • Conversions
    • Splits and Merges
    • Full Structure
    • Node View
      • Units and Conversions
      • Rates and Buffers
    • Interrupts
    • Experiments
      • Single Run
      • Interrupt Loss/Gain
      • Buffer Tradeoff
    • Summary
  • Wishbone Overview
    • Video Overview
    • Loading a File
    • Excluding Cause Groups
    • Mapping Cause Groups
    • Reviewing Estimates
  • Model Building with Markdown
    • The Click-Connect System
Powered by GitBook
On this page

Was this helpful?

  1. ReliaSim Overview
  2. Structure
  3. Node Types
  4. Constraints
  5. Interrupts

Interrupt Types

An interrupt's type drives the behavior of the time to failure and accounting of time.

The choices below describe how the number drawn from the uptime distribution is compared to an elapsed clock. The choices are:

  • Wall Clock The elapsed simulated wall clock (sim time) determines the interrupt start. In this case, the sampled time is treated as Time Between Failure (TBF), and thus includes the downtime. This is best used for scheduled events; e.g. Lunch, or Safety Meeting.

  • Uptime - Competing The elapsed uptime (the time the node is processing material; e.g. Actual Rate > 0) determines the interrupt start. Competing is best used for random interrupts; e.g., random failure.

  • Uptime - Cumulative The elapsed uptime determines the interrupt start. Cumulative is best used for wear-out and/or yield-out conditions; e.g., a splice or roll change on a packaging line, or a gas refill or battery recharge on an automobile.

PreviousInterruptsNextTime to Failure

Last updated 10 months ago

Was this helpful?