{"id":29621,"date":"2026-06-29T16:05:32","date_gmt":"2026-06-29T08:05:32","guid":{"rendered":"https:\/\/www.cnspd.com\/?page_id=29621"},"modified":"2026-06-29T16:14:13","modified_gmt":"2026-06-29T08:14:13","slug":"plc-surge-protection-guide-for-power-i-o-and-communication-lines","status":"publish","type":"page","link":"https:\/\/www.cnspd.com\/pt\/plc-surge-protection\/","title":{"rendered":"Guia de Prote\u00e7\u00e3o contra Surto PLC para Linhas de Pot\u00eancia, I\/O e Comunica\u00e7\u00e3o"},"content":{"rendered":"<section class=\"l-section wpb_row us_custom_f15df953 height_large width_full\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-html\"><section class=\"leeyee-plc-spd\">\n  <style>\n    .leeyee-plc-spd {\n      --ly-blue: #004898;\n      --ly-blue-dark: #06284f;\n      --ly-blue-soft: #eaf3ff;\n      --ly-orange: #ff8a00;\n      --ly-text: #142033;\n      --ly-muted: #5d6b7c;\n      --ly-border: #dce8f5;\n      --ly-bg: #f6f9fd;\n      --ly-card: #ffffff;\n      --ly-red: #c02b2b;\n      --ly-green: #138a57;\n      font-family: inherit;\n      color: var(--ly-text);\n      background: #fff;\n      line-height: 1.65;\n    }\n\n    .leeyee-plc-spd * {\n      box-sizing: border-box;\n    }\n\n    .leeyee-plc-spd a {\n      color: inherit;\n      text-decoration: none;\n    }\n\n    .plc-wrap {\n      width: min(1180px, calc(100% - 36px));\n      margin: 0 auto;\n    }\n\n    .plc-hero {\n      position: relative;\n      overflow: hidden;\n      color: #fff;\n      padding: 92px 0 84px;\n      background:\n        radial-gradient(circle at 85% 16%, rgba(255,138,0,.18), transparent 30%),\n        radial-gradient(circle at 12% 82%, rgba(255,255,255,.1), transparent 28%),\n        linear-gradient(135deg, #061f41 0%, #004898 52%, #06264d 100%);\n    }\n\n    .plc-hero::before {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      background-image:\n        linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),\n        linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);\n      background-size: 42px 42px;\n      mask-image: linear-gradient(90deg, rgba(0,0,0,.85), rgba(0,0,0,.2));\n      pointer-events: none;\n    }\n\n    .plc-hero-grid {\n      position: relative;\n      z-index: 2;\n      display: grid;\n      grid-template-columns: 1.04fr .96fr;\n      gap: 44px;\n      align-items: center;\n    }\n\n    .plc-eyebrow {\n      display: inline-flex;\n      align-items: center;\n      gap: 9px;\n      padding: 8px 14px;\n      border-radius: 999px;\n      background: rgba(255,255,255,.11);\n      border: 1px solid rgba(255,255,255,.22);\n      color: rgba(255,255,255,.92);\n      font-size: 13px;\n      font-weight: 800;\n      letter-spacing: .02em;\n      margin-bottom: 18px;\n    }\n\n    .plc-eyebrow i {\n      width: 8px;\n      height: 8px;\n      border-radius: 50%;\n      background: var(--ly-orange);\n      box-shadow: 0 0 0 6px rgba(255,138,0,.18);\n      flex: 0 0 auto;\n    }\n\n    .plc-hero h1 {\n      margin: 0;\n      color: #fff;\n      font-size: clamp(35px, 5vw, 60px);\n      line-height: 1.05;\n      letter-spacing: -0.045em;\n      max-width: 780px;\n    }\n\n    .plc-hero-lead {\n      margin: 22px 0 0;\n      max-width: 760px;\n      color: rgba(255,255,255,.88);\n      font-size: 18px;\n      line-height: 1.7;\n    }\n\n    .plc-direct-answer {\n      margin-top: 26px;\n      padding: 20px 22px;\n      border-radius: 20px;\n      background: rgba(255,255,255,.12);\n      border: 1px solid rgba(255,255,255,.22);\n      box-shadow: 0 14px 46px rgba(0,0,0,.16);\n      backdrop-filter: blur(10px);\n    }\n\n    .plc-direct-answer b {\n      display: block;\n      color: #fff;\n      margin-bottom: 7px;\n      font-size: 15px;\n    }\n\n    .plc-direct-answer p {\n      margin: 0;\n      color: rgba(255,255,255,.9);\n      font-size: 15.5px;\n    }\n\n    .plc-actions {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n      margin-top: 30px;\n    }\n\n    .plc-btn {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      min-height: 46px;\n      padding: 12px 20px;\n      border-radius: 999px;\n      font-weight: 850;\n      font-size: 14px;\n      border: 1px solid transparent;\n      transition: transform .22s ease, box-shadow .22s ease, background .22s ease;\n      cursor: pointer;\n    }\n\n    .plc-btn.primary {\n      color: var(--ly-blue);\n      background: #fff;\n      box-shadow: 0 16px 34px rgba(0,0,0,.2);\n    }\n\n    .plc-btn.primary:hover {\n      transform: translateY(-2px);\n      box-shadow: 0 20px 40px rgba(0,0,0,.26);\n    }\n\n    .plc-btn.secondary {\n      color: #fff;\n      background: rgba(255,255,255,.08);\n      border-color: rgba(255,255,255,.32);\n    }\n\n    .plc-btn.secondary:hover {\n      transform: translateY(-2px);\n      background: rgba(255,255,255,.16);\n    }\n\n    .plc-hero-panel {\n      background: rgba(255,255,255,.96);\n      color: var(--ly-text);\n      border-radius: 28px;\n      padding: 22px;\n      box-shadow: 0 28px 80px rgba(0,0,0,.26);\n      border: 1px solid rgba(255,255,255,.35);\n    }\n\n    .plc-hero-panel-title {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 14px;\n      margin-bottom: 18px;\n    }\n\n    .plc-hero-panel-title b {\n      color: var(--ly-blue);\n      font-size: 17px;\n      line-height: 1.25;\n    }\n\n    .plc-status {\n      display: inline-flex;\n      align-items: center;\n      gap: 7px;\n      padding: 7px 10px;\n      border-radius: 999px;\n      background: #edf9f3;\n      color: var(--ly-green);\n      font-size: 12px;\n      font-weight: 850;\n      white-space: nowrap;\n    }\n\n    .plc-status i {\n      width: 7px;\n      height: 7px;\n      border-radius: 50%;\n      background: var(--ly-green);\n    }\n\n    .plc-port-map {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 11px;\n    }\n\n    .plc-port {\n      display: grid;\n      grid-template-columns: 94px 1fr;\n      gap: 12px;\n      align-items: center;\n      padding: 13px;\n      border: 1px solid var(--ly-border);\n      border-radius: 17px;\n      background: #f8fbff;\n    }\n\n    .plc-port-label {\n      display: flex;\n      min-height: 36px;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n      padding: 7px;\n      border-radius: 12px;\n      color: #fff;\n      background: var(--ly-blue);\n      font-size: 12px;\n      font-weight: 900;\n      line-height: 1.18;\n    }\n\n    .plc-port:nth-child(2) .plc-port-label {\n      background: #1265b8;\n    }\n\n    .plc-port:nth-child(3) .plc-port-label {\n      background: #ff8a00;\n    }\n\n    .plc-port:nth-child(4) .plc-port-label {\n      background: #1d8c62;\n    }\n\n    .plc-port:nth-child(5) .plc-port-label {\n      background: #6d58c7;\n    }\n\n    .plc-port b {\n      display: block;\n      margin-bottom: 2px;\n      color: var(--ly-text);\n      font-size: 14px;\n      line-height: 1.25;\n    }\n\n    .plc-port span {\n      display: block;\n      color: var(--ly-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .plc-section {\n      padding: 76px 0;\n    }\n\n    .plc-section.alt {\n      background: var(--ly-bg);\n    }\n\n    .plc-section-head {\n      max-width: 860px;\n      margin: 0 auto 38px;\n      text-align: center;\n    }\n\n    .plc-kicker {\n      display: inline-block;\n      margin-bottom: 12px;\n      color: var(--ly-blue);\n      font-weight: 900;\n      font-size: 13px;\n      letter-spacing: .08em;\n      text-transform: uppercase;\n    }\n\n    .plc-section h2 {\n      margin: 0;\n      color: var(--ly-text);\n      font-size: clamp(28px, 3.4vw, 42px);\n      line-height: 1.15;\n      letter-spacing: -.035em;\n    }\n\n    .plc-section-head p {\n      margin: 16px auto 0;\n      color: var(--ly-muted);\n      font-size: 17px;\n      max-width: 760px;\n    }\n\n    .plc-grid-3 {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .plc-grid-4 {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 18px;\n    }\n\n    .plc-card {\n      background: var(--ly-card);\n      border: 1px solid var(--ly-border);\n      border-radius: 24px;\n      padding: 24px;\n      box-shadow: 0 14px 38px rgba(17, 49, 92, .06);\n    }\n\n    .plc-icon {\n      width: 50px;\n      height: 50px;\n      border-radius: 17px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 16px;\n      background: var(--ly-blue-soft);\n      color: var(--ly-blue);\n      font-weight: 950;\n      font-size: 18px;\n    }\n\n    .plc-card h3 {\n      margin: 0 0 10px;\n      color: var(--ly-text);\n      font-size: 20px;\n      line-height: 1.25;\n    }\n\n    .plc-card p {\n      margin: 0;\n      color: var(--ly-muted);\n      font-size: 15px;\n    }\n\n    .plc-architecture {\n      background: #fff;\n      border: 1px solid var(--ly-border);\n      border-radius: 28px;\n      padding: 26px;\n      box-shadow: 0 18px 48px rgba(17,49,92,.08);\n    }\n\n    .plc-arch-grid {\n      display: grid;\n      grid-template-columns: 1fr 38px 1.1fr 38px 1fr;\n      gap: 10px;\n      align-items: center;\n    }\n\n    .plc-arch-box {\n      min-height: 172px;\n      border: 1px solid var(--ly-border);\n      border-radius: 22px;\n      padding: 20px;\n      background: linear-gradient(180deg, #fff, #f8fbff);\n      position: relative;\n      overflow: hidden;\n    }\n\n    .plc-arch-box.main {\n      border-color: rgba(0,72,152,.34);\n      background:\n        radial-gradient(circle at 90% 10%, rgba(255,138,0,.13), transparent 34%),\n        linear-gradient(180deg, #f9fcff, #eaf3ff);\n    }\n\n    .plc-arch-box h3 {\n      margin: 0 0 8px;\n      color: var(--ly-blue);\n      font-size: 19px;\n    }\n\n    .plc-arch-box p {\n      margin: 0;\n      color: var(--ly-muted);\n      font-size: 14px;\n      line-height: 1.55;\n    }\n\n    .plc-arch-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 7px;\n      margin-top: 14px;\n    }\n\n    .plc-arch-tags span {\n      display: inline-flex;\n      padding: 5px 8px;\n      border-radius: 999px;\n      background: #fff;\n      border: 1px solid var(--ly-border);\n      color: var(--ly-muted);\n      font-size: 12px;\n      font-weight: 750;\n    }\n\n    .plc-arrow {\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      color: var(--ly-blue);\n      font-size: 28px;\n      font-weight: 950;\n    }\n\n    .plc-protect-strip {\n      display: grid;\n      grid-template-columns: repeat(5, 1fr);\n      gap: 12px;\n      margin-top: 18px;\n    }\n\n    .plc-protect-item {\n      border: 1px solid #ffd9a6;\n      background: #fff8ee;\n      border-radius: 16px;\n      padding: 14px;\n    }\n\n    .plc-protect-item b {\n      display: block;\n      color: #9a5000;\n      font-size: 13.5px;\n      margin-bottom: 3px;\n    }\n\n    .plc-protect-item span {\n      display: block;\n      color: #6f4c1e;\n      font-size: 12.5px;\n      line-height: 1.42;\n    }\n\n    .plc-table-wrap {\n      overflow-x: auto;\n      background: #fff;\n      border: 1px solid var(--ly-border);\n      border-radius: 24px;\n      box-shadow: 0 18px 46px rgba(17,49,92,.07);\n    }\n\n    .plc-table {\n      width: 100%;\n      min-width: 1000px;\n      border-collapse: collapse;\n      background: #fff;\n    }\n\n    .plc-table th {\n      padding: 16px;\n      text-align: left;\n      background: var(--ly-blue);\n      color: #fff;\n      font-size: 14px;\n      line-height: 1.35;\n    }\n\n    .plc-table td {\n      padding: 16px;\n      border-top: 1px solid var(--ly-border);\n      color: var(--ly-muted);\n      vertical-align: top;\n      font-size: 14px;\n      line-height: 1.55;\n    }\n\n    .plc-table td strong {\n      color: var(--ly-text);\n    }\n\n    .plc-table tr:nth-child(even) td {\n      background: #f9fcff;\n    }\n\n    .plc-chip-row {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 7px;\n      margin-top: 8px;\n    }\n\n    .plc-chip {\n      display: inline-flex;\n      padding: 5px 8px;\n      border-radius: 999px;\n      background: #f2f7fc;\n      border: 1px solid var(--ly-border);\n      color: var(--ly-muted);\n      font-size: 12px;\n      font-weight: 750;\n      white-space: nowrap;\n    }\n\n    .plc-note {\n      margin-top: 18px;\n      padding: 18px 20px;\n      border-radius: 18px;\n      background: #fff8ee;\n      border: 1px solid #ffd9a6;\n      color: #704b1d;\n      font-size: 15px;\n    }\n\n    .plc-note strong {\n      color: #9a5000;\n    }\n\n    .plc-two {\n      display: grid;\n      grid-template-columns: .95fr 1.05fr;\n      gap: 24px;\n      align-items: start;\n    }\n\n    .plc-rule-box {\n      background: #fff;\n      border: 1px solid var(--ly-border);\n      border-radius: 24px;\n      padding: 25px;\n      box-shadow: 0 14px 38px rgba(17,49,92,.06);\n    }\n\n    .plc-rule-box h3 {\n      margin: 0 0 16px;\n      color: var(--ly-blue);\n      font-size: 22px;\n      line-height: 1.25;\n    }\n\n    .plc-rule-list {\n      display: grid;\n      gap: 12px;\n      margin: 0;\n      padding: 0;\n      list-style: none;\n    }\n\n    .plc-rule-list li {\n      display: block;\n      padding: 18px 20px;\n      border: 1px solid var(--ly-border);\n      border-radius: 18px;\n      background: #f8fbff;\n    }\n\n    .plc-rule-list li > div {\n      min-width: 0;\n    }\n\n    .plc-rule-list b {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      color: var(--ly-text);\n      margin-bottom: 7px;\n      font-size: 15px;\n      line-height: 1.35;\n    }\n\n    .plc-rule-list span:not(.plc-num) {\n      display: block;\n      color: var(--ly-muted);\n      font-size: 14px;\n      line-height: 1.55;\n    }\n\n    .plc-num {\n      width: 28px;\n      height: 28px;\n      border-radius: 999px;\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      color: #fff;\n      background: var(--ly-blue);\n      font-size: 12px;\n      font-weight: 950;\n      line-height: 1;\n      flex: 0 0 auto;\n    }\n\n    .plc-num.plc-if {\n      width: auto;\n      min-width: 34px;\n      height: 24px;\n      padding: 0 10px;\n      border-radius: 999px;\n      font-size: 11px;\n      letter-spacing: .04em;\n    }\n\n    .plc-port-section {\n      display: grid;\n      gap: 22px;\n    }\n\n    .plc-port-card {\n      display: grid;\n      grid-template-columns: 230px 1fr;\n      gap: 22px;\n      align-items: stretch;\n      background: #fff;\n      border: 1px solid var(--ly-border);\n      border-radius: 26px;\n      padding: 22px;\n      box-shadow: 0 14px 40px rgba(17,49,92,.06);\n    }\n\n    .plc-port-side {\n      border-radius: 20px;\n      padding: 22px;\n      color: #fff;\n      background:\n        radial-gradient(circle at 80% 20%, rgba(255,255,255,.2), transparent 34%),\n        linear-gradient(145deg, #004898, #06284f);\n      min-height: 100%;\n    }\n\n    .plc-port-side.orange {\n      background:\n        radial-gradient(circle at 80% 20%, rgba(255,255,255,.24), transparent 34%),\n        linear-gradient(145deg, #ff8a00, #a75100);\n    }\n\n    .plc-port-side.green {\n      background:\n        radial-gradient(circle at 80% 20%, rgba(255,255,255,.22), transparent 34%),\n        linear-gradient(145deg, #138a57, #075538);\n    }\n\n    .plc-port-side.purple {\n      background:\n        radial-gradient(circle at 80% 20%, rgba(255,255,255,.22), transparent 34%),\n        linear-gradient(145deg, #6d58c7, #342678);\n    }\n\n    .plc-port-side b {\n      display: block;\n      font-size: 22px;\n      line-height: 1.18;\n      margin-bottom: 10px;\n    }\n\n    .plc-port-side span {\n      display: block;\n      color: rgba(255,255,255,.82);\n      font-size: 14px;\n      line-height: 1.55;\n    }\n\n    .plc-port-content h3 {\n      margin: 0 0 9px;\n      font-size: 22px;\n      color: var(--ly-text);\n    }\n\n    .plc-port-content p {\n      margin: 0 0 14px;\n      color: var(--ly-muted);\n    }\n\n    .plc-mini-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 12px;\n      margin-top: 16px;\n    }\n\n    .plc-mini {\n      padding: 14px;\n      border: 1px solid var(--ly-border);\n      background: #f8fbff;\n      border-radius: 16px;\n    }\n\n    .plc-mini b {\n      display: block;\n      color: var(--ly-blue);\n      font-size: 13.5px;\n      margin-bottom: 4px;\n    }\n\n    .plc-mini span {\n      display: block;\n      color: var(--ly-muted);\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .plc-install-steps {\n      counter-reset: plcstep;\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 18px;\n    }\n\n    .plc-step {\n      position: relative;\n      padding: 24px 24px 24px 74px;\n      border-radius: 24px;\n      background: #fff;\n      border: 1px solid var(--ly-border);\n      box-shadow: 0 12px 34px rgba(17,49,92,.055);\n    }\n\n    .plc-step::before {\n      counter-increment: plcstep;\n      content: counter(plcstep);\n      position: absolute;\n      left: 22px;\n      top: 24px;\n      width: 36px;\n      height: 36px;\n      border-radius: 50%;\n      color: #fff;\n      background: var(--ly-blue);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-weight: 950;\n    }\n\n    .plc-step h3 {\n      margin: 0 0 8px;\n      color: var(--ly-text);\n      font-size: 19px;\n    }\n\n    .plc-step p {\n      margin: 0;\n      color: var(--ly-muted);\n      font-size: 14.5px;\n    }\n\n    .plc-mistakes {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 18px;\n    }\n\n    .plc-mistake {\n      padding: 22px;\n      border-radius: 23px;\n      background: #fff7f7;\n      border: 1px solid #ffd4d4;\n    }\n\n    .plc-mistake b {\n      display: block;\n      color: var(--ly-red);\n      margin-bottom: 8px;\n      font-size: 17px;\n      line-height: 1.25;\n    }\n\n    .plc-mistake p {\n      margin: 0;\n      color: #6f4444;\n      font-size: 14.5px;\n    }\n\n    .plc-products {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 18px;\n    }\n\n    .plc-product {\n      overflow: hidden;\n      border-radius: 24px;\n      border: 1px solid var(--ly-border);\n      background: #fff;\n      box-shadow: 0 14px 38px rgba(17,49,92,.06);\n      display: flex;\n      flex-direction: column;\n    }\n\n    .plc-product-top {\n      min-height: 118px;\n      padding: 20px;\n      background:\n        radial-gradient(circle at 82% 16%, rgba(255,138,0,.15), transparent 32%),\n        linear-gradient(135deg, #f8fbff, #eaf3ff);\n      display: flex;\n      align-items: flex-end;\n    }\n\n    .plc-product-top b {\n      color: var(--ly-blue);\n      font-size: 19px;\n      line-height: 1.2;\n    }\n\n    .plc-product-body {\n      padding: 20px;\n      flex: 1;\n      display: flex;\n      flex-direction: column;\n    }\n\n    .plc-product-body p {\n      margin: 0 0 15px;\n      color: var(--ly-muted);\n      font-size: 14.5px;\n    }\n\n    .plc-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 7px;\n      margin-top: auto;\n    }\n\n    .plc-tags span {\n      display: inline-flex;\n      padding: 5px 8px;\n      border-radius: 999px;\n      background: #f2f7fc;\n      border: 1px solid var(--ly-border);\n      color: var(--ly-muted);\n      font-size: 12px;\n      font-weight: 750;\n    }\n\n    .plc-related {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 18px;\n    }\n\n    .plc-related a {\n      display: block;\n      min-height: 150px;\n      padding: 22px;\n      border-radius: 23px;\n      background: #fff;\n      border: 1px solid var(--ly-border);\n      box-shadow: 0 12px 34px rgba(17,49,92,.045);\n      transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;\n    }\n\n    .plc-related a:hover {\n      transform: translateY(-3px);\n      border-color: rgba(0,72,152,.34);\n      box-shadow: 0 18px 40px rgba(17,49,92,.08);\n    }\n\n    .plc-related b {\n      display: block;\n      color: var(--ly-blue);\n      font-size: 17px;\n      margin-bottom: 8px;\n      line-height: 1.25;\n    }\n\n    .plc-related span {\n      display: block;\n      color: var(--ly-muted);\n      font-size: 14px;\n      line-height: 1.5;\n    }\n\n    .plc-faq {\n      max-width: 920px;\n      margin: 0 auto;\n      display: grid;\n      gap: 14px;\n    }\n\n    .plc-faq details {\n      background: #fff;\n      border: 1px solid var(--ly-border);\n      border-radius: 19px;\n      padding: 18px 20px;\n      box-shadow: 0 10px 28px rgba(17,49,92,.045);\n    }\n\n    .plc-faq summary {\n      cursor: pointer;\n      list-style: none;\n      color: var(--ly-text);\n      font-weight: 900;\n      line-height: 1.35;\n    }\n\n    .plc-faq summary::-webkit-details-marker {\n      display: none;\n    }\n\n    .plc-faq summary::after {\n      content: \"+\";\n      float: right;\n      color: var(--ly-blue);\n      font-weight: 950;\n      margin-left: 14px;\n    }\n\n    .plc-faq details[open] summary::after {\n      content: \"\u2013\";\n    }\n\n    .plc-faq p {\n      margin: 12px 0 0;\n      color: var(--ly-muted);\n      font-size: 15px;\n    }\n\n    .plc-cta {\n      padding: 74px 0;\n      text-align: center;\n      color: #fff;\n      background:\n        radial-gradient(circle at 15% 20%, rgba(255,138,0,.18), transparent 30%),\n        linear-gradient(135deg, #061f41, #004898);\n    }\n\n    .plc-cta h2 {\n      margin: 0;\n      color: #fff;\n      font-size: clamp(29px, 4vw, 44px);\n      line-height: 1.15;\n      letter-spacing: -.035em;\n    }\n\n    .plc-cta p {\n      margin: 16px auto 0;\n      max-width: 780px;\n      color: rgba(255,255,255,.86);\n      font-size: 17px;\n    }\n\n    .plc-cta .plc-actions {\n      justify-content: center;\n    }\n\n    @media (max-width: 1020px) {\n      .plc-hero {\n        padding: 66px 0 58px;\n      }\n\n      .plc-hero-grid,\n      .plc-two {\n        grid-template-columns: 1fr;\n      }\n\n      .plc-grid-3,\n      .plc-grid-4,\n      .plc-products,\n      .plc-related,\n      .plc-mistakes {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      .plc-arch-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .plc-arrow {\n        transform: rotate(90deg);\n      }\n\n      .plc-protect-strip {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      .plc-port-card {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media (max-width: 660px) {\n      .plc-wrap {\n        width: min(100% - 26px, 1180px);\n      }\n\n      .plc-section {\n        padding: 54px 0;\n      }\n\n      .plc-hero h1 {\n        font-size: 34px;\n      }\n\n      .plc-hero-lead {\n        font-size: 16px;\n      }\n\n      .plc-actions {\n        flex-direction: column;\n      }\n\n      .plc-btn {\n        width: 100%;\n      }\n\n      .plc-port {\n        grid-template-columns: 1fr;\n      }\n\n      .plc-grid-3,\n      .plc-grid-4,\n      .plc-products,\n      .plc-related,\n      .plc-mistakes,\n      .plc-install-steps,\n      .plc-mini-grid,\n      .plc-protect-strip {\n        grid-template-columns: 1fr;\n      }\n\n      .plc-architecture,\n      .plc-hero-panel {\n        padding: 18px;\n      }\n\n      .plc-step {\n        padding-left: 24px;\n        padding-top: 72px;\n      }\n\n      .plc-step::before {\n        top: 24px;\n      }\n\n      .plc-hero-panel-title {\n        align-items: flex-start;\n        flex-direction: column;\n      }\n\n      .plc-rule-list li {\n        padding: 16px;\n      }\n\n      .plc-rule-list b {\n        align-items: flex-start;\n        gap: 8px;\n      }\n    }\n  <\/style>\n\n  <div class=\"plc-hero\">\n    <div class=\"plc-wrap\">\n      <div class=\"plc-hero-grid\">\n        <div>\n          <div class=\"plc-eyebrow\"><i><\/i> PLC Surge Protection Application Guide<\/div>\n          <h1>PLC Surge Protection Guide for Power, I\/O and Communication Lines<\/h1>\n          <p class=\"plc-hero-lead\">\n            Protecting a PLC cabinet is not only about adding one SPD on the main AC supply. A reliable design protects every surge entry path: AC power, 24VDC control power, I\/O wiring, analog signals, RS485 or Modbus communication, Ethernet and PoE lines.\n          <\/p>\n\n          <div class=\"plc-direct-answer\">\n            <b>Direct answer<\/b>\n            <p>\n              PLC surge protection should use coordinated SPDs at the cabinet power input, 24VDC control circuit and every external signal or communication cable before those lines reach the PLC CPU, power supply, I\/O module or network port.\n            <\/p>\n          <\/div>\n\n          <div class=\"plc-actions\">\n            <a href=\"javascript:void(0);\" class=\"plc-btn primary leeyee-site-popup-btn\">Request PLC SPD Selection<\/a>\n            <a href=\"#plc-spd-table\" class=\"plc-btn secondary\">View Port-Level SPD Table<\/a>\n          <\/div>\n        <\/div>\n\n        <div class=\"plc-hero-panel\">\n          <div class=\"plc-hero-panel-title\">\n            <b>PLC surge entry points<\/b>\n            <span class=\"plc-status\"><i><\/i> Port-level protection<\/span>\n          <\/div>\n\n          <div class=\"plc-port-map\">\n            <div class=\"plc-port\">\n              <div class=\"plc-port-label\">AC POWER<\/div>\n              <div>\n                <b>Main cabinet supply<\/b>\n                <span>Surges from distribution boards, switching loads, motors, VFDs and lightning-induced transients.<\/span>\n              <\/div>\n            <\/div>\n\n            <div class=\"plc-port\">\n              <div class=\"plc-port-label\">24VDC<\/div>\n              <div>\n                <b>Control power and PLC power supply<\/b>\n                <span>Residual surges can enter through auxiliary DC power even when the upstream AC side is protected.<\/span>\n              <\/div>\n            <\/div>\n\n            <div class=\"plc-port\">\n              <div class=\"plc-port-label\">I\/O<\/div>\n              <div>\n                <b>Digital and analog field wiring<\/b>\n                <span>Sensors, transmitters, solenoids, actuators and outdoor instruments can bring surge energy into I\/O modules.<\/span>\n              <\/div>\n            <\/div>\n\n            <div class=\"plc-port\">\n              <div class=\"plc-port-label\">RS485<\/div>\n              <div>\n                <b>Modbus, Profibus and CAN bus lines<\/b>\n                <span>Long communication cables often connect panels in different grounding zones.<\/span>\n              <\/div>\n            <\/div>\n\n            <div class=\"plc-port\">\n              <div class=\"plc-port-label\">ETHERNET<\/div>\n              <div>\n                <b>SCADA, HMI, PoE and network ports<\/b>\n                <span>RJ45 and PoE lines need data-line SPDs matched to bandwidth, voltage and connector type.<\/span>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"plc-section\">\n    <div class=\"plc-wrap\">\n      <div class=\"plc-section-head\">\n        <span class=\"plc-kicker\">Why It Matters<\/span>\n        <h2>PLC failures usually come through connected lines, not only the power supply<\/h2>\n        <p>\n          A PLC is the control center of industrial automation. It receives field signals, controls outputs, communicates with HMI or SCADA systems and may also interact with VFDs, pumps, motors and remote I\/O stations. Each connection can become a surge path.\n        <\/p>\n      <\/div>\n\n      <div class=\"plc-grid-3\">\n        <div class=\"plc-card\">\n          <div class=\"plc-icon\">1<\/div>\n          <h3>Power supply damage<\/h3>\n          <p>\n            Transient overvoltage on the AC input can damage the cabinet power supply, PLC power input, meters, relays or auxiliary electronics.\n          <\/p>\n        <\/div>\n\n        <div class=\"plc-card\">\n          <div class=\"plc-icon\">2<\/div>\n          <h3>I\/O module failure<\/h3>\n          <p>\n            Long sensor and actuator cables can introduce surge energy directly into PLC input and output modules, even when the main panel has an SPD.\n          <\/p>\n        <\/div>\n\n        <div class=\"plc-card\">\n          <div class=\"plc-icon\">3<\/div>\n          <h3>Communication downtime<\/h3>\n          <p>\n            RS485, Modbus, Ethernet, PoE and fieldbus lines can fail from surge coupling or grounding potential differences between cabinets.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"plc-section alt\">\n    <div class=\"plc-wrap\">\n      <div class=\"plc-section-head\">\n        <span class=\"plc-kicker\">System Architecture<\/span>\n        <h2>Recommended PLC surge protection architecture<\/h2>\n        <p>\n          The protection boundary should be placed before surge energy reaches sensitive PLC electronics. The practical rule is: protect every external cable at the cabinet entry point.\n        <\/p>\n      <\/div>\n\n      <div class=\"plc-architecture\">\n        <div class=\"plc-arch-grid\">\n          <div class=\"plc-arch-box\">\n            <h3>Power and Field Side<\/h3>\n            <p>\n              AC supply, outdoor sensors, transmitters, actuators, pumps, VFDs, remote I\/O and communication cables.\n            <\/p>\n            <div class=\"plc-arch-tags\">\n              <span>AC feeder<\/span>\n              <span>Field cable<\/span>\n              <span>Outdoor equipment<\/span>\n            <\/div>\n          <\/div>\n\n          <div class=\"plc-arrow\">\u2192<\/div>\n\n          <div class=\"plc-arch-box main\">\n            <h3>PLC Control Cabinet<\/h3>\n            <p>\n              AC SPD, 24VDC protection, I\/O signal SPDs, communication-line SPDs, PE bar and separated protected wiring zone.\n            <\/p>\n            <div class=\"plc-arch-tags\">\n              <span>AC SPD<\/span>\n              <span>24VDC SPD<\/span>\n              <span>Signal SPD<\/span>\n              <span>Ethernet SPD<\/span>\n            <\/div>\n          <\/div>\n\n          <div class=\"plc-arrow\">\u2192<\/div>\n\n          <div class=\"plc-arch-box\">\n            <h3>PLC Electronics<\/h3>\n            <p>\n              PLC CPU, power supply, I\/O modules, analog modules, communication module, HMI and SCADA connection.\n            <\/p>\n            <div class=\"plc-arch-tags\">\n              <span>CPU<\/span>\n              <span>I\/O module<\/span>\n              <span>Network port<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"plc-protect-strip\">\n          <div class=\"plc-protect-item\">\n            <b>AC input<\/b>\n            <span>Use AC SPD matched to system voltage and earthing system.<\/span>\n          <\/div>\n          <div class=\"plc-protect-item\">\n            <b>24VDC power<\/b>\n            <span>Protect control power before PLC power input.<\/span>\n          <\/div>\n          <div class=\"plc-protect-item\">\n            <b>Digital I\/O<\/b>\n            <span>Protect long sensor and actuator cables.<\/span>\n          <\/div>\n          <div class=\"plc-protect-item\">\n            <b>Analog signal<\/b>\n            <span>Use low-capacitance protection for 4\u201320mA or 0\u201310V.<\/span>\n          <\/div>\n          <div class=\"plc-protect-item\">\n            <b>Network<\/b>\n            <span>Match SPD to RS485, Modbus, Ethernet or PoE.<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"plc-section\" id=\"plc-spd-table\">\n    <div class=\"plc-wrap\">\n      <div class=\"plc-section-head\">\n        <span class=\"plc-kicker\">Port-Level SPD Matrix<\/span>\n        <h2>PLC surge protection selection table<\/h2>\n        <p>\n          This is the core table for buyers. It separates power protection from signal and communication protection so the wrong SPD is not applied to the wrong PLC port.\n        <\/p>\n      <\/div>\n\n      <div class=\"plc-table-wrap\">\n        <table class=\"plc-table\">\n          <thead>\n            <tr>\n              <th>PLC location<\/th>\n              <th>Typical line or device<\/th>\n              <th>Recommended SPD type<\/th>\n              <th>Key parameters to confirm<\/th>\n              <th>Why this matters<\/th>\n            <\/tr>\n          <\/thead>\n          <tbody>\n            <tr>\n              <td><strong>Cabinet AC power input<\/strong><\/td>\n              <td>120\/230\/400\/480Vac supply, distribution board feeder, machine control cabinet input.<\/td>\n              <td>AC Type 2 DIN rail SPD. Use Type 1+2 at higher lightning exposure or incoming service areas.<\/td>\n              <td>\n                System voltage, TN\/TT\/IT earthing, number of poles, In, Imax, Up, short-circuit rating, backup fuse, remote signal.\n                <div class=\"plc-chip-row\">\n                  <span class=\"plc-chip\">IEC 61643-11<\/span>\n                  <span class=\"plc-chip\">UL 1449<\/span>\n                <\/div>\n              <\/td>\n              <td>The AC feed is a common surge path from upstream panels, switching loads, motors, VFDs and lightning-induced transients.<\/td>\n            <\/tr>\n\n            <tr>\n              <td><strong>24VDC PLC power supply<\/strong><\/td>\n              <td>24VDC auxiliary power, PLC power input, DC control bus, power supply output.<\/td>\n              <td>Low-voltage DC control power SPD matched to 24VDC circuits.<\/td>\n              <td>\n                Nominal voltage, maximum continuous operating voltage, load current, polarity, residual voltage, installation position.\n                <div class=\"plc-chip-row\">\n                  <span class=\"plc-chip\">24VDC<\/span>\n                  <span class=\"plc-chip\">Control power<\/span>\n                <\/div>\n              <\/td>\n              <td>The PLC may still fail through its DC power circuit even when the AC side is already protected.<\/td>\n            <\/tr>\n\n            <tr>\n              <td><strong>Digital input and output lines<\/strong><\/td>\n              <td>Limit switches, push buttons, proximity sensors, relays, solenoid valves, actuator outputs.<\/td>\n              <td>Signal-line SPD installed at cabinet cable entry before PLC I\/O terminals.<\/td>\n              <td>\n                Signal voltage, channel count, wiring mode, shield grounding, leakage current, terminal type.\n                <div class=\"plc-chip-row\">\n                  <span class=\"plc-chip\">DI\/DO<\/span>\n                  <span class=\"plc-chip\">Field cable<\/span>\n                <\/div>\n              <\/td>\n              <td>Long field wiring can bypass the power SPD and introduce surge energy directly into I\/O modules.<\/td>\n            <\/tr>\n\n            <tr>\n              <td><strong>Analog input and output lines<\/strong><\/td>\n              <td>4\u201320mA transmitters, 0\u201310V signals, RTD, pressure, flow, temperature or level sensors.<\/td>\n              <td>Low-capacitance signal SPD selected for analog measurement accuracy.<\/td>\n              <td>\n                Signal range, loop voltage, permissible leakage current, capacitance, accuracy impact, grounding method.\n                <div class=\"plc-chip-row\">\n                  <span class=\"plc-chip\">4\u201320mA<\/span>\n                  <span class=\"plc-chip\">0\u201310V<\/span>\n                  <span class=\"plc-chip\">RTD<\/span>\n                <\/div>\n              <\/td>\n              <td>Wrong protection can distort analog readings or create hidden measurement errors.<\/td>\n            <\/tr>\n\n            <tr>\n              <td><strong>RS485 \/ Modbus \/ Profibus \/ CAN<\/strong><\/td>\n              <td>Twisted-pair communication line between PLC, HMI, VFD, remote I\/O or field devices.<\/td>\n              <td>Communication-line SPD matched to protocol voltage, data rate and wiring structure.<\/td>\n              <td>\n                Protocol, operating voltage, line impedance, bandwidth, shield connection, grounding zone.\n                <div class=\"plc-chip-row\">\n                  <span class=\"plc-chip\">RS485<\/span>\n                  <span class=\"plc-chip\">Modbus<\/span>\n                  <span class=\"plc-chip\">CAN<\/span>\n                <\/div>\n              <\/td>\n              <td>Communication lines often run between separate panels and can carry surge energy caused by ground potential differences.<\/td>\n            <\/tr>\n\n            <tr>\n              <td><strong>Ethernet \/ RJ45 \/ PoE<\/strong><\/td>\n              <td>PLC network port, SCADA, HMI, industrial Ethernet switch, PoE-powered controller or camera.<\/td>\n              <td>RJ45 Ethernet or PoE SPD with suitable data rate and power compatibility.<\/td>\n              <td>\n                CAT rating, data rate, PoE type, connector, line voltage, shielding, grounding and installation point.\n                <div class=\"plc-chip-row\">\n                  <span class=\"plc-chip\">Ethernet<\/span>\n                  <span class=\"plc-chip\">RJ45<\/span>\n                  <span class=\"plc-chip\">PoE<\/span>\n                <\/div>\n              <\/td>\n              <td>Ethernet protection must limit surge voltage without degrading communication speed or PoE operation.<\/td>\n            <\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n\n      <div class=\"plc-note\">\n        <strong>Selection warning:<\/strong> Do not use an AC power SPD on PLC I\/O, RS485, Ethernet or analog signal lines. Power SPDs and signal-line SPDs have different voltage, current, capacitance, connector, bandwidth and testing requirements.\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"plc-section alt\">\n    <div class=\"plc-wrap\">\n      <div class=\"plc-section-head\">\n        <span class=\"plc-kicker\">Buyer Rules<\/span>\n        <h2>Fast IF\u2013THEN rules for PLC SPD selection<\/h2>\n        <p>\n          This section is designed for AI answers and real buyers. It turns PLC protection into simple decision rules.\n        <\/p>\n      <\/div>\n\n      <div class=\"plc-two\">\n        <div class=\"plc-rule-box\">\n          <h3>Choose by line type<\/h3>\n          <ul class=\"plc-rule-list\">\n            <li>\n              <div>\n                <b><span class=\"plc-num plc-if\">IF<\/span> If the PLC cabinet has AC power input<\/b>\n                <span>Use an AC DIN rail SPD at the cabinet input or nearby distribution board.<\/span>\n              <\/div>\n            <\/li>\n            <li>\n              <div>\n                <b><span class=\"plc-num plc-if\">IF<\/span> If the PLC uses 24VDC control power<\/b>\n                <span>Add DC control power protection before the PLC power input or sensitive control bus.<\/span>\n              <\/div>\n            <\/li>\n            <li>\n              <div>\n                <b><span class=\"plc-num plc-if\">IF<\/span> If field cables enter the cabinet<\/b>\n                <span>Use signal-line SPDs at the cable entry point before the PLC I\/O terminals.<\/span>\n              <\/div>\n            <\/li>\n            <li>\n              <div>\n                <b><span class=\"plc-num plc-if\">IF<\/span> If the PLC connects to SCADA, HMI or remote I\/O<\/b>\n                <span>Select a communication SPD matched to RS485, Modbus, Profibus, CAN, Ethernet or PoE.<\/span>\n              <\/div>\n            <\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"plc-rule-box\">\n          <h3>Choose by installation risk<\/h3>\n          <ul class=\"plc-rule-list\">\n            <li>\n              <div>\n                <b><span class=\"plc-num\">1<\/span> Outdoor or long field cables<\/b>\n                <span>Protect both the power side and the signal side. Long cables collect induced surge energy.<\/span>\n              <\/div>\n            <\/li>\n            <li>\n              <div>\n                <b><span class=\"plc-num\">2<\/span> High lightning exposure<\/b>\n                <span>Consider Type 1+2 protection at the incoming side and coordinated downstream SPDs near the PLC cabinet.<\/span>\n              <\/div>\n            <\/li>\n            <li>\n              <div>\n                <b><span class=\"plc-num\">3<\/span> Critical downtime cost<\/b>\n                <span>Use visual status and remote signal contacts where maintenance teams need to know SPD status quickly.<\/span>\n              <\/div>\n            <\/li>\n            <li>\n              <div>\n                <b><span class=\"plc-num\">4<\/span> Multiple grounding zones<\/b>\n                <span>Pay special attention to RS485, Ethernet and shield grounding to avoid surge paths through communication modules.<\/span>\n              <\/div>\n            <\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"plc-section\">\n    <div class=\"plc-wrap\">\n      <div class=\"plc-section-head\">\n        <span class=\"plc-kicker\">Detailed Port Protection<\/span>\n        <h2>How to protect each PLC connection point<\/h2>\n        <p>\n          A PLC panel should be protected by connection type, not by a single general SPD. Each port has different electrical limits and installation requirements.\n        <\/p>\n      <\/div>\n\n      <div class=\"plc-port-section\">\n        <div class=\"plc-port-card\">\n          <div class=\"plc-port-side\">\n            <b>Power Input<\/b>\n            <span>AC supply, cabinet feeder, PLC power supply and 24VDC control power.<\/span>\n          <\/div>\n          <div class=\"plc-port-content\">\n            <h3>Protect AC and 24VDC power separately<\/h3>\n            <p>\n              Install an AC SPD at the cabinet incoming power side. If the PLC or I\/O modules are powered through a 24VDC control bus, add protection suitable for that DC circuit. Do not assume the AC SPD alone fully protects the DC side.\n            <\/p>\n\n            <div class=\"plc-mini-grid\">\n              <div class=\"plc-mini\">\n                <b>AC side<\/b>\n                <span>Type 2 DIN rail SPD for control cabinet input.<\/span>\n              <\/div>\n              <div class=\"plc-mini\">\n                <b>High exposure<\/b>\n                <span>Use Type 1+2 at main incoming side when required.<\/span>\n              <\/div>\n              <div class=\"plc-mini\">\n                <b>24VDC side<\/b>\n                <span>Use low-voltage DC protection near PLC power input.<\/span>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"plc-port-card\">\n          <div class=\"plc-port-side orange\">\n            <b>I\/O Signals<\/b>\n            <span>Digital input\/output, analog loops, sensors, transmitters and actuators.<\/span>\n          <\/div>\n          <div class=\"plc-port-content\">\n            <h3>Protect field cables before they reach PLC modules<\/h3>\n            <p>\n              I\/O modules are often damaged by surges entering from field wiring. Install signal SPDs at the cabinet boundary, not after the cable has already been routed near sensitive PLC terminals.\n            <\/p>\n\n            <div class=\"plc-mini-grid\">\n              <div class=\"plc-mini\">\n                <b>Digital I\/O<\/b>\n                <span>Confirm voltage, wiring mode and channel count.<\/span>\n              <\/div>\n              <div class=\"plc-mini\">\n                <b>4\u201320mA<\/b>\n                <span>Use low-leakage protection for measurement accuracy.<\/span>\n              <\/div>\n              <div class=\"plc-mini\">\n                <b>Shielded cable<\/b>\n                <span>Plan shield bonding and PE connection carefully.<\/span>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"plc-port-card\">\n          <div class=\"plc-port-side green\">\n            <b>RS485 & Fieldbus<\/b>\n            <span>Modbus, Profibus, CAN bus, remote I\/O and VFD communication lines.<\/span>\n          <\/div>\n          <div class=\"plc-port-content\">\n            <h3>Match the SPD to the communication protocol<\/h3>\n            <p>\n              Communication protection must limit surge voltage without disrupting data transmission. Confirm voltage, impedance, bandwidth, shield connection and grounding method before selecting the SPD.\n            <\/p>\n\n            <div class=\"plc-mini-grid\">\n              <div class=\"plc-mini\">\n                <b>RS485<\/b>\n                <span>Common for Modbus and long twisted-pair lines.<\/span>\n              <\/div>\n              <div class=\"plc-mini\">\n                <b>Profibus \/ CAN<\/b>\n                <span>Check protocol-specific electrical requirements.<\/span>\n              <\/div>\n              <div class=\"plc-mini\">\n                <b>Remote panel<\/b>\n                <span>Protect both ends when cable exposure is high.<\/span>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"plc-port-card\">\n          <div class=\"plc-port-side purple\">\n            <b>Ethernet & PoE<\/b>\n            <span>RJ45 PLC ports, industrial switches, HMI, SCADA and PoE devices.<\/span>\n          <\/div>\n          <div class=\"plc-port-content\">\n            <h3>Use Ethernet protection that preserves data and power<\/h3>\n            <p>\n              Ethernet and PoE lines need SPDs that match connector type, data category and PoE power level. A wrong device may protect against surge but reduce network performance.\n            <\/p>\n\n            <div class=\"plc-mini-grid\">\n              <div class=\"plc-mini\">\n                <b>RJ45<\/b>\n                <span>Match CAT rating and installation environment.<\/span>\n              <\/div>\n              <div class=\"plc-mini\">\n                <b>PoE<\/b>\n                <span>Confirm PoE voltage and power compatibility.<\/span>\n              <\/div>\n              <div class=\"plc-mini\">\n                <b>SCADA<\/b>\n                <span>Protect PLC network links to supervisory systems.<\/span>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"plc-note\">\n        <strong>Engineering note:<\/strong> For a PLC cabinet, the correct protection point is usually the line entry boundary. The SPD should be connected to a reliable PE bar with short, direct wiring.\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"plc-section alt\">\n    <div class=\"plc-wrap\">\n      <div class=\"plc-section-head\">\n        <span class=\"plc-kicker\">Installation Quality<\/span>\n        <h2>Installation rules that decide whether PLC surge protection works<\/h2>\n        <p>\n          A correctly selected SPD can still perform poorly if the wiring, grounding or protected zone is wrong.\n        <\/p>\n      <\/div>\n\n      <div class=\"plc-install-steps\">\n        <div class=\"plc-step\">\n          <h3>Install at the cabinet entry point<\/h3>\n          <p>\n            Place SPDs where AC power, DC power, field cables or communication lines enter the cabinet. Do not install them only beside the PLC CPU after long internal routing.\n          <\/p>\n        <\/div>\n\n        <div class=\"plc-step\">\n          <h3>Keep SPD leads short and straight<\/h3>\n          <p>\n            Long leads increase residual voltage during a surge. Use the shortest practical path from SPD to line and PE bar.\n          <\/p>\n        <\/div>\n\n        <div class=\"plc-step\">\n          <h3>Separate protected and unprotected wiring<\/h3>\n          <p>\n            After the SPD, protected lines should not be bundled with unprotected incoming cables. Otherwise surge energy can couple back into the protected circuit.\n          <\/p>\n        <\/div>\n\n        <div class=\"plc-step\">\n          <h3>Use a reliable PE bonding point<\/h3>\n          <p>\n            The SPD needs a low-impedance discharge path. Poor grounding can leave surge voltage across PLC electronics.\n          <\/p>\n        <\/div>\n\n        <div class=\"plc-step\">\n          <h3>Coordinate backup protection<\/h3>\n          <p>\n            For power SPDs, confirm fuse or circuit breaker requirements according to the SPD datasheet and available short-circuit current.\n          <\/p>\n        <\/div>\n\n        <div class=\"plc-step\">\n          <h3>Check status and maintenance<\/h3>\n          <p>\n            In critical or unmanned PLC cabinets, use visual indication or remote signal contacts so a failed SPD is not ignored.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"plc-section\">\n    <div class=\"plc-wrap\">\n      <div class=\"plc-section-head\">\n        <span class=\"plc-kicker\">Common Mistakes<\/span>\n        <h2>PLC surge protection mistakes that cause hidden downtime<\/h2>\n        <p>\n          These mistakes are common because PLC systems combine power, control and communication circuits in one cabinet.\n        <\/p>\n      <\/div>\n\n      <div class=\"plc-mistakes\">\n        <div class=\"plc-mistake\">\n          <b>Only protecting the AC supply<\/b>\n          <p>\n            An AC SPD helps, but field I\/O and communication cables can still bring surges directly into PLC modules.\n          <\/p>\n        <\/div>\n\n        <div class=\"plc-mistake\">\n          <b>Using power SPD on signal lines<\/b>\n          <p>\n            Signal circuits require SPDs matched to signal voltage, bandwidth, capacitance and connector type.\n          <\/p>\n        <\/div>\n\n        <div class=\"plc-mistake\">\n          <b>Ignoring 24VDC control power<\/b>\n          <p>\n            PLC power supplies and DC control buses can still be damaged by residual surges or field-side disturbances.\n          <\/p>\n        <\/div>\n\n        <div class=\"plc-mistake\">\n          <b>Installing SPDs too far from cable entry<\/b>\n          <p>\n            If the surge-side cable runs deep into the cabinet before protection, the PLC area is already exposed.\n          <\/p>\n        <\/div>\n\n        <div class=\"plc-mistake\">\n          <b>Long PE connection wires<\/b>\n          <p>\n            Long grounding conductors add inductive voltage during surge discharge and reduce protection quality.\n          <\/p>\n        <\/div>\n\n        <div class=\"plc-mistake\">\n          <b>No protocol check for communication SPD<\/b>\n          <p>\n            Ethernet, RS485, Profibus, CAN and PoE lines have different electrical and transmission requirements.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"plc-section alt\">\n    <div class=\"plc-wrap\">\n      <div class=\"plc-section-head\">\n        <span class=\"plc-kicker\">LEEYEE \/ CNSPD Options<\/span>\n        <h2>Product families commonly used for PLC cabinet protection<\/h2>\n        <p>\n          LEEYEE is a specialized surge protection and low-voltage protection supplier, trusted for solar PV, power distribution, telecom, industrial, and OEM applications. CNSPD is LEEYEE\u2019s surge protection-focused brand platform, built to help global buyers source reliable SPDs and related low-voltage protection products.\n        <\/p>\n      <\/div>\n\n      <div class=\"plc-products\">\n        <div class=\"plc-product\">\n          <div class=\"plc-product-top\">\n            <b>AC Type 2 DIN Rail SPD<\/b>\n          <\/div>\n          <div class=\"plc-product-body\">\n            <p>\n              For PLC cabinet incoming AC power, machine panels, sub-distribution boards and industrial control cabinets.\n            <\/p>\n            <div class=\"plc-tags\">\n              <span>AC power<\/span>\n              <span>Type 2<\/span>\n              <span>DIN rail<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"plc-product\">\n          <div class=\"plc-product-top\">\n            <b>Type 1+2 SPD<\/b>\n          <\/div>\n          <div class=\"plc-product-body\">\n            <p>\n              For main incoming protection where the installation has stronger lightning exposure or higher surge risk.\n            <\/p>\n            <div class=\"plc-tags\">\n              <span>Iimp<\/span>\n              <span>Main panel<\/span>\n              <span>High risk<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"plc-product\">\n          <div class=\"plc-product-top\">\n            <b>DC Control Power SPD<\/b>\n          <\/div>\n          <div class=\"plc-product-body\">\n            <p>\n              For 24VDC PLC power input, auxiliary control circuits and sensitive low-voltage electronics.\n            <\/p>\n            <div class=\"plc-tags\">\n              <span>24VDC<\/span>\n              <span>Control power<\/span>\n              <span>PLC input<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"plc-product\">\n          <div class=\"plc-product-top\">\n            <b>Signal and Data Line SPD<\/b>\n          <\/div>\n          <div class=\"plc-product-body\">\n            <p>\n              For I\/O, analog signal, RS485, Modbus, Ethernet, PoE and other communication lines.\n            <\/p>\n            <div class=\"plc-tags\">\n              <span>I\/O<\/span>\n              <span>RS485<\/span>\n              <span>Ethernet<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"plc-note\">\n        <strong>For accurate selection:<\/strong> Send the PLC cabinet wiring diagram, supply voltage, 24VDC power rating, PLC brand, I\/O list, signal protocol, cable length, grounding method and installation environment.\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"plc-section\">\n    <div class=\"plc-wrap\">\n      <div class=\"plc-section-head\">\n        <span class=\"plc-kicker\">Related Pages<\/span>\n        <h2>Build a complete industrial SPD selection path<\/h2>\n        <p>\n          These pages support the PLC protection topic without competing for the exact same search intent.\n        <\/p>\n      <\/div>\n\n      <div class=\"plc-related\">\n        <a href=\"https:\/\/www.cnspd.com\/din-rail-surge-protector\/\" target=\"_blank\" rel=\"noopener\">\n          <b>DIN Rail Surge Protector<\/b>\n          <span>Compare DIN rail SPDs for AC distribution boards, DC systems, control panels and OEM assemblies.<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/www.cnspd.com\/type-2-din-rail-surge-protector\/\" target=\"_blank\" rel=\"noopener\">\n          <b>Type 2 DIN Rail SPD<\/b>\n          <span>For secondary surge protection in distribution boards and PLC control cabinets.<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/www.cnspd.com\/type-1-2-din-rail-surge-protector\/\" target=\"_blank\" rel=\"noopener\">\n          <b>Type 1+2 DIN Rail SPD<\/b>\n          <span>For incoming side protection in higher lightning exposure installations.<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/www.cnspd.com\/surge-protective-device-with-remote-signal\/\" target=\"_blank\" rel=\"noopener\">\n          <b>SPD With Remote Signal<\/b>\n          <span>For maintenance monitoring in unmanned or critical PLC and automation cabinets.<\/span>\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"plc-section alt\">\n    <div class=\"plc-wrap\">\n      <div class=\"plc-section-head\">\n        <span class=\"plc-kicker\">FAQ<\/span>\n        <h2>PLC surge protection FAQ<\/h2>\n      <\/div>\n\n      <div class=\"plc-faq\">\n        <details open>\n          <summary>Does a PLC cabinet need surge protection?<\/summary>\n          <p>\n            Yes. A PLC cabinet should be protected when it connects to AC power, 24VDC control power, long field cables, outdoor sensors, motors, VFDs, remote I\/O or communication networks. The power input and exposed signal lines should both be considered.\n          <\/p>\n        <\/details>\n\n        <details>\n          <summary>Is one SPD at the main distribution board enough for a PLC?<\/summary>\n          <p>\n            Usually not. An upstream SPD reduces surge energy from the power system, but PLC I\/O, RS485, Ethernet and field sensor cables can still introduce surges directly into PLC modules.\n          <\/p>\n        <\/details>\n\n        <details>\n          <summary>Where should the SPD be installed in a PLC panel?<\/summary>\n          <p>\n            Install power SPDs near the cabinet incoming power terminals. Install signal and communication SPDs at the cable entry point before the line reaches PLC I\/O, analog or communication modules.\n          <\/p>\n        <\/details>\n\n        <details>\n          <summary>What SPD is used for PLC AC power input?<\/summary>\n          <p>\n            A Type 2 DIN rail SPD is commonly used for PLC cabinet AC power input. Type 1+2 protection may be used at the incoming side when the site has higher lightning exposure or an external lightning protection system.\n          <\/p>\n        <\/details>\n\n        <details>\n          <summary>Can the same SPD protect AC power and RS485 or Ethernet lines?<\/summary>\n          <p>\n            No. AC power SPDs and signal-line SPDs are different products. RS485, Ethernet, PoE, analog and I\/O lines require SPDs matched to their signal voltage, data rate, capacitance, connector and grounding method.\n          <\/p>\n        <\/details>\n\n        <details>\n          <summary>What information is needed to choose PLC surge protection?<\/summary>\n          <p>\n            Confirm the AC supply voltage, earthing system, 24VDC control power, PLC brand, I\/O signal types, communication protocol, cable length, grounding method, installation environment and whether remote monitoring is required.\n          <\/p>\n        <\/details>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"plc-cta\">\n    <div class=\"plc-wrap\">\n      <h2>Need PLC surge protection for a real control cabinet?<\/h2>\n      <p>\n        Send your cabinet voltage, wiring diagram, PLC I\/O list, communication protocol and installation environment. LEEYEE can help match AC power, DC control power and signal-line SPDs for your PLC application.\n      <\/p>\n      <div class=\"plc-actions\">\n        <a href=\"javascript:void(0);\" class=\"plc-btn primary leeyee-site-popup-btn\">Get PLC SPD Recommendation<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <script type=\"application\/ld+json\">\n  {\n    \"@context\": \"https:\/\/schema.org\",\n    \"@type\": \"FAQPage\",\n    \"mainEntity\": [\n      {\n        \"@type\": \"Question\",\n        \"name\": \"Does a PLC cabinet need surge protection?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Yes. A PLC cabinet should be protected when it connects to AC power, 24VDC control power, long field cables, outdoor sensors, motors, VFDs, remote I\/O or communication networks. The power input and exposed signal lines should both be considered.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"Is one SPD at the main distribution board enough for a PLC?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Usually not. An upstream SPD reduces surge energy from the power system, but PLC I\/O, RS485, Ethernet and field sensor cables can still introduce surges directly into PLC modules.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"Where should the SPD be installed in a PLC panel?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Install power SPDs near the cabinet incoming power terminals. Install signal and communication SPDs at the cable entry point before the line reaches PLC I\/O, analog or communication modules.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"What SPD is used for PLC AC power input?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"A Type 2 DIN rail SPD is commonly used for PLC cabinet AC power input. Type 1+2 protection may be used at the incoming side when the site has higher lightning exposure or an external lightning protection system.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"Can the same SPD protect AC power and RS485 or Ethernet lines?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"No. AC power SPDs and signal-line SPDs are different products. RS485, Ethernet, PoE, analog and I\/O lines require SPDs matched to their signal voltage, data rate, capacitance, connector and grounding method.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"What information is needed to choose PLC surge protection?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Confirm the AC supply voltage, earthing system, 24VDC control power, PLC brand, I\/O signal types, communication protocol, cable length, grounding method, installation environment and whether remote monitoring is required.\"\n        }\n      }\n    ]\n  }\n  <\/script>\n\n  <script>\n    document.addEventListener('DOMContentLoaded', function () {\n      var popupButtons = document.querySelectorAll('.leeyee-site-popup-btn');\n\n      popupButtons.forEach(function (button) {\n        button.addEventListener('click', function (event) {\n          event.preventDefault();\n\n          var realTrigger = document.querySelector('.w-popup.ush_popup_1 .w-popup-trigger');\n\n          if (realTrigger) {\n            realTrigger.click();\n          } else {\n            window.open('https:\/\/www.cnspd.com\/contact\/', '_blank', 'noopener');\n          }\n        });\n      });\n    });\n  <\/script>\n<\/section><\/div><\/div><\/div><\/div><\/div><\/section>\n","protected":false},"excerpt":{"rendered":"PLC Surge Protection Application Guide PLC Surge Protection Guide for Power, I\/O and Communication Lines Protecting a PLC cabinet is not only about adding one SPD on the main AC supply. A reliable design protects every surge entry path: AC power, 24VDC control power, I\/O wiring, analog signals, RS485 or Modbus communication, Ethernet and PoE...","protected":false},"author":18,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-29621","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>PLC Surge Protection Guide: Power, I\/O, RS485 &amp; Ethernet SPD | LEEYEE<\/title>\n<meta name=\"description\" content=\"Learn how to protect PLC cabinets from surges. Select SPDs for AC power, 24VDC control power, I\/O, 4\u201320mA, RS485, Modbus, Ethernet and PoE lines.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.cnspd.com\/pt\/plc-surge-protection\/\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PLC Surge Protection Guide: Power, I\/O, RS485 &amp; Ethernet SPD | LEEYEE\" \/>\n<meta property=\"og:description\" content=\"Learn how to protect PLC cabinets from surges. Select SPDs for AC power, 24VDC control power, I\/O, 4\u201320mA, RS485, Modbus, Ethernet and PoE lines.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.cnspd.com\/pt\/plc-surge-protection\/\" \/>\n<meta property=\"og:site_name\" content=\"Surge Protector, Surge Arrestor, Isolating Switch - LEEYEE\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-29T08:14:13+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tempo estimado de leitura\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.cnspd.com\\\/plc-surge-protection\\\/\",\"url\":\"https:\\\/\\\/www.cnspd.com\\\/plc-surge-protection\\\/\",\"name\":\"PLC Surge Protection Guide: Power, I\\\/O, RS485 & Ethernet SPD | LEEYEE\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.cnspd.com\\\/#website\"},\"datePublished\":\"2026-06-29T08:05:32+00:00\",\"dateModified\":\"2026-06-29T08:14:13+00:00\",\"description\":\"Learn how to protect PLC cabinets from surges. Select SPDs for AC power, 24VDC control power, I\\\/O, 4\u201320mA, RS485, Modbus, Ethernet and PoE lines.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.cnspd.com\\\/plc-surge-protection\\\/#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.cnspd.com\\\/plc-surge-protection\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.cnspd.com\\\/plc-surge-protection\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.cnspd.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PLC Surge Protection Guide for Power, I\\\/O and Communication Lines\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.cnspd.com\\\/#website\",\"url\":\"https:\\\/\\\/www.cnspd.com\\\/\",\"name\":\"Surge Protector, Surge Arrestor, Isolating Switch - LEEYEE\",\"description\":\"Surge Protector, Surge Arrestor, Isolating Switch - LEEYEE\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.cnspd.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-PT\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Guia de Prote\u00e7\u00e3o contra Surto PLC: Pot\u00eancia, I\/O, RS485 e SPD Ethernet | LEEYEE","description":"Aprenda a proteger os arm\u00e1rios de PLC contra surtos. Selecione SPD para energia CA, energia de controle de 24VDC, I\/O, 4\u201320mA, RS485, Modbus, Ethernet e linhas PoE.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.cnspd.com\/pt\/plc-surge-protection\/","og_locale":"pt_PT","og_type":"article","og_title":"PLC Surge Protection Guide: Power, I\/O, RS485 & Ethernet SPD | LEEYEE","og_description":"Learn how to protect PLC cabinets from surges. Select SPDs for AC power, 24VDC control power, I\/O, 4\u201320mA, RS485, Modbus, Ethernet and PoE lines.","og_url":"https:\/\/www.cnspd.com\/pt\/plc-surge-protection\/","og_site_name":"Surge Protector, Surge Arrestor, Isolating Switch - LEEYEE","article_modified_time":"2026-06-29T08:14:13+00:00","twitter_card":"summary_large_image","twitter_misc":{"Tempo estimado de leitura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.cnspd.com\/plc-surge-protection\/","url":"https:\/\/www.cnspd.com\/plc-surge-protection\/","name":"Guia de Prote\u00e7\u00e3o contra Surto PLC: Pot\u00eancia, I\/O, RS485 e SPD Ethernet | LEEYEE","isPartOf":{"@id":"https:\/\/www.cnspd.com\/#website"},"datePublished":"2026-06-29T08:05:32+00:00","dateModified":"2026-06-29T08:14:13+00:00","description":"Aprenda a proteger os arm\u00e1rios de PLC contra surtos. Selecione SPD para energia CA, energia de controle de 24VDC, I\/O, 4\u201320mA, RS485, Modbus, Ethernet e linhas PoE.","breadcrumb":{"@id":"https:\/\/www.cnspd.com\/plc-surge-protection\/#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.cnspd.com\/plc-surge-protection\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.cnspd.com\/plc-surge-protection\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.cnspd.com\/"},{"@type":"ListItem","position":2,"name":"PLC Surge Protection Guide for Power, I\/O and Communication Lines"}]},{"@type":"WebSite","@id":"https:\/\/www.cnspd.com\/#website","url":"https:\/\/www.cnspd.com\/","name":"Protetor de sobretens\u00e3o, protetor de sobretens\u00e3o, interrutor de isolamento - LEEYEE","description":"Protetor de sobretens\u00e3o, protetor de sobretens\u00e3o, interrutor de isolamento - LEEYEE","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.cnspd.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-PT"}]}},"_links":{"self":[{"href":"https:\/\/www.cnspd.com\/pt\/wp-json\/wp\/v2\/pages\/29621","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cnspd.com\/pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.cnspd.com\/pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.cnspd.com\/pt\/wp-json\/wp\/v2\/users\/18"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cnspd.com\/pt\/wp-json\/wp\/v2\/comments?post=29621"}],"version-history":[{"count":2,"href":"https:\/\/www.cnspd.com\/pt\/wp-json\/wp\/v2\/pages\/29621\/revisions"}],"predecessor-version":[{"id":29624,"href":"https:\/\/www.cnspd.com\/pt\/wp-json\/wp\/v2\/pages\/29621\/revisions\/29624"}],"wp:attachment":[{"href":"https:\/\/www.cnspd.com\/pt\/wp-json\/wp\/v2\/media?parent=29621"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}