Need to wire an SPD remote alarm contact to a PLC digital input? This guide shows how to connect NO / NC / COM dry contacts to PLC DI, alarm lamps, BMS, SCADA, or monitoring systems for control panels, distribution boards, and OEM cabinets.
Respuesta rápida: An SPD remote alarm contact is usually a dry auxiliary contact marked NO, NC, and COM. It does not output 24VDC, 110VAC, or 220VAC by itself. The PLC, alarm circuit, or monitoring system must provide the sensing voltage.
For PLC monitoring, the SPD contact works like a switch inside the PLC digital input circuit. Use NC-COM for fail-safe monitoring, or NO-COM for a simple alarm-on-failure signal.
This article is written for panel builders, PLC cabinet manufacturers, industrial maintenance teams, PV combiner box suppliers, OEM buyers, and electrical contractors who need practical remote alarm wiring.
If you only need the basic meaning of visual indicators and remote status, see our related guide: SPD working mechanism and status indication . This page focuses on the wiring side.
Índice
What Is the SPD Remote Alarm Contact?
The remote alarm contact is a small auxiliary terminal on some surge protective devices. It changes contact state when the SPD module reaches end of life, trips internally, or shows a fault status.
In most panel applications, the remote contact is used to send a simple status signal to a PLC, BMS, SCADA, alarm relay, indicator lamp, or maintenance monitoring system.
| Terminal | Significado | Typical Normal State | Typical Fault State | Uso común |
|---|---|---|---|---|
| COM | Common terminal | Shared contact point | Shared contact point | Common side of the monitoring loop |
| NC | Normally closed | Closed with COM | Opens from COM | Fail-safe monitoring or broken-wire detection |
| NO | Normally open | Open from COM | Closes with COM | Simple alarm trigger or indicator lamp circuit |
Important: Remote Signal Is Not a Power Output
Do not treat the SPD remote alarm terminal as a power supply. The terminal normally works like a switch contact. It only opens or closes a circuit.
- It does not supply power to a PLC input.
- It does not directly generate a 24V alarm signal.
- It should not be used to drive a lamp, buzzer, or relay coil beyond its contact rating.
- Always check the rated voltage and current of the remote contact in the SPD datasheet.
Basic Wiring: SPD Remote Contact to PLC Digital Input
The most common wiring method is to connect the SPD dry contact into a PLC digital input circuit. The example below shows a 24VDC input circuit using NC-COM fail-safe logic.
In this method, the typical wiring path is:
Fail-safe wiring +24V → COM → NC → PLC DI, with PLC COM / 0V returning to the 0V terminal of the control power supply.
| Connection Point | Typical Wiring | PLC Meaning |
|---|---|---|
| Power supply to SPD | +24V → COM | The PLC input circuit provides the sensing voltage. |
| SPD to PLC digital input | NC → PLC DI | The PLC reads the SPD contact status through the DI point. |
| PLC common return | PLC COM / 0V → 0V | The monitoring circuit has a complete return path. |
| Normal condition | NC-COM closed | DI ON = SPD normal. |
| Alarm condition | NC-COM open | DI OFF = SPD fault or broken monitoring wire. |
Basic NC-COM PLC Wiring Steps
- Connect the control supply +24V to the SPD remote contact COM terminal.
- Connect the SPD remote contact NC terminal to the PLC digital input DI.
- Connect PLC COM / 0V back to the 0V terminal of the control supply.
- Program or label DI ON as normal SPD status.
- Program or label DI OFF as SPD alarm, end-of-life signal, or broken monitoring wire.
In normal status, NC-COM remains closed, so the PLC input receives the expected signal. When the SPD reaches fault status, COM opens from NC and closes to NO. The PLC input state changes, and the monitoring system can trigger an alarm.
Normal SPD status
NC-COM closed → PLC DI ON → System reads normal.
SPD fault or wire break
NC-COM open → PLC DI OFF → Alarm or maintenance notice.
Nota práctica: PLC input wiring depends on the input type, control voltage, and cabinet wiring standard. The diagram shows the monitoring logic. The final wiring must follow the PLC manual and the SPD contact rating.
NO or NC: Which Contact Should You Use?
Both NO and NC can be correct. The right choice depends on how the PLC, BMS, SCADA, or alarm circuit defines a fault.
NC-COM for Fail-Safe Monitoring
In normal operation, NC-COM is closed, so the PLC input is active. If the SPD fails or the wire breaks, the circuit opens and the PLC can trigger an alarm.
This is usually better for critical cabinets because it can also detect a broken monitoring wire.
NO-COM for Simple Alarm Trigger
In normal operation, NO-COM is open, so the PLC input is inactive. When the SPD fails, NO-COM closes and the PLC input turns on.
This logic is simple and easy to understand, but a broken wire may not be detected.
How to Wire SPD Remote Alarm Contact to an Alarm Lamp or Buzzer
An alarm lamp or buzzer must have its own power supply. The SPD remote contact should only switch the alarm circuit.
For a simple 24VDC alarm lamp circuit, the wiring logic is usually:
- Connect +24VDC to one side of the alarm lamp or buzzer.
- Connect the other side of the lamp or buzzer through the SPD NO-COM or NC-COM contact.
- Return the circuit to 0V.
- Confirm that the alarm load current is lower than the SPD contact rating.
Use an Intermediate Relay for Higher Loads
If the lamp, buzzer, siren, or alarm device uses higher current or higher voltage, do not switch it directly through the SPD contact. Use the SPD contact to energize an intermediate relay or interface module, and let the relay switch the load.
How to Monitor Multiple SPDs with One PLC or Monitoring System
Many control panels, PV combiner boxes, and distribution systems use more than one SPD. Before wiring, decide whether the monitoring system should show one common alarm or identify each SPD separately.
| Monitoring Method | Cómo Funciona | Mejor Para | Limitación |
|---|---|---|---|
| NC contacts in series | All NC-COM contacts are wired in one series loop. Any SPD fault opens the loop. | Fail-safe common alarm for important panels | Does not identify which SPD failed |
| NO contacts in parallel | All NO-COM contacts are wired in parallel. Any SPD fault closes the alarm circuit. | Simple common alarm lamp or PLC input | Broken wire may not be detected |
| Individual DI input | Each SPD remote contact is wired to a separate PLC input. | SCADA, BMS, PV combiner boxes, and large control panels | Uses more PLC inputs and more wiring |
Step-by-Step Wiring Procedure for a PLC Cabinet
Confirm the SPD Contact Type
Check whether the SPD has NO / NC / COM terminals, only NC-COM, or an optional remote signal module. Do not assume every SPD model has the same terminal layout.
Check the Contact Rating
Confirm the maximum voltage and current of the remote alarm contact. The control circuit must stay within this rating.
The contact rating depends on the SPD model. Before wiring, confirm the rated voltage, rated current, minimum switching load, terminal marking, and allowed conductor size in the datasheet.
Choose NO or NC Logic
Use NC-COM for fail-safe monitoring, especially where broken-wire detection matters. Use NO-COM for simple alarm-on-failure logic.
Match the PLC Digital Input Type
Follow the PLC input wiring diagram. Some systems use sourcing inputs, while others use sinking inputs. The SPD contact is only a switch inside that input circuit.
Label the Terminal and Alarm Logic
Mark the cabinet wiring clearly: SPD1 alarm, SPD2 alarm, common SPD alarm, or PV combiner SPD alarm. Clear labels reduce maintenance time after the first fault alarm.
Test Before Commissioning
Simulate the contact state or use the SPD test method allowed by the manufacturer. Confirm that the PLC, alarm lamp, HMI, BMS, or SCADA system shows the correct status.
Common Wiring Mistakes to Avoid
| Mistake | Why It Is a Problem | Better Practice |
|---|---|---|
| Assuming the SPD terminal outputs 24VDC | The remote contact is normally a dry contact, not a power source. | Provide voltage from the PLC input circuit or external control supply. |
| Driving a buzzer directly without checking current | The load may exceed the contact rating and damage the remote contact. | Use an intermediate relay for higher loads. |
| Using NO logic for critical alarms without supervision | A broken wire may look the same as a healthy normal state. | Use NC fail-safe monitoring when wiring supervision matters. |
| Putting all SPDs on one alarm without labels | The maintenance team knows there is a fault, but not where it is. | Use individual DI inputs for important panels or label each SPD clearly. |
| Ignoring AC/DC SPD model differences | Different SPD models may have different remote terminal designs or ratings. | Check the datasheet before final cabinet wiring. |
Should You Specify SPD with Remote Signal for OEM Panels?
For many OEM electrical panels, remote signal is worth specifying when the panel is installed in a place that is difficult to inspect manually, or when the end user wants alarm output to a PLC, BMS, or SCADA system.
It is especially useful for:
- Industrial control cabinets with PLC monitoring
- PV combiner boxes and inverter-side protection panels
- Main distribution boards and sub-distribution boards
- Telecom and communication power cabinets
- Unmanned equipment rooms or remote sites
- OEM panels that require maintenance alarm terminals
For simple low-cost panels where visual inspection is enough, a standard SPD without remote signal may be acceptable. The choice depends on project requirements, maintenance method, and the customer’s monitoring system.
LEEYEE SPD Models Can Support Remote Alarm Contact Requirements
For OEM panels and monitored distribution systems, selected LEEYEE AC DIN rail SPDs and DC / PV SPDs can be supplied with remote signal terminals according to the project requirement.
Before ordering, confirm whether the project needs NO / NC / COM terminals, the required contact rating, alarm logic, terminal marking, and cabinet wiring diagram.
Before Ordering SPDs with Remote Alarm Contact, Confirm These Details
- AC SPD or DC / PV SPD
- System voltage and required Uc or Ucpv
- SPD type: Type 1, Type 2, or Type 1+2
- Pole configuration: 1P, 2P, 3P, 4P, or 3P+N
- Remote contact required: yes or no
- Contact terminals needed: NO / NC / COM or only NC-COM
- PLC input voltage: 24VDC, 110VAC, 220VAC, or other
- Alarm logic: fail-safe NC or alarm-trigger NO
- Number of SPDs in one cabinet
- Common alarm or individual alarm for each SPD
- OEM label, terminal marking, and wiring diagram requirements
Need SPDs with Remote Alarm Contacts for Your Panel?
Send us your system voltage, panel type, SPD type, pole configuration, and PLC alarm logic. LEEYEE can help recommend a suitable SPD model with remote signal terminals for OEM panels, distribution boards, PV combiner boxes, or industrial control cabinets.
FAQ: SPD Remote Alarm Contact Wiring
Can an SPD remote alarm contact connect directly to a PLC?
Yes, in many applications it can be wired to a PLC digital input as a dry contact. The PLC input circuit must provide the sensing voltage, and the wiring must match the PLC input type.
Does the SPD remote signal terminal output 24VDC?
Usually no. The SPD remote alarm terminal is normally a dry contact. It changes between open and closed states, but it does not generate a 24VDC signal by itself.
Should I use NO or NC for SPD fault alarm?
Use NO-COM if you want a simple alarm signal when the SPD fails. Use NC-COM if you want fail-safe monitoring, where an SPD fault or broken wire can both trigger an alarm.
Can one PLC input monitor several SPDs?
Yes. You can wire NC contacts in series for one fail-safe common alarm, or wire NO contacts in parallel for one alarm-trigger input. If you need to identify the exact failed SPD, use one PLC digital input for each SPD.
Can the SPD remote contact drive an alarm lamp directly?
Only if the lamp circuit voltage and current are within the contact rating. For higher loads, use the SPD contact to drive an intermediate relay instead of switching the load directly.
Is SPD remote alarm contact the same as Modbus or RS485 communication?
No. A standard SPD remote alarm contact is a dry contact signal. It only provides open or closed status. Modbus or RS485 requires a communication interface or gateway.
Should every SPD in an OEM cabinet include remote signal?
Not always. Remote signal is recommended when the panel is difficult to inspect, when maintenance teams need remote status, or when the project requires PLC, BMS, or SCADA alarm integration.
Can AC and DC SPDs use the same remote alarm wiring logic?
The dry contact wiring logic is often similar, but the SPD model, contact rating, and terminal marking may differ. Always confirm the datasheet before wiring AC or DC SPD remote alarm terminals.
Related Reading and Product Pages
- Surge protective device with remote signal contact
- SPD status indication and remote signal basics
- Type 2 DIN rail surge protector for distribution boards
- Type 1+2 DIN rail surge protector for main panels
- DC DIN rail surge protector for PV and DC systems
- RS485 SPD wiring and selection guide for PLC communication lines
- How to check SPD failure in distribution boards and combiner boxes
