| Wie hoch ist die Ausfallwahrscheinlichkeit? | {% if worksheet.failureProbability is not null %}{{ worksheet.failureProbability }}{% else %}-{% endif %} |
| Wie hoch ist der Schaden bei Ausfall? | {% if worksheet.failureDamage is not null %}{{ worksheet.failureDamage }}{% else %}-{% endif %} |
| Wird durch die Wartung der Abnutzungsvorrat positiv beeinflusst? | {% if worksheet.maintenanceAdvantage == 1 %}Ja{% else %}nein{% endif %} |
| Kann durch eine Inspektion der Zustand der Anlage erkannt werden? | {% if worksheet.inspectionAdvantage == 1 %}Ja{% else %}nein{% endif %} |
| Aktueller Zyklus (in Monaten) | {% if worksheet.userCycleMonths is not null %}{{ worksheet.userCycleMonths }}{% else %}-{% endif %} |
| Größencluster | {% if worksheet.bandwidth is not null %}{{ worksheet.bandwidth }}{% else %}-{% endif %} |
| Empfehlung Wartung (in Monaten) | {% if worksheet.recMaintenanceCycleMonths is not null %}{{ worksheet.recMaintenanceCycleMonths }}{% else %}-{% endif %} |
| Empfehlung Inspektion (in Monaten) | {% if worksheet.recInspectionCycleMonths is not null %}{{ worksheet.recInspectionCycleMonths }}{% else %}-{% endif %} |
| Einsparpotential p.a. (%) | {% if worksheet.deviationPercentage is not null %}{{ worksheet.deviationPercentage * 100 }}%{% else %}-{% endif %} |
| Einsparpotential p.a. (€) | {% if worksheet.deviationCosts is not null %}{{ worksheet.deviationCosts | replace({'.': ','}) }}€{% else %}-{% endif %} |
| Baugruppe | Aufgabe | Inspektion | Wartung | Instandsetzung | Sachverständiger | Sachkundige | Fachkraft | Normative Grundlage | |
|---|---|---|---|---|---|---|---|---|---|
| {{ index + 1 }}. | {% if task.delimitation is not null %}{{ task.delimitation }}{% else %}-{% endif %} | {{ task.task }} |
{% if task.inspection == 1 %}
{% else %}
{% endif %}
|
{% if task.maintenance == 1 %}
{% else %}
{% endif %}
|
{% if task.service == 1 %}
{% else %}
{% endif %}
|
{% if task.expert == 1 %}
{% else %}
{% endif %}
|
{% if task.specialist == 1 %}
{% else %}
{% endif %}
|
{% if task.skilledPersonnel == 1 %}
{% else %}
{% endif %}
|
{{ task.norm }} |
| Baugruppen | {% if task.delimitation is not null %}{{ task.delimitation }}{% else %}-{% endif %} |
| Inspektion (Zyklus: {{ worksheet.recInspectionCycleMonths }} Monate) |
|
| Wartung (Zyklus: {{ worksheet.recMaintenanceCycleMonths }} Monate) |
|
| Instandsetzung |
|
| Sachverständiger |
|
| Sachkundige |
|
| Fachkraft |
|
| Normative Grundlage | {{ task.norm }} |