{"id":167,"date":"2026-09-01T11:28:37","date_gmt":"2026-09-01T04:28:37","guid":{"rendered":"https:\/\/siteplore.com\/?page_id=167"},"modified":"2026-09-02T11:35:39","modified_gmt":"2026-09-02T04:35:39","slug":"reliability-predictive-maintenance","status":"publish","type":"page","link":"https:\/\/siteplore.com\/index.php\/reliability-predictive-maintenance\/","title":{"rendered":"Reliability &amp; Predictive Maintenance"},"content":{"rendered":"\n<!-- =========================================================\n     SITEPLORE \u2014 RELIABILITY & PREDICTIVE MAINTENANCE\n     WordPress Custom HTML\n     ========================================================= -->\n\n<style>\n\n.rpm-page {\n    --rpm-yellow: #f7b900;\n    --rpm-yellow-dark: #d99f00;\n    --rpm-navy: #15213b;\n    --rpm-blue: #214c88;\n    --rpm-cyan: #31a9e1;\n    --rpm-cyan-light: #dff5ff;\n    --rpm-green: #19a974;\n    --rpm-red: #d75c5c;\n    --rpm-text: #202b3d;\n    --rpm-muted: #667085;\n    --rpm-border: #e4e9f0;\n    --rpm-light: #f7f9fc;\n\n    font-family: inherit;\n    color: var(--rpm-text);\n    line-height: 1.6;\n    overflow: hidden;\n}\n\n.rpm-page *,\n.rpm-page *::before,\n.rpm-page *::after {\n    box-sizing: border-box;\n}\n\n.rpm-page a {\n    text-decoration: none;\n}\n\n.rpm-container {\n    width: min(1180px, calc(100% - 40px));\n    margin: 0 auto;\n}\n\n.rpm-section {\n    padding: 88px 0;\n}\n\n.rpm-light {\n    background: var(--rpm-light);\n}\n\n.rpm-dark {\n    color: white;\n    background:\n        radial-gradient(circle at 85% 15%, rgba(49,169,225,.17), transparent 28%),\n        radial-gradient(circle at 10% 85%, rgba(247,185,0,.08), transparent 22%),\n        linear-gradient(135deg, #111c34 0%, #1a2948 100%);\n}\n\n.rpm-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 9px;\n    margin-bottom: 14px;\n    color: var(--rpm-blue);\n    text-transform: uppercase;\n    letter-spacing: 1.6px;\n    font-size: 13px;\n    font-weight: 800;\n}\n\n.rpm-eyebrow::before {\n    content: \"\";\n    width: 28px;\n    height: 3px;\n    border-radius: 3px;\n    background: var(--rpm-yellow);\n}\n\n.rpm-dark .rpm-eyebrow {\n    color: #8bd5f7;\n}\n\n.rpm-title {\n    margin: 0;\n    color: var(--rpm-navy);\n    font-size: clamp(32px,4vw,48px);\n    line-height: 1.12;\n    letter-spacing: -1px;\n}\n\n.rpm-dark .rpm-title {\n    color: white;\n}\n\n.rpm-lead {\n    max-width: 860px;\n    margin: 22px 0 0;\n    color: var(--rpm-muted);\n    font-size: 18px;\n    line-height: 1.75;\n}\n\n.rpm-dark .rpm-lead {\n    color: #c6d2e2;\n}\n\n\n\/* =========================================================\n   BUTTONS\n   ========================================================= *\/\n\n.rpm-actions {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 14px;\n    margin-top: 34px;\n}\n\n.rpm-btn {\n    min-height: 50px;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    padding: 12px 23px;\n    border-radius: 7px;\n    font-size: 15px;\n    font-weight: 800;\n    transition: .2s ease;\n}\n\n.rpm-btn-primary {\n    color: var(--rpm-navy);\n    background: var(--rpm-yellow);\n}\n\n.rpm-btn-primary:hover {\n    color: var(--rpm-navy);\n    background: #ffc729;\n    transform: translateY(-2px);\n}\n\n.rpm-btn-secondary {\n    color: white;\n    border: 1px solid rgba(255,255,255,.34);\n    background: rgba(255,255,255,.05);\n}\n\n.rpm-btn-secondary:hover {\n    color: white;\n    background: rgba(255,255,255,.11);\n}\n\n.rpm-btn-dark {\n    color: white;\n    background: var(--rpm-navy);\n}\n\n.rpm-btn-dark:hover {\n    color: white;\n    background: #223459;\n}\n\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.rpm-hero {\n    position: relative;\n    min-height: 710px;\n    display: flex;\n    align-items: center;\n    color: white;\n    background:\n        radial-gradient(circle at 80% 22%, rgba(49,169,225,.27), transparent 29%),\n        radial-gradient(circle at 91% 78%, rgba(247,185,0,.11), transparent 24%),\n        linear-gradient(135deg, #101a30 0%, #193158 58%, #174b70 100%);\n}\n\n.rpm-hero::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background-image:\n        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),\n        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);\n    background-size: 42px 42px;\n}\n\n.rpm-hero-inner {\n    position: relative;\n    z-index: 2;\n    display: grid;\n    grid-template-columns: 1.03fr .97fr;\n    gap: 65px;\n    align-items: center;\n    padding: 90px 0;\n}\n\n.rpm-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    padding: 8px 14px;\n    margin-bottom: 22px;\n    border-radius: 999px;\n    border: 1px solid rgba(255,255,255,.20);\n    background: rgba(255,255,255,.07);\n    color: #d8e7f7;\n    font-size: 13px;\n    font-weight: 800;\n}\n\n.rpm-badge-dot {\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: var(--rpm-yellow);\n    box-shadow: 0 0 0 5px rgba(247,185,0,.12);\n}\n\n.rpm-hero h1 {\n    margin: 0;\n    color: white;\n    font-size: clamp(44px,5.8vw,70px);\n    line-height: 1.02;\n    letter-spacing: -2.2px;\n}\n\n.rpm-hero h1 span {\n    color: var(--rpm-yellow);\n}\n\n.rpm-hero-copy {\n    max-width: 720px;\n    margin: 26px 0 0;\n    color: #d4e0ee;\n    font-size: 19px;\n    line-height: 1.75;\n}\n\n\n\/* =========================================================\n   HERO RELIABILITY FLOW\n   ========================================================= *\/\n\n.rpm-flow-panel {\n    padding: 27px;\n    border-radius: 18px;\n    background: rgba(12,27,50,.80);\n    border: 1px solid rgba(255,255,255,.14);\n    box-shadow: 0 30px 70px rgba(0,0,0,.25);\n    backdrop-filter: blur(12px);\n}\n\n.rpm-panel-label {\n    color: #8bd5f7;\n    font-size: 12px;\n    font-weight: 900;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    margin-bottom: 20px;\n}\n\n.rpm-flow {\n    display: grid;\n    gap: 8px;\n}\n\n.rpm-flow-item {\n    display: grid;\n    grid-template-columns: 42px 1fr;\n    gap: 13px;\n    padding: 13px;\n    align-items: center;\n    border-radius: 9px;\n    border: 1px solid rgba(255,255,255,.08);\n    background: rgba(255,255,255,.045);\n}\n\n.rpm-flow-no {\n    width: 36px;\n    height: 36px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 8px;\n    color: #91dcfd;\n    background: rgba(49,169,225,.12);\n    font-size: 11px;\n    font-weight: 900;\n}\n\n.rpm-flow-item strong {\n    display: block;\n    color: white;\n    font-size: 13px;\n}\n\n.rpm-flow-item span {\n    display: block;\n    margin-top: 2px;\n    color: #9fb0c5;\n    font-size: 11px;\n}\n\n\n\/* =========================================================\n   CARDS\n   ========================================================= *\/\n\n.rpm-problem-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 20px;\n    margin-top: 48px;\n}\n\n.rpm-card {\n    padding: 28px;\n    border: 1px solid var(--rpm-border);\n    border-radius: 13px;\n    background: white;\n}\n\n.rpm-card-icon {\n    width: 46px;\n    height: 46px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 18px;\n    border-radius: 10px;\n    color: #b57e00;\n    background: #fff5d5;\n    font-weight: 900;\n}\n\n.rpm-card h3 {\n    margin: 0 0 10px;\n    color: var(--rpm-navy);\n    font-size: 19px;\n}\n\n.rpm-card p {\n    margin: 0;\n    color: var(--rpm-muted);\n    font-size: 14px;\n}\n\n\n\/* =========================================================\n   RELIABILITY FRAMEWORK\n   ========================================================= *\/\n\n.rpm-framework-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.rpm-framework {\n    padding: 27px;\n    border-radius: 13px;\n    border: 1px solid rgba(255,255,255,.11);\n    background: rgba(255,255,255,.055);\n}\n\n.rpm-framework-no {\n    color: var(--rpm-yellow);\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: 1px;\n}\n\n.rpm-framework h3 {\n    margin: 11px 0 9px;\n    color: white;\n    font-size: 19px;\n}\n\n.rpm-framework p {\n    margin: 0;\n    color: #bdc9d9;\n    font-size: 13px;\n}\n\n.rpm-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 6px;\n    margin-top: 15px;\n}\n\n.rpm-tag {\n    padding: 5px 8px;\n    border-radius: 4px;\n    background: rgba(255,255,255,.07);\n    color: #bcd9ea;\n    font-size: 10px;\n    font-weight: 700;\n}\n\n\n\/* =========================================================\n   ASSET PRIORITY\n   ========================================================= *\/\n\n.rpm-priority-grid {\n    display: grid;\n    grid-template-columns: repeat(4,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.rpm-priority {\n    padding: 25px;\n    border: 1px solid var(--rpm-border);\n    border-radius: 13px;\n    background: white;\n}\n\n.rpm-priority-symbol {\n    width: 43px;\n    height: 43px;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    margin-bottom: 15px;\n    border-radius: 9px;\n    background: var(--rpm-cyan-light);\n    color: var(--rpm-blue);\n    font-size: 10px;\n    font-weight: 900;\n}\n\n.rpm-priority h3 {\n    margin: 0 0 8px;\n    color: var(--rpm-navy);\n    font-size: 17px;\n}\n\n.rpm-priority p {\n    margin: 0;\n    color: var(--rpm-muted);\n    font-size: 13px;\n}\n\n\n\/* =========================================================\n   CONDITION MONITORING ARCH\n   ========================================================= *\/\n\n.rpm-architecture {\n    margin-top: 52px;\n}\n\n.rpm-arch-row {\n    display: grid;\n    grid-template-columns:\n        1fr 30px\n        1fr 30px\n        1fr 30px\n        1fr 30px\n        1fr;\n}\n\n.rpm-arch-box {\n    padding: 21px;\n    border-radius: 13px;\n    border: 1px solid rgba(255,255,255,.11);\n    background: rgba(255,255,255,.055);\n}\n\n.rpm-arch-no {\n    color: var(--rpm-yellow);\n    font-size: 10px;\n    font-weight: 900;\n    letter-spacing: 1.1px;\n}\n\n.rpm-arch-box h3 {\n    margin: 10px 0 8px;\n    color: white;\n    font-size: 17px;\n}\n\n.rpm-arch-box p {\n    margin: 0;\n    color: #bdc9d9;\n    font-size: 12px;\n}\n\n.rpm-arch-arrow {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--rpm-yellow);\n    font-size: 20px;\n}\n\n\n\/* =========================================================\n   MONITORING PARAMETERS\n   ========================================================= *\/\n\n.rpm-param-grid {\n    display: grid;\n    grid-template-columns: repeat(4,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.rpm-param {\n    padding: 25px;\n    border: 1px solid var(--rpm-border);\n    border-radius: 13px;\n    background: white;\n}\n\n.rpm-param-symbol {\n    width: 43px;\n    height: 43px;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    margin-bottom: 15px;\n    border-radius: 9px;\n    color: var(--rpm-blue);\n    background: var(--rpm-cyan-light);\n    font-size: 10px;\n    font-weight: 900;\n}\n\n.rpm-param h3 {\n    margin: 0 0 8px;\n    color: var(--rpm-navy);\n    font-size: 17px;\n}\n\n.rpm-param p {\n    margin: 0;\n    color: var(--rpm-muted);\n    font-size: 13px;\n}\n\n\n\/* =========================================================\n   QUESTIONS\n   ========================================================= *\/\n\n.rpm-question-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.rpm-question {\n    position: relative;\n    padding: 25px 25px 25px 58px;\n    border: 1px solid var(--rpm-border);\n    border-radius: 12px;\n    background: white;\n}\n\n.rpm-question::before {\n    content: \"?\";\n    position: absolute;\n    left: 20px;\n    top: 24px;\n    width: 27px;\n    height: 27px;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    border-radius: 50%;\n    color: #a87800;\n    background: #fff3ce;\n    font-size: 13px;\n    font-weight: 900;\n}\n\n.rpm-question strong {\n    display: block;\n    color: var(--rpm-navy);\n    font-size: 15px;\n}\n\n.rpm-question span {\n    display: block;\n    margin-top: 5px;\n    color: var(--rpm-muted);\n    font-size: 13px;\n}\n\n\n\/* =========================================================\n   MACHINEGUARD\n   ========================================================= *\/\n\n.rpm-mg-grid {\n    display: grid;\n    grid-template-columns: .9fr 1.1fr;\n    gap: 55px;\n    align-items: center;\n}\n\n.rpm-mg-panel {\n    padding: 30px;\n    border-radius: 16px;\n    border: 1px solid rgba(255,255,255,.11);\n    background: rgba(255,255,255,.055);\n}\n\n.rpm-mg-item {\n    padding: 16px 0;\n    border-bottom: 1px solid rgba(255,255,255,.08);\n}\n\n.rpm-mg-item:last-child {\n    border-bottom: 0;\n}\n\n.rpm-mg-item strong {\n    display: block;\n    color: white;\n    font-size: 15px;\n}\n\n.rpm-mg-item span {\n    display: block;\n    margin-top: 4px;\n    color: #b9c5d5;\n    font-size: 13px;\n}\n\n\n\/* =========================================================\n   DELIVERABLES\n   ========================================================= *\/\n\n.rpm-deliver-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.rpm-deliver {\n    display: grid;\n    grid-template-columns: 42px 1fr;\n    gap: 15px;\n    padding: 24px;\n    border: 1px solid var(--rpm-border);\n    border-radius: 12px;\n    background: white;\n}\n\n.rpm-deliver-icon {\n    width: 38px;\n    height: 38px;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    border-radius: 50%;\n    color: var(--rpm-green);\n    background: #eaf8f3;\n    font-weight: 900;\n}\n\n.rpm-deliver h3 {\n    margin: 0 0 6px;\n    color: var(--rpm-navy);\n    font-size: 16px;\n}\n\n.rpm-deliver p {\n    margin: 0;\n    color: var(--rpm-muted);\n    font-size: 13px;\n}\n\n\n\/* =========================================================\n   USE CASES\n   ========================================================= *\/\n\n.rpm-use-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.rpm-use {\n    overflow: hidden;\n    border: 1px solid var(--rpm-border);\n    border-radius: 14px;\n    background: white;\n}\n\n.rpm-use-head {\n    padding: 23px;\n    color: white;\n    background: linear-gradient(135deg,#172541,#214c70);\n}\n\n.rpm-use-head small {\n    display: block;\n    color: #8bd5f7;\n    font-size: 10px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n}\n\n.rpm-use-head h3 {\n    margin: 7px 0 0;\n    color: white;\n    font-size: 19px;\n}\n\n.rpm-use-body {\n    padding: 23px;\n}\n\n.rpm-use-body p {\n    margin: 0;\n    color: var(--rpm-muted);\n    font-size: 13px;\n}\n\n.rpm-use-chain {\n    margin-top: 17px;\n    color: var(--rpm-blue);\n    font-size: 11px;\n    line-height: 1.8;\n    font-weight: 800;\n}\n\n\n\/* =========================================================\n   ANALYTICS MODEL\n   ========================================================= *\/\n\n.rpm-analytics-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.rpm-analytics {\n    padding: 27px;\n    border-radius: 13px;\n    border: 1px solid rgba(255,255,255,.11);\n    background: rgba(255,255,255,.055);\n}\n\n.rpm-analytics-no {\n    color: var(--rpm-yellow);\n    font-size: 11px;\n    font-weight: 900;\n}\n\n.rpm-analytics h3 {\n    margin: 10px 0 8px;\n    color: white;\n    font-size: 18px;\n}\n\n.rpm-analytics p {\n    margin: 0;\n    color: #bdc9d9;\n    font-size: 13px;\n}\n\n\n\/* =========================================================\n   PRODUCTS\n   ========================================================= *\/\n\n.rpm-product-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 20px;\n    margin-top: 48px;\n}\n\n.rpm-product {\n    padding: 29px;\n    border-radius: 14px;\n    border: 1px solid var(--rpm-border);\n    background: white;\n}\n\n.rpm-product-type {\n    color: var(--rpm-blue);\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 1.1px;\n}\n\n.rpm-product h3 {\n    margin: 8px 0;\n    color: var(--rpm-navy);\n    font-size: 25px;\n}\n\n.rpm-product p {\n    margin: 0;\n    color: var(--rpm-muted);\n    font-size: 13px;\n}\n\n.rpm-product-link {\n    display: inline-block;\n    margin-top: 18px;\n    color: var(--rpm-blue);\n    font-size: 13px;\n    font-weight: 800;\n}\n\n\n\/* =========================================================\n   OUTCOMES\n   ========================================================= *\/\n\n.rpm-outcome-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.rpm-outcome {\n    padding: 27px;\n    border-radius: 13px;\n    border: 1px solid var(--rpm-border);\n    background: white;\n}\n\n.rpm-outcome-no {\n    color: var(--rpm-yellow-dark);\n    font-size: 11px;\n    font-weight: 900;\n}\n\n.rpm-outcome h3 {\n    margin: 10px 0 8px;\n    color: var(--rpm-navy);\n    font-size: 18px;\n}\n\n.rpm-outcome p {\n    margin: 0;\n    color: var(--rpm-muted);\n    font-size: 13px;\n}\n\n\n\/* =========================================================\n   PROCESS\n   ========================================================= *\/\n\n.rpm-process-grid {\n    display: grid;\n    grid-template-columns: repeat(5,1fr);\n    gap: 16px;\n    margin-top: 48px;\n}\n\n.rpm-process {\n    padding: 24px;\n    border-radius: 13px;\n    border: 1px solid rgba(255,255,255,.11);\n    background: rgba(255,255,255,.055);\n}\n\n.rpm-process-no {\n    color: var(--rpm-yellow);\n    font-size: 29px;\n    line-height: 1;\n    font-weight: 900;\n}\n\n.rpm-process h3 {\n    margin: 14px 0 7px;\n    color: white;\n    font-size: 16px;\n}\n\n.rpm-process p {\n    margin: 0;\n    color: #bdc9d9;\n    font-size: 12px;\n}\n\n\n\/* =========================================================\n   OPTIONS\n   ========================================================= *\/\n\n.rpm-option-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 20px;\n    margin-top: 48px;\n}\n\n.rpm-option {\n    position: relative;\n    padding: 30px;\n    border: 1px solid var(--rpm-border);\n    border-radius: 15px;\n    background: white;\n}\n\n.rpm-option-featured {\n    border: 2px solid var(--rpm-yellow);\n    transform: translateY(-6px);\n    box-shadow: 0 17px 42px rgba(20,35,60,.09);\n}\n\n.rpm-option-badge {\n    position: absolute;\n    right: 18px;\n    top: 18px;\n    padding: 5px 9px;\n    border-radius: 999px;\n    color: #966c00;\n    background: #fff4cc;\n    font-size: 9px;\n    font-weight: 900;\n    text-transform: uppercase;\n}\n\n.rpm-option-type {\n    color: var(--rpm-blue);\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 1.1px;\n}\n\n.rpm-option h3 {\n    margin: 8px 0;\n    color: var(--rpm-navy);\n    font-size: 24px;\n}\n\n.rpm-option p {\n    margin: 0;\n    color: var(--rpm-muted);\n    font-size: 13px;\n}\n\n.rpm-option ul {\n    margin: 20px 0 0;\n    padding: 18px 0 0 18px;\n    border-top: 1px solid var(--rpm-border);\n    color: var(--rpm-muted);\n    font-size: 13px;\n}\n\n.rpm-option li {\n    margin: 7px 0;\n}\n\n.rpm-option .rpm-btn {\n    width: 100%;\n    margin-top: 21px;\n}\n\n\n\/* =========================================================\n   BOUNDARY\n   ========================================================= *\/\n\n.rpm-boundary {\n    margin-top: 48px;\n    overflow-x: auto;\n    border: 1px solid var(--rpm-border);\n    border-radius: 14px;\n}\n\n.rpm-boundary table {\n    width: 100%;\n    min-width: 800px;\n    border-collapse: collapse;\n    background: white;\n}\n\n.rpm-boundary th,\n.rpm-boundary td {\n    padding: 17px 20px;\n    text-align: left;\n    border-bottom: 1px solid var(--rpm-border);\n}\n\n.rpm-boundary th {\n    color: var(--rpm-navy);\n    background: #f0f4f8;\n    font-size: 13px;\n}\n\n.rpm-boundary td {\n    color: var(--rpm-muted);\n    font-size: 13px;\n}\n\n.rpm-boundary tr:last-child td {\n    border-bottom: 0;\n}\n\n.rpm-yes {\n    color: var(--rpm-green) !important;\n    font-weight: 800;\n}\n\n.rpm-caution {\n    color: #b47d00 !important;\n    font-weight: 800;\n}\n\n\n\/* =========================================================\n   FAQ\n   ========================================================= *\/\n\n.rpm-faq {\n    max-width: 900px;\n    margin-top: 44px;\n}\n\n.rpm-faq details {\n    padding: 18px 0;\n    border-bottom: 1px solid var(--rpm-border);\n}\n\n.rpm-faq summary {\n    cursor: pointer;\n    list-style: none;\n    position: relative;\n    padding-right: 30px;\n    color: var(--rpm-navy);\n    font-size: 16px;\n    font-weight: 800;\n}\n\n.rpm-faq summary::-webkit-details-marker {\n    display: none;\n}\n\n.rpm-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    right: 0;\n    top: 0;\n    color: var(--rpm-blue);\n    font-size: 22px;\n}\n\n.rpm-faq details[open] summary::after {\n    content: \"\u2013\";\n}\n\n.rpm-faq p {\n    max-width: 820px;\n    margin: 12px 0 3px;\n    color: var(--rpm-muted);\n    font-size: 14px;\n}\n\n\n\/* =========================================================\n   CTA\n   ========================================================= *\/\n\n.rpm-cta {\n    padding: 88px 0;\n    background:\n        radial-gradient(circle at 15% 50%, rgba(49,169,225,.17), transparent 30%),\n        linear-gradient(135deg,#172541,#213f69);\n}\n\n.rpm-cta-inner {\n    display: grid;\n    grid-template-columns: 1fr auto;\n    gap: 45px;\n    align-items: center;\n}\n\n.rpm-cta h2 {\n    max-width: 810px;\n    margin: 0;\n    color: white;\n    font-size: clamp(30px,4vw,45px);\n    line-height: 1.14;\n}\n\n.rpm-cta h2 span {\n    color: var(--rpm-yellow);\n}\n\n.rpm-cta p {\n    max-width: 740px;\n    margin: 16px 0 0;\n    color: #c8d4e4;\n    font-size: 16px;\n}\n\n\n\/* =========================================================\n   RESPONSIVE\n   ========================================================= *\/\n\n@media (max-width:980px) {\n\n    .rpm-hero-inner,\n    .rpm-mg-grid,\n    .rpm-cta-inner {\n        grid-template-columns:1fr;\n    }\n\n    .rpm-problem-grid,\n    .rpm-framework-grid,\n    .rpm-use-grid,\n    .rpm-analytics-grid,\n    .rpm-product-grid,\n    .rpm-outcome-grid,\n    .rpm-option-grid {\n        grid-template-columns:repeat(2,1fr);\n    }\n\n    .rpm-priority-grid,\n    .rpm-param-grid {\n        grid-template-columns:repeat(2,1fr);\n    }\n\n    .rpm-process-grid {\n        grid-template-columns:repeat(3,1fr);\n    }\n\n    .rpm-arch-row {\n        grid-template-columns:1fr;\n        gap:10px;\n    }\n\n    .rpm-arch-arrow {\n        height:25px;\n        transform:rotate(90deg);\n    }\n}\n\n@media (max-width:640px) {\n\n    .rpm-container {\n        width:min(100% - 28px,1180px);\n    }\n\n    .rpm-section {\n        padding:65px 0;\n    }\n\n    .rpm-hero-inner {\n        padding:70px 0;\n    }\n\n    .rpm-problem-grid,\n    .rpm-framework-grid,\n    .rpm-priority-grid,\n    .rpm-param-grid,\n    .rpm-question-grid,\n    .rpm-deliver-grid,\n    .rpm-use-grid,\n    .rpm-analytics-grid,\n    .rpm-product-grid,\n    .rpm-outcome-grid,\n    .rpm-process-grid,\n    .rpm-option-grid {\n        grid-template-columns:1fr;\n    }\n\n    .rpm-option-featured {\n        transform:none;\n    }\n\n    .rpm-actions {\n        flex-direction:column;\n    }\n\n    .rpm-btn {\n        width:100%;\n    }\n}\n\n<\/style>\n\n\n<div class=\"rpm-page\">\n\n\n<!-- ========================================================\n     HERO\n     ======================================================== -->\n\n<section class=\"rpm-hero\">\n\n    <div class=\"rpm-container rpm-hero-inner\">\n\n        <div>\n\n            <div class=\"rpm-badge\">\n                <span class=\"rpm-badge-dot\"><\/span>\n                Siteplore Reliability Engineering Services\n            <\/div>\n\n            <h1>\n                Move Maintenance From\n                <span>Calendar-Driven to Condition-Informed.<\/span>\n            <\/h1>\n\n            <p class=\"rpm-hero-copy\">\n                Rekacipta combines reliability engineering,\n                asset prioritization, condition monitoring,\n                historical trends and engineering interpretation\n                to help maintenance teams identify developing equipment\n                problems earlier and focus resources where evidence\n                indicates attention is needed.\n            <\/p>\n\n\n            <div class=\"rpm-actions\">\n\n                <a class=\"rpm-btn rpm-btn-primary\" href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20discuss%20Siteplore%20Reliability%20and%20Predictive%20Maintenance.\" target=\"_blank\" rel=\"noopener\">\n                    Discuss Reliability Program \u2192\n                <\/a>\n\n                <a class=\"rpm-btn rpm-btn-secondary\" href=\"\/index.php\/machineguard\">\n                    Explore MachineGuard\n                <\/a>\n\n            <\/div>\n\n        <\/div>\n\n\n        <div class=\"rpm-flow-panel\">\n\n            <div class=\"rpm-panel-label\">\n                Reliability Decision Loop\n            <\/div>\n\n\n            <div class=\"rpm-flow\">\n\n\n                <div class=\"rpm-flow-item\">\n                    <div class=\"rpm-flow-no\">01<\/div>\n                    <div>\n                        <strong>Prioritize the Asset<\/strong>\n                        <span>Criticality \u2022 Failure consequence \u2022 Operational importance<\/span>\n                    <\/div>\n                <\/div>\n\n\n                <div class=\"rpm-flow-item\">\n                    <div class=\"rpm-flow-no\">02<\/div>\n                    <div>\n                        <strong>Understand Failure Modes<\/strong>\n                        <span>What can fail and what evidence may appear first?<\/span>\n                    <\/div>\n                <\/div>\n\n\n                <div class=\"rpm-flow-item\">\n                    <div class=\"rpm-flow-no\">03<\/div>\n                    <div>\n                        <strong>Monitor the Right Parameters<\/strong>\n                        <span>Condition \u2022 Electrical \u2022 Operational context<\/span>\n                    <\/div>\n                <\/div>\n\n\n                <div class=\"rpm-flow-item\">\n                    <div class=\"rpm-flow-no\">04<\/div>\n                    <div>\n                        <strong>Detect Meaningful Change<\/strong>\n                        <span>Baseline \u2022 Trends \u2022 Alerts \u2022 Comparison<\/span>\n                    <\/div>\n                <\/div>\n\n\n                <div class=\"rpm-flow-item\">\n                    <div class=\"rpm-flow-no\">05<\/div>\n                    <div>\n                        <strong>Prioritize Engineering Action<\/strong>\n                        <span>Inspect \u2022 Diagnose \u2022 Plan \u2022 Improve<\/span>\n                    <\/div>\n                <\/div>\n\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     PROBLEM\n     ======================================================== -->\n\n<section class=\"rpm-section\">\n\n    <div class=\"rpm-container\">\n\n        <div class=\"rpm-eyebrow\">\n            The Reliability Challenge\n        <\/div>\n\n        <h2 class=\"rpm-title\">\n            Maintenance teams do not need more alarms.\n            They need better evidence about where to look first.\n        <\/h2>\n\n        <p class=\"rpm-lead\">\n            Periodic inspections remain valuable, but equipment\n            condition can change between inspection intervals.\n            At the same time, monitoring every asset with the same\n            technology is rarely practical. Reliability engineering\n            helps determine which assets deserve monitoring,\n            what should be measured and how the resulting information\n            should influence maintenance decisions.\n        <\/p>\n\n\n        <div class=\"rpm-problem-grid\">\n\n\n            <div class=\"rpm-card\">\n                <div class=\"rpm-card-icon\">01<\/div>\n                <h3>Failures Between Inspection Routes<\/h3>\n                <p>\n                    Developing abnormalities may occur\n                    after the last inspection and before the next scheduled route.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"rpm-card\">\n                <div class=\"rpm-card-icon\">02<\/div>\n                <h3>Too Many Assets, Limited Resources<\/h3>\n                <p>\n                    Maintenance teams cannot apply\n                    the same monitoring intensity to every machine.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"rpm-card\">\n                <div class=\"rpm-card-icon\">03<\/div>\n                <h3>Time-Based Maintenance Without Condition Context<\/h3>\n                <p>\n                    Calendar intervals alone may not reflect\n                    the actual operating condition of equipment.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"rpm-card\">\n                <div class=\"rpm-card-icon\">04<\/div>\n                <h3>Data Without Failure-Mode Context<\/h3>\n                <p>\n                    A vibration or temperature value means little\n                    unless it relates to the equipment and failure mechanism.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"rpm-card\">\n                <div class=\"rpm-card-icon\">05<\/div>\n                <h3>Disconnected Condition &amp; Operating Data<\/h3>\n                <p>\n                    Machine condition may change because\n                    load, process or operating state changed.\n                <\/p>\n            <\/div>\n\n\n            <div class=\"rpm-card\">\n                <div class=\"rpm-card-icon\">06<\/div>\n                <h3>Predictive Maintenance Reduced to AI<\/h3>\n                <p>\n                    Predictive maintenance requires engineering,\n                    reliable measurements and historical context\n                    before advanced models become useful.\n                <\/p>\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     RELIABILITY FRAMEWORK\n     ======================================================== -->\n\n<section class=\"rpm-section rpm-dark\">\n\n    <div class=\"rpm-container\">\n\n        <div class=\"rpm-eyebrow\">\n            Reliability Framework\n        <\/div>\n\n        <h2 class=\"rpm-title\">\n            Start with failure consequence \u2014\n            not with the sensor.\n        <\/h2>\n\n        <p class=\"rpm-lead\">\n            The monitoring strategy should follow the reliability\n            problem. Asset importance, likely failure modes,\n            available indicators and maintenance response\n            determine the appropriate monitoring architecture.\n        <\/p>\n\n\n        <div class=\"rpm-framework-grid\">\n\n\n            <div class=\"rpm-framework\">\n\n                <div class=\"rpm-framework-no\">01<\/div>\n\n                <h3>Asset Criticality<\/h3>\n\n                <p>\n                    Prioritize equipment based on\n                    operational consequence and business importance.\n                <\/p>\n\n                <div class=\"rpm-tags\">\n                    <span class=\"rpm-tag\">Production<\/span>\n                    <span class=\"rpm-tag\">Reliability<\/span>\n                    <span class=\"rpm-tag\">Maintainability<\/span>\n                    <span class=\"rpm-tag\">Consequence<\/span>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"rpm-framework\">\n\n                <div class=\"rpm-framework-no\">02<\/div>\n\n                <h3>Failure-Mode Review<\/h3>\n\n                <p>\n                    Identify relevant ways the asset can fail\n                    and which indicators may provide useful evidence.\n                <\/p>\n\n                <div class=\"rpm-tags\">\n                    <span class=\"rpm-tag\">Bearing<\/span>\n                    <span class=\"rpm-tag\">Alignment<\/span>\n                    <span class=\"rpm-tag\">Electrical<\/span>\n                    <span class=\"rpm-tag\">Process Context<\/span>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"rpm-framework\">\n\n                <div class=\"rpm-framework-no\">03<\/div>\n\n                <h3>Measurement Strategy<\/h3>\n\n                <p>\n                    Select measurements based on\n                    failure modes and required detection capability.\n                <\/p>\n\n                <div class=\"rpm-tags\">\n                    <span class=\"rpm-tag\">Vibration<\/span>\n                    <span class=\"rpm-tag\">Temperature<\/span>\n                    <span class=\"rpm-tag\">Electrical<\/span>\n                    <span class=\"rpm-tag\">Other Context<\/span>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"rpm-framework\">\n\n                <div class=\"rpm-framework-no\">04<\/div>\n\n                <h3>Condition Baseline<\/h3>\n\n                <p>\n                    Build historical understanding\n                    of expected equipment behavior.\n                <\/p>\n\n                <div class=\"rpm-tags\">\n                    <span class=\"rpm-tag\">Baseline<\/span>\n                    <span class=\"rpm-tag\">Operating Range<\/span>\n                    <span class=\"rpm-tag\">History<\/span>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"rpm-framework\">\n\n                <div class=\"rpm-framework-no\">05<\/div>\n\n                <h3>Monitoring &amp; Alerts<\/h3>\n\n                <p>\n                    Identify meaningful condition changes\n                    that deserve engineering review.\n                <\/p>\n\n                <div class=\"rpm-tags\">\n                    <span class=\"rpm-tag\">Trend<\/span>\n                    <span class=\"rpm-tag\">Deviation<\/span>\n                    <span class=\"rpm-tag\">Alert<\/span>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"rpm-framework\">\n\n                <div class=\"rpm-framework-no\">06<\/div>\n\n                <h3>Maintenance Decision<\/h3>\n\n                <p>\n                    Convert condition information\n                    into inspection and maintenance priorities.\n                <\/p>\n\n                <div class=\"rpm-tags\">\n                    <span class=\"rpm-tag\">Inspect<\/span>\n                    <span class=\"rpm-tag\">Diagnose<\/span>\n                    <span class=\"rpm-tag\">Plan<\/span>\n                    <span class=\"rpm-tag\">Improve<\/span>\n                <\/div>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     ASSET PRIORITIZATION\n     ======================================================== -->\n\n<section class=\"rpm-section rpm-light\">\n\n    <div class=\"rpm-container\">\n\n        <div class=\"rpm-eyebrow\">\n            Asset Prioritization\n        <\/div>\n\n        <h2 class=\"rpm-title\">\n            Not every machine needs permanent online monitoring.\n        <\/h2>\n\n        <p class=\"rpm-lead\">\n            Monitoring intensity should reflect asset importance,\n            failure characteristics, accessibility,\n            inspection frequency and the economic value of earlier warning.\n        <\/p>\n\n\n        <div class=\"rpm-priority-grid\">\n\n\n            <div class=\"rpm-priority\">\n\n                <div class=\"rpm-priority-symbol\">A<\/div>\n\n                <h3>Critical Assets<\/h3>\n\n                <p>\n                    Equipment where failure can create\n                    significant operational consequence\n                    may justify stronger monitoring coverage.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rpm-priority\">\n\n                <div class=\"rpm-priority-symbol\">B<\/div>\n\n                <h3>Important Assets<\/h3>\n\n                <p>\n                    Assets with meaningful production\n                    or maintenance impact may benefit from\n                    targeted continuous monitoring.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rpm-priority\">\n\n                <div class=\"rpm-priority-symbol\">C<\/div>\n\n                <h3>Routine Assets<\/h3>\n\n                <p>\n                    Periodic inspection may remain\n                    appropriate where consequence\n                    and failure behavior justify it.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rpm-priority\">\n\n                <div class=\"rpm-priority-symbol\">GAP<\/div>\n\n                <h3>Monitoring Gaps<\/h3>\n\n                <p>\n                    Assets between traditional route monitoring\n                    and expensive full machinery systems\n                    can be candidates for retrofit monitoring.\n                <\/p>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     CONDITION MONITORING ARCHITECTURE\n     ======================================================== -->\n\n<section class=\"rpm-section rpm-dark\">\n\n    <div class=\"rpm-container\">\n\n        <div class=\"rpm-eyebrow\">\n            Condition Monitoring Architecture\n        <\/div>\n\n        <h2 class=\"rpm-title\">\n            From physical condition to maintenance decision.\n        <\/h2>\n\n\n        <div class=\"rpm-architecture\">\n\n            <div class=\"rpm-arch-row\">\n\n\n                <div class=\"rpm-arch-box\">\n\n                    <div class=\"rpm-arch-no\">01 \u2014 ASSET<\/div>\n\n                    <h3>Machine<\/h3>\n\n                    <p>\n                        Motor, pump, fan\n                        or selected rotating equipment.\n                    <\/p>\n\n                <\/div>\n\n\n                <div class=\"rpm-arch-arrow\">\u2192<\/div>\n\n\n                <div class=\"rpm-arch-box\">\n\n                    <div class=\"rpm-arch-no\">02 \u2014 MEASURE<\/div>\n\n                    <h3>Condition Data<\/h3>\n\n                    <p>\n                        Relevant compatible measurements\n                        selected for the failure mode.\n                    <\/p>\n\n                <\/div>\n\n\n                <div class=\"rpm-arch-arrow\">\u2192<\/div>\n\n\n                <div class=\"rpm-arch-box\">\n\n                    <div class=\"rpm-arch-no\">03 \u2014 MONITOR<\/div>\n\n                    <h3>MachineGuard<\/h3>\n\n                    <p>\n                        Connected historical condition\n                        monitoring and early-warning layer.\n                    <\/p>\n\n                <\/div>\n\n\n                <div class=\"rpm-arch-arrow\">\u2192<\/div>\n\n\n                <div class=\"rpm-arch-box\">\n\n                    <div class=\"rpm-arch-no\">04 \u2014 ANALYZE<\/div>\n\n                    <h3>Siteplore<\/h3>\n\n                    <p>\n                        Trends, deviations,\n                        alerts and operational context.\n                    <\/p>\n\n                <\/div>\n\n\n                <div class=\"rpm-arch-arrow\">\u2192<\/div>\n\n\n                <div class=\"rpm-arch-box\">\n\n                    <div class=\"rpm-arch-no\">05 \u2014 DECIDE<\/div>\n\n                    <h3>Maintenance Action<\/h3>\n\n                    <p>\n                        Inspection, diagnosis,\n                        planning and follow-up.\n                    <\/p>\n\n                <\/div>\n\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     MEASUREMENTS\n     ======================================================== -->\n\n<section class=\"rpm-section\">\n\n    <div class=\"rpm-container\">\n\n        <div class=\"rpm-eyebrow\">\n            Condition &amp; Context Measurements\n        <\/div>\n\n        <h2 class=\"rpm-title\">\n            One parameter rarely tells the entire story.\n        <\/h2>\n\n        <p class=\"rpm-lead\">\n            Measurement selection depends on the asset,\n            failure mode, operating condition and required\n            level of diagnostic information.\n        <\/p>\n\n\n        <div class=\"rpm-param-grid\">\n\n\n            <div class=\"rpm-param\">\n\n                <div class=\"rpm-param-symbol\">VIB<\/div>\n\n                <h3>Vibration<\/h3>\n\n                <p>\n                    Useful condition information for\n                    selected rotating-equipment applications\n                    when suitable sensors and analysis are used.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rpm-param\">\n\n                <div class=\"rpm-param-symbol\">TEMP<\/div>\n\n                <h3>Temperature<\/h3>\n\n                <p>\n                    Provides thermal context\n                    for bearings, motors and other\n                    selected equipment conditions.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rpm-param\">\n\n                <div class=\"rpm-param-symbol\">ELEC<\/div>\n\n                <h3>Electrical Load<\/h3>\n\n                <p>\n                    Current, power or other compatible\n                    electrical data can provide\n                    operating context where relevant.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rpm-param\">\n\n                <div class=\"rpm-param-symbol\">SPD<\/div>\n\n                <h3>Speed \/ Running State<\/h3>\n\n                <p>\n                    Operating status can help distinguish\n                    machine behavior under different conditions.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rpm-param\">\n\n                <div class=\"rpm-param-symbol\">PROC<\/div>\n\n                <h3>Process Context<\/h3>\n\n                <p>\n                    Flow, pressure or other process data\n                    may explain changes in machine behavior.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rpm-param\">\n\n                <div class=\"rpm-param-symbol\">ENV<\/div>\n\n                <h3>Environmental Context<\/h3>\n\n                <p>\n                    Ambient or surrounding conditions\n                    may matter for selected applications.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rpm-param\">\n\n                <div class=\"rpm-param-symbol\">HIST<\/div>\n\n                <h3>Maintenance History<\/h3>\n\n                <p>\n                    Relevant inspection or maintenance\n                    events can add valuable interpretation context.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rpm-param\">\n\n                <div class=\"rpm-param-symbol\">STATE<\/div>\n\n                <h3>Operating State<\/h3>\n\n                <p>\n                    Load, duty or process state\n                    can help avoid comparing unlike conditions.\n                <\/p>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     QUESTIONS\n     ======================================================== -->\n\n<section class=\"rpm-section rpm-light\">\n\n    <div class=\"rpm-container\">\n\n        <div class=\"rpm-eyebrow\">\n            Questions Better Condition Data Can Help Answer\n        <\/div>\n\n        <h2 class=\"rpm-title\">\n            Predictive maintenance should support\n            engineering questions \u2014 not produce unexplained scores.\n        <\/h2>\n\n\n        <div class=\"rpm-question-grid\">\n\n\n            <div class=\"rpm-question\">\n\n                <strong>\n                    Is this machine behaving differently from its established baseline?\n                <\/strong>\n\n                <span>\n                    Compare current condition\n                    with relevant historical operating behavior.\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"rpm-question\">\n\n                <strong>\n                    Is the condition change persistent or temporary?\n                <\/strong>\n\n                <span>\n                    Historical trending helps distinguish\n                    isolated events from developing patterns.\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"rpm-question\">\n\n                <strong>\n                    Did machine condition change after maintenance?\n                <\/strong>\n\n                <span>\n                    Compare selected pre- and post-maintenance condition data.\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"rpm-question\">\n\n                <strong>\n                    Does the abnormal trend only appear at higher load?\n                <\/strong>\n\n                <span>\n                    Add electrical or process information\n                    to understand operating context.\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"rpm-question\">\n\n                <strong>\n                    Which machines deserve inspection first?\n                <\/strong>\n\n                <span>\n                    Use criticality and condition evidence\n                    together to support maintenance prioritization.\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"rpm-question\">\n\n                <strong>\n                    Are repeated failures showing a common pattern?\n                <\/strong>\n\n                <span>\n                    Historical machine and maintenance data\n                    can support structured reliability investigation.\n                <\/span>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     MACHINEGUARD\n     ======================================================== -->\n\n<section class=\"rpm-section rpm-dark\">\n\n    <div class=\"rpm-container rpm-mg-grid\">\n\n        <div>\n\n            <div class=\"rpm-eyebrow\">\n                Siteplore Condition Monitoring Product\n            <\/div>\n\n            <h2 class=\"rpm-title\">\n                MachineGuard extends condition visibility\n                between conventional inspection intervals.\n            <\/h2>\n\n            <p class=\"rpm-lead\">\n                MachineGuard is positioned as a retrofit\n                condition-monitoring and early-warning layer\n                for selected motors, pumps, fans and rotating equipment.\n                It provides historical condition information\n                that can support reliability investigation\n                and maintenance prioritization.\n            <\/p>\n\n\n            <div class=\"rpm-actions\">\n\n                <a class=\"rpm-btn rpm-btn-primary\" href=\"\/index.php\/machineguard\">\n                    Explore MachineGuard \u2192\n                <\/a>\n\n            <\/div>\n\n        <\/div>\n\n\n        <div class=\"rpm-mg-panel\">\n\n\n            <div class=\"rpm-mg-item\">\n\n                <strong>Retrofit Monitoring<\/strong>\n\n                <span>\n                    Add monitoring to selected existing equipment\n                    without replacing the machine-control system.\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"rpm-mg-item\">\n\n                <strong>Historical Condition Trends<\/strong>\n\n                <span>\n                    Observe how selected condition parameters\n                    develop over time.\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"rpm-mg-item\">\n\n                <strong>Configurable Early Warning<\/strong>\n\n                <span>\n                    Highlight selected condition changes\n                    for engineering review where configured.\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"rpm-mg-item\">\n\n                <strong>Operational Context<\/strong>\n\n                <span>\n                    Combine relevant condition data\n                    with other available Siteplore information.\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"rpm-mg-item\">\n\n                <strong>Engineering Interpretation<\/strong>\n\n                <span>\n                    Use monitoring evidence to support\n                    inspection and diagnostic decisions.\n                <\/span>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     DELIVERABLES\n     ======================================================== -->\n\n<section class=\"rpm-section\">\n\n    <div class=\"rpm-container\">\n\n        <div class=\"rpm-eyebrow\">\n            What You Receive\n        <\/div>\n\n        <h2 class=\"rpm-title\">\n            A reliability program should define\n            what to monitor and what to do with the information.\n        <\/h2>\n\n        <p class=\"rpm-lead\">\n            Exact deliverables depend on asset scope,\n            available data, existing maintenance practices\n            and the selected engagement.\n        <\/p>\n\n\n        <div class=\"rpm-deliver-grid\">\n\n\n            <div class=\"rpm-deliver\">\n\n                <div class=\"rpm-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Asset Prioritization<\/h3>\n                    <p>\n                        Defined priority for selected assets\n                        based on agreed reliability criteria.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"rpm-deliver\">\n\n                <div class=\"rpm-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Failure-Mode Review<\/h3>\n                    <p>\n                        Review of relevant failure mechanisms\n                        and potential monitoring indicators.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"rpm-deliver\">\n\n                <div class=\"rpm-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Monitoring Strategy<\/h3>\n                    <p>\n                        Recommended measurements,\n                        monitoring approach and data requirements.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"rpm-deliver\">\n\n                <div class=\"rpm-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Condition Monitoring Views<\/h3>\n                    <p>\n                        Siteplore dashboards and historical\n                        trends for the agreed monitoring scope.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"rpm-deliver\">\n\n                <div class=\"rpm-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Alert Strategy<\/h3>\n                    <p>\n                        Project-specific warning logic\n                        where technically justified.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"rpm-deliver\">\n\n                <div class=\"rpm-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Baseline Review<\/h3>\n                    <p>\n                        Initial historical context\n                        after suitable data become available.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"rpm-deliver\">\n\n                <div class=\"rpm-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Engineering Review Support<\/h3>\n                    <p>\n                        Interpretation support for selected\n                        developing conditions where included in scope.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"rpm-deliver\">\n\n                <div class=\"rpm-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Improvement Recommendations<\/h3>\n                    <p>\n                        Evidence-based recommendations\n                        for monitoring or reliability improvement opportunities.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     USE CASES\n     ======================================================== -->\n\n<section class=\"rpm-section rpm-light\">\n\n    <div class=\"rpm-container\">\n\n        <div class=\"rpm-eyebrow\">\n            Example Applications\n        <\/div>\n\n        <h2 class=\"rpm-title\">\n            Apply the reliability workflow\n            where earlier information can change a maintenance decision.\n        <\/h2>\n\n\n        <div class=\"rpm-use-grid\">\n\n\n            <div class=\"rpm-use\">\n\n                <div class=\"rpm-use-head\">\n                    <small>Pumps<\/small>\n                    <h3>Process Pump Reliability<\/h3>\n                <\/div>\n\n                <div class=\"rpm-use-body\">\n\n                    <p>\n                        Track selected condition changes\n                        on pumps with meaningful operational consequence.\n                    <\/p>\n\n                    <div class=\"rpm-use-chain\">\n                        Criticality Review<br>\n                        + MachineGuard<br>\n                        + Siteplore Trends\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"rpm-use\">\n\n                <div class=\"rpm-use-head\">\n                    <small>Motors<\/small>\n                    <h3>Motor Condition Context<\/h3>\n                <\/div>\n\n                <div class=\"rpm-use-body\">\n\n                    <p>\n                        Compare machine-condition information\n                        with relevant electrical operating behavior.\n                    <\/p>\n\n                    <div class=\"rpm-use-chain\">\n                        MachineGuard<br>\n                        + PowerWatch where applicable<br>\n                        \u2192 Condition Context\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"rpm-use\">\n\n                <div class=\"rpm-use-head\">\n                    <small>Auxiliaries<\/small>\n                    <h3>Fans &amp; Blowers<\/h3>\n                <\/div>\n\n                <div class=\"rpm-use-body\">\n\n                    <p>\n                        Add historical condition visibility\n                        to selected rotating auxiliary assets.\n                    <\/p>\n\n                    <div class=\"rpm-use-chain\">\n                        Condition Monitoring<br>\n                        + Historical Trends<br>\n                        \u2192 Inspection Priority\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"rpm-use\">\n\n                <div class=\"rpm-use-head\">\n                    <small>Utilities<\/small>\n                    <h3>Utility Equipment Reliability<\/h3>\n                <\/div>\n\n                <div class=\"rpm-use-body\">\n\n                    <p>\n                        Combine equipment condition\n                        with process or utility operating context.\n                    <\/p>\n\n                    <div class=\"rpm-use-chain\">\n                        MachineGuard<br>\n                        + RekaSense where applicable<br>\n                        \u2192 Operational Context\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"rpm-use\">\n\n                <div class=\"rpm-use-head\">\n                    <small>Multi-Asset<\/small>\n                    <h3>Critical Asset Fleet<\/h3>\n                <\/div>\n\n                <div class=\"rpm-use-body\">\n\n                    <p>\n                        Compare selected condition indicators\n                        across similar machines.\n                    <\/p>\n\n                    <div class=\"rpm-use-chain\">\n                        Asset Group<br>\n                        + Common Monitoring Strategy<br>\n                        \u2192 Portfolio View\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"rpm-use\">\n\n                <div class=\"rpm-use-head\">\n                    <small>Reliability<\/small>\n                    <h3>Repeated Failure Investigation<\/h3>\n                <\/div>\n\n                <div class=\"rpm-use-body\">\n\n                    <p>\n                        Use monitoring history as additional evidence\n                        during recurring reliability investigations.\n                    <\/p>\n\n                    <div class=\"rpm-use-chain\">\n                        Failure History<br>\n                        + Condition Trends<br>\n                        + Operating Context\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     ANALYTICS MATURITY\n     ======================================================== -->\n\n<section class=\"rpm-section rpm-dark\">\n\n    <div class=\"rpm-container\">\n\n        <div class=\"rpm-eyebrow\">\n            Predictive Maintenance Maturity\n        <\/div>\n\n        <h2 class=\"rpm-title\">\n            Prediction is the last step \u2014\n            not the first.\n        <\/h2>\n\n        <p class=\"rpm-lead\">\n            Reliability programs usually create value\n            progressively. Advanced analytics should only be added\n            when the underlying condition data, operating context\n            and maintenance history are sufficiently useful.\n        <\/p>\n\n\n        <div class=\"rpm-analytics-grid\">\n\n\n            <div class=\"rpm-analytics\">\n\n                <div class=\"rpm-analytics-no\">LEVEL 01<\/div>\n\n                <h3>Visibility<\/h3>\n\n                <p>\n                    Make selected equipment-condition\n                    measurements historically visible.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rpm-analytics\">\n\n                <div class=\"rpm-analytics-no\">LEVEL 02<\/div>\n\n                <h3>Trend &amp; Deviation<\/h3>\n\n                <p>\n                    Identify meaningful changes\n                    relative to baseline or operating behavior.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rpm-analytics\">\n\n                <div class=\"rpm-analytics-no\">LEVEL 03<\/div>\n\n                <h3>Condition Context<\/h3>\n\n                <p>\n                    Combine machine condition\n                    with relevant load or process information.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rpm-analytics\">\n\n                <div class=\"rpm-analytics-no\">LEVEL 04<\/div>\n\n                <h3>Diagnostic Support<\/h3>\n\n                <p>\n                    Use suitable data and engineering analysis\n                    to support diagnosis of selected conditions.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rpm-analytics\">\n\n                <div class=\"rpm-analytics-no\">LEVEL 05<\/div>\n\n                <h3>Advanced Analytics<\/h3>\n\n                <p>\n                    Apply statistical or machine-learning\n                    methods where enough useful data exist.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rpm-analytics\">\n\n                <div class=\"rpm-analytics-no\">LEVEL 06<\/div>\n\n                <h3>Maintenance Decision Support<\/h3>\n\n                <p>\n                    Use the accumulated evidence\n                    to improve maintenance prioritization and planning.\n                <\/p>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     PRODUCT ECOSYSTEM\n     ======================================================== -->\n\n<section class=\"rpm-section\">\n\n    <div class=\"rpm-container\">\n\n        <div class=\"rpm-eyebrow\">\n            Siteplore Product Ecosystem\n        <\/div>\n\n        <h2 class=\"rpm-title\">\n            Reliability improves when machine condition\n            is interpreted with the right context.\n        <\/h2>\n\n\n        <div class=\"rpm-product-grid\">\n\n\n            <div class=\"rpm-product\">\n\n                <div class=\"rpm-product-type\">\n                    Primary Condition Monitoring Layer\n                <\/div>\n\n                <h3>MachineGuard<\/h3>\n\n                <p>\n                    Retrofit condition monitoring\n                    and early-warning visibility\n                    for selected rotating equipment.\n                <\/p>\n\n                <a class=\"rpm-product-link\" href=\"\/index.php\/machineguard\">\n                    Explore MachineGuard \u2192\n                <\/a>\n\n            <\/div>\n\n\n            <div class=\"rpm-product\">\n\n                <div class=\"rpm-product-type\">\n                    Electrical Context\n                <\/div>\n\n                <h3>PowerWatch<\/h3>\n\n                <p>\n                    Add selected electrical loading\n                    and energy information where it helps\n                    explain equipment behavior.\n                <\/p>\n\n                <a class=\"rpm-product-link\" href=\"\/index.php\/powerwatch\">\n                    Explore PowerWatch \u2192\n                <\/a>\n\n            <\/div>\n\n\n            <div class=\"rpm-product\">\n\n                <div class=\"rpm-product-type\">\n                    Process &amp; Environmental Context\n                <\/div>\n\n                <h3>RekaSense<\/h3>\n\n                <p>\n                    Connect compatible process,\n                    environmental or auxiliary measurements\n                    where additional operating context is required.\n                <\/p>\n\n                <a class=\"rpm-product-link\" href=\"\/index.php\/rekasense\">\n                    Explore RekaSense \u2192\n                <\/a>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     OUTCOMES\n     ======================================================== -->\n\n<section class=\"rpm-section rpm-light\">\n\n    <div class=\"rpm-container\">\n\n        <div class=\"rpm-eyebrow\">\n            Operational Value\n        <\/div>\n\n        <h2 class=\"rpm-title\">\n            The goal is not more condition data.\n            The goal is better maintenance decisions.\n        <\/h2>\n\n\n        <div class=\"rpm-outcome-grid\">\n\n\n            <div class=\"rpm-outcome\">\n\n                <div class=\"rpm-outcome-no\">01<\/div>\n\n                <h3>Earlier Awareness<\/h3>\n\n                <p>\n                    Make selected developing\n                    condition changes visible earlier.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rpm-outcome\">\n\n                <div class=\"rpm-outcome-no\">02<\/div>\n\n                <h3>Better Inspection Prioritization<\/h3>\n\n                <p>\n                    Focus engineering attention\n                    on assets showing meaningful changes.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rpm-outcome\">\n\n                <div class=\"rpm-outcome-no\">03<\/div>\n\n                <h3>Condition History<\/h3>\n\n                <p>\n                    Build evidence of how equipment\n                    behaves across time and maintenance events.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rpm-outcome\">\n\n                <div class=\"rpm-outcome-no\">04<\/div>\n\n                <h3>Asset-Specific Strategy<\/h3>\n\n                <p>\n                    Match monitoring intensity\n                    with asset importance and failure characteristics.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rpm-outcome\">\n\n                <div class=\"rpm-outcome-no\">05<\/div>\n\n                <h3>Improved Reliability Learning<\/h3>\n\n                <p>\n                    Use historical condition information\n                    as evidence in recurring failure investigation.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rpm-outcome\">\n\n                <div class=\"rpm-outcome-no\">06<\/div>\n\n                <h3>Scalable PdM Foundation<\/h3>\n\n                <p>\n                    Expand monitoring and analytics\n                    as data quality and business value are demonstrated.\n                <\/p>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     DELIVERY PROCESS\n     ======================================================== -->\n\n<section class=\"rpm-section rpm-dark\">\n\n    <div class=\"rpm-container\">\n\n        <div class=\"rpm-eyebrow\">\n            Delivery Process\n        <\/div>\n\n        <h2 class=\"rpm-title\">\n            Engineer the reliability strategy before scaling the monitoring.\n        <\/h2>\n\n\n        <div class=\"rpm-process-grid\">\n\n\n            <div class=\"rpm-process\">\n\n                <div class=\"rpm-process-no\">01<\/div>\n\n                <h3>Prioritize<\/h3>\n\n                <p>\n                    Identify assets\n                    where earlier condition information matters.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rpm-process\">\n\n                <div class=\"rpm-process-no\">02<\/div>\n\n                <h3>Analyze<\/h3>\n\n                <p>\n                    Review failure modes\n                    and monitoring requirements.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rpm-process\">\n\n                <div class=\"rpm-process-no\">03<\/div>\n\n                <h3>Monitor<\/h3>\n\n                <p>\n                    Deploy suitable condition\n                    and contextual measurements.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rpm-process\">\n\n                <div class=\"rpm-process-no\">04<\/div>\n\n                <h3>Learn<\/h3>\n\n                <p>\n                    Build baseline,\n                    historical trends and operating context.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"rpm-process\">\n\n                <div class=\"rpm-process-no\">05<\/div>\n\n                <h3>Improve<\/h3>\n\n                <p>\n                    Use evidence to refine\n                    maintenance and monitoring strategy.\n                <\/p>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     ENGAGEMENT OPTIONS\n     ======================================================== -->\n\n<section class=\"rpm-section\">\n\n    <div class=\"rpm-container\">\n\n        <div class=\"rpm-eyebrow\">\n            Engagement Options\n        <\/div>\n\n        <h2 class=\"rpm-title\">\n            Start at the level that matches your reliability maturity.\n        <\/h2>\n\n        <p class=\"rpm-lead\">\n            Commercial scope depends on the number of assets,\n            available maintenance history, required measurements,\n            integration complexity and the level of ongoing\n            engineering support required.\n        <\/p>\n\n\n        <div class=\"rpm-option-grid\">\n\n\n            <!-- ASSESSMENT -->\n\n            <div class=\"rpm-option\">\n\n                <div class=\"rpm-option-type\">\n                    Reliability Definition\n                <\/div>\n\n                <h3>\n                    Reliability Assessment\n                <\/h3>\n\n                <p>\n                    For sites that need to determine\n                    which assets and failure modes should\n                    be prioritized for condition monitoring.\n                <\/p>\n\n                <ul>\n                    <li>Asset prioritization<\/li>\n                    <li>Failure-mode review<\/li>\n                    <li>Monitoring-gap assessment<\/li>\n                    <li>Measurement strategy<\/li>\n                    <li>Recommended next step<\/li>\n                <\/ul>\n\n                <a class=\"rpm-btn rpm-btn-dark\" href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20request%20a%20Siteplore%20Reliability%20Assessment.\" target=\"_blank\" rel=\"noopener\">\n                    Request Reliability Assessment\n                <\/a>\n\n            <\/div>\n\n\n\n            <!-- PILOT -->\n\n            <div class=\"rpm-option rpm-option-featured\">\n\n                <div class=\"rpm-option-badge\">\n                    Recommended Start\n                <\/div>\n\n                <div class=\"rpm-option-type\">\n                    Focused Validation\n                <\/div>\n\n                <h3>\n                    90-Day PdM Pilot\n                <\/h3>\n\n                <p>\n                    Validate a focused condition-monitoring\n                    use case on selected equipment\n                    before wider deployment.\n                <\/p>\n\n                <ul>\n                    <li>Selected asset scope<\/li>\n                    <li>MachineGuard monitoring<\/li>\n                    <li>Historical trends<\/li>\n                    <li>Condition \/ alert review<\/li>\n                    <li>Scale-up decision basis<\/li>\n                <\/ul>\n\n                <a class=\"rpm-btn rpm-btn-primary\" href=\"\/index.php\/pricing\/#paid-pilot\">\n                    Explore Paid Pilot\n                <\/a>\n\n            <\/div>\n\n\n\n            <!-- PROGRAM -->\n\n            <div class=\"rpm-option\">\n\n                <div class=\"rpm-option-type\">\n                    Reliability Program\n                <\/div>\n\n                <h3>\n                    Reliability &amp; PdM Program\n                <\/h3>\n\n                <p>\n                    For organizations ready to build\n                    a broader condition-based maintenance\n                    and reliability-monitoring framework.\n                <\/p>\n\n                <ul>\n                    <li>Asset-group prioritization<\/li>\n                    <li>Monitoring architecture<\/li>\n                    <li>MachineGuard deployment<\/li>\n                    <li>Contextual data integration<\/li>\n                    <li>Engineering review framework<\/li>\n                <\/ul>\n\n                <a class=\"rpm-btn rpm-btn-dark\" href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20discuss%20a%20Siteplore%20Reliability%20and%20Predictive%20Maintenance%20Program.\" target=\"_blank\" rel=\"noopener\">\n                    Discuss Reliability Program\n                <\/a>\n\n            <\/div>\n\n\n        <\/div>\n\n\n        <div class=\"rpm-actions\">\n\n            <a class=\"rpm-btn rpm-btn-dark\" href=\"\/index.php\/pricing\">\n                View Siteplore Pricing \u2192\n            <\/a>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     ENGINEERING BOUNDARY\n     ======================================================== -->\n\n<section class=\"rpm-section rpm-light\">\n\n    <div class=\"rpm-container\">\n\n        <div class=\"rpm-eyebrow\">\n            Important Reliability Boundary\n        <\/div>\n\n        <h2 class=\"rpm-title\">\n            Early warning is not machinery protection,\n            and prediction is not certainty.\n        <\/h2>\n\n        <p class=\"rpm-lead\">\n            Siteplore and MachineGuard support condition monitoring,\n            historical analysis and maintenance decision-making.\n            They should not be assumed to provide machinery protection,\n            safety shutdown or guaranteed remaining-life prediction.\n        <\/p>\n\n\n        <div class=\"rpm-boundary\">\n\n            <table>\n\n                <thead>\n\n                    <tr>\n                        <th>Capability<\/th>\n                        <th>Reliability \/ MachineGuard Scope<\/th>\n                        <th>Engineering Boundary<\/th>\n                    <\/tr>\n\n                <\/thead>\n\n\n                <tbody>\n\n\n                    <tr>\n                        <td>Historical condition monitoring<\/td>\n                        <td class=\"rpm-yes\">Yes<\/td>\n                        <td>Suitable sensor and architecture required<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>Trend analysis<\/td>\n                        <td class=\"rpm-yes\">Yes<\/td>\n                        <td>Data quality and operating context matter<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>Configurable early warning<\/td>\n                        <td class=\"rpm-yes\">Where defined<\/td>\n                        <td>Requires appropriate alert strategy<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>Engineering diagnostic support<\/td>\n                        <td class=\"rpm-yes\">Where data permit<\/td>\n                        <td>Depends on measurement capability and expertise<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>Automatic machinery trip<\/td>\n                        <td class=\"rpm-caution\">No<\/td>\n                        <td>Dedicated machinery protection required<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>Safety-critical shutdown<\/td>\n                        <td class=\"rpm-caution\">No<\/td>\n                        <td>Dedicated safety \/ protection system required<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>Guaranteed failure prediction<\/td>\n                        <td class=\"rpm-caution\">No<\/td>\n                        <td>Failures and operating conditions remain uncertain<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>Guaranteed Remaining Useful Life<\/td>\n                        <td class=\"rpm-caution\">No standard claim<\/td>\n                        <td>Requires validated model and appropriate data<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>Hazardous-area installation<\/td>\n                        <td class=\"rpm-caution\">Not assumed<\/td>\n                        <td>Certified equipment and area review required<\/td>\n                    <\/tr>\n\n\n                <\/tbody>\n\n            <\/table>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     FAQ\n     ======================================================== -->\n\n<section class=\"rpm-section\">\n\n    <div class=\"rpm-container\">\n\n        <div class=\"rpm-eyebrow\">\n            Frequently Asked Questions\n        <\/div>\n\n        <h2 class=\"rpm-title\">\n            Reliability &amp; Predictive Maintenance FAQ\n        <\/h2>\n\n\n        <div class=\"rpm-faq\">\n\n\n            <details>\n\n                <summary>\n                    What is the difference between preventive and predictive maintenance?\n                <\/summary>\n\n                <p>\n                    Preventive maintenance is commonly scheduled\n                    according to time, running hours or another predefined interval.\n                    Predictive or condition-informed maintenance uses\n                    equipment condition and operating evidence to help\n                    determine when attention may be required.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Does predictive maintenance mean AI?\n                <\/summary>\n\n                <p>\n                    No. Predictive maintenance can begin with\n                    reliable condition measurements, historical trends,\n                    thresholds, deviation detection and engineering interpretation.\n                    AI or machine learning is only one possible analytical layer.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Does MachineGuard predict exactly when a bearing will fail?\n                <\/summary>\n\n                <p>\n                    No. MachineGuard is positioned as a condition-monitoring\n                    and early-warning platform. Exact time-to-failure\n                    or remaining useful life should not be assumed\n                    unless a specific model has been developed and validated.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can MachineGuard replace vibration route inspection?\n                <\/summary>\n\n                <p>\n                    Not necessarily. Online monitoring and route-based inspection\n                    can complement each other. The appropriate strategy depends\n                    on asset criticality, equipment behavior and maintenance needs.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can MachineGuard replace a machinery protection system?\n                <\/summary>\n\n                <p>\n                    No. MachineGuard is not a substitute\n                    for dedicated vibration protection,\n                    overspeed protection or machinery trip systems.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can condition monitoring be applied to pumps?\n                <\/summary>\n\n                <p>\n                    Yes. Selected pumps can be considered for monitoring\n                    based on equipment configuration, failure modes,\n                    criticality and the measurement objective.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can electric motors be monitored?\n                <\/summary>\n\n                <p>\n                    Yes. Suitable motor condition and contextual measurements\n                    can be considered depending on the failure modes\n                    and monitoring objective.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can PowerWatch data be combined with MachineGuard?\n                <\/summary>\n\n                <p>\n                    Yes where electrical load or operating behavior\n                    provides useful context for interpreting\n                    machine-condition information.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can process data be included?\n                <\/summary>\n\n                <p>\n                    Potentially yes. Relevant process measurements\n                    can be integrated where appropriate interfaces\n                    and access are available.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Do all machines need the same monitoring sensors?\n                <\/summary>\n\n                <p>\n                    No. Measurement strategy should reflect\n                    the asset configuration, failure modes,\n                    criticality and monitoring objective.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    How are alert limits determined?\n                <\/summary>\n\n                <p>\n                    Alert strategy can consider equipment information,\n                    historical baseline, operating state,\n                    applicable engineering guidance and observed behavior.\n                    Limits should not be selected arbitrarily.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    How much historical data is required before analytics becomes useful?\n                <\/summary>\n\n                <p>\n                    There is no universal duration.\n                    Requirements depend on equipment operating cycles,\n                    variability, failure modes, data frequency\n                    and the analytical question being addressed.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can AI be added later?\n                <\/summary>\n\n                <p>\n                    Yes. Advanced analytics can be evaluated\n                    after sufficient reliable historical data\n                    and a justified operational use case are available.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can this service help with repeated equipment failures?\n                <\/summary>\n\n                <p>\n                    Yes. Historical condition and operational data\n                    can provide additional evidence for structured\n                    reliability investigation, although they do not\n                    replace engineering root-cause analysis.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Should we monitor every machine?\n                <\/summary>\n\n                <p>\n                    Usually not. A better approach is to prioritize\n                    equipment where earlier condition information\n                    can materially affect reliability, cost or operations.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    How should we start?\n                <\/summary>\n\n                <p>\n                    Start with a small group of assets that have\n                    meaningful reliability consequences, recurring failures,\n                    long inspection intervals or inadequate condition visibility.\n                    Rekacipta can then assess the failure modes,\n                    monitoring gaps and appropriate Siteplore architecture.\n                <\/p>\n\n            <\/details>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     FINAL CTA\n     ======================================================== -->\n\n<section class=\"rpm-cta\">\n\n    <div class=\"rpm-container rpm-cta-inner\">\n\n        <div>\n\n            <h2>\n                Do not try to predict every failure.\n                <span>Start by making important condition changes visible earlier.<\/span>\n            <\/h2>\n\n            <p>\n                Rekacipta can help identify which assets deserve\n                better monitoring, define the relevant failure modes,\n                select suitable measurements and build a Siteplore\n                reliability workflow that turns condition data\n                into maintenance priorities and engineering action.\n            <\/p>\n\n        <\/div>\n\n\n        <div class=\"rpm-actions\">\n\n            <a class=\"rpm-btn rpm-btn-primary\" href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20discuss%20Siteplore%20Reliability%20and%20Predictive%20Maintenance.\" target=\"_blank\" rel=\"noopener\">\n                Discuss Reliability Program \u2192\n            <\/a>\n\n            <a class=\"rpm-btn rpm-btn-secondary\" href=\"\/index.php\/pricing\">\n                View Siteplore Plans\n            <\/a>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Siteplore Reliability Engineering Services Move Maintenance From Calendar-Driven to Condition-Informed. Rekacipta combines reliability engineering, asset prioritization, condition monitoring, historical trends and engineering interpretation to help maintenance teams identify developing equipment problems earlier and focus resources where evidence indicates attention is needed. Discuss Reliability Program \u2192 Explore MachineGuard Reliability Decision Loop 01 Prioritize the Asset Criticality [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-167","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/pages\/167","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/comments?post=167"}],"version-history":[{"count":2,"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/pages\/167\/revisions"}],"predecessor-version":[{"id":214,"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/pages\/167\/revisions\/214"}],"wp:attachment":[{"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/media?parent=167"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}