Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.29 KB

ProductionSimulation.sim.RepairService.rst

File metadata and controls

45 lines (32 loc) · 1.29 KB

Repair Service Structure

The machine service and transport service are identical. Each service consist of a waiting list, where defect machines are saved and service places called service operator.

The way how defects are handled:

  1. a defect event is created and the defect is saved to the service waiting list
  2. the service operator evaluates, which defect is repaired
  3. the defect instance gets repaired at a service operator

Repair service

ontologysim.ProductionSimulation.sim.RepairService.RepairService

Repair Service Machine

ontologysim.ProductionSimulation.sim.RepairService.RepairServiceMachine

Repair Service Transporter

ontologysim.ProductionSimulation.sim.RepairService.RepairServiceTransporter

Defect

ontologysim.ProductionSimulation.sim.Defect