2397

Get a Live Demo

You need to see DPS gear in action. Get a live demo with our engineers.

White Paper Series

Check out our White Paper Series!

A complete library of helpful advice and survival guides for every aspect of system monitoring and control.

DPS is here to help.

1-800-693-0351

Have a specific question? Ask our team of expert engineers and get a specific answer!

Learn the Easy Way

Sign up for the next DPS Factory Training!

DPS Factory Training

Whether you're new to our equipment or you've used it for years, DPS factory training is the best way to get more from your monitoring.

Reserve Your Seat Today

Getting More Than Raw Points From Your Site Alarms

By Andrew Erickson

September 21, 2026

Share: 
Alarm data being sent to PRISM vs Central Station

A contact closure tells you one fact. A tower light current sensor says the beacons are drawing 1 amp. A dusk sensor says it is dark. Neither alarm, on its own, says what a technician actually needs to know: one of two bulbs has burned out and someone should go replace it before the other one fails.

Derived alarm logic is the practice of combining several raw inputs inside the remote telemetry unit (RTU) to produce a more meaningful alarm than any single input can. This article explains how derived alarms, runtime accumulators, and analog fuel and environmental sensing turn a stream of raw points into decisions - and why they reduce nuisance alarms and truck rolls. It is written for utility and telecom teams who already monitor their sites and want more value from the points they collect.


What Is a Derived or Virtual Alarm?

A derived alarm - sometimes called a virtual alarm or virtual relay - is an alarm point that does not correspond to a physical input. Instead, it evaluates a Boolean expression across several real inputs and triggers when the combination is true. It can then raise its own alarm, escalate severity, or operate a control relay.

The tower light example shows why this matters. With a dusk sensor on a contact closure and a current sensor on the beacon circuit:

Dusk sensor Beacon current Meaning Response
Dark About 2 A Both bulbs lit Normal
Dark About 1 A One bulb burned out Schedule a repair
Dark 0 A Tower lights out Urgent, possible regulatory issue
Daylight 0 A Lights correctly off Normal

Without derived logic, the current sensor alone would alarm every morning when the lights correctly shut off, and staff would learn to ignore it. With derived logic, each state produces the right message at the right severity. That is the practical value: fewer nuisance alarms, and more credible real ones.


How Does Combining Conditions Change Priority?

Many conditions are routine on their own and serious in combination. Derived logic lets the RTU recognize the combination and escalate before a person has to connect the dots.

  • Low fuel plus commercial power fail is far more urgent than low fuel alone, because the generator is about to be the only thing keeping the site up. Escalating that combination to critical gets the right response immediately.
  • High temperature plus HVAC run status distinguishes a cooling unit that is running but losing ground from one that has stopped.
  • Door open plus no scheduled maintenance window separates an expected visit from an unexpected one.
  • Generator running plus commercial power present for an extended period can indicate a transfer switch that failed to return.

Because the logic runs in the RTU, the escalated alarm is sent upstream like any other point - as SNMP traps to a manager, by email, or to a central alarm master - with no special handling required at the head end.


What Is a Runtime Accumulator Used For?

A runtime accumulator is a counter that adds up the time an input spends in a given state and alarms when the total crosses a threshold. It turns a status point into a maintenance and compliance tool.

Common uses:

  1. Generator maintenance intervals. Accumulate generator run time and alarm at the service interval, so maintenance is driven by actual hours rather than calendar guesses.
  2. Regulatory runtime reporting. Some jurisdictions require reporting of generator run hours and limit how long generators may run for exercise. California is a well-known example.
  3. Separating exercise time from outage time. Run one accumulator on generator run and a second on loss of commercial power. Reset both on January 1. Year-to-date generator hours minus outage hours gives exercise time - the figure that is typically capped.

That third pattern is worth highlighting because it answers a compliance question automatically, from points most sites already monitor, without anyone keeping a spreadsheet.


How Do You Monitor Propane and Fuel Levels Remotely?

Remote fuel level monitoring reports how full a generator's fuel tank is, so refueling can be scheduled before a long outage rather than discovered during one.

On propane tanks, the most common approach uses a remote-ready float gauge. A magnetic dial on the tank is read by a sensing cap that converts the dial position into an electrical signal the RTU can measure. Several practical points make this attractive:

  • No tank draining. Replacing a standard gauge with a remote-ready one is typically a matter of a couple of screws and snapping the sensing cap into place.
  • Simple wiring. The sensor usually needs power, ground, and one sense lead back to an RTU analog input.
  • Low-voltage power. Many of these sensors run on 5 volts. Where the site has only battery-plant voltage, a small step-down converter supplies it.
  • Graduated thresholds. Because the reading is analog, you can set a minor alarm at one level and a major alarm at a lower one, rather than a single low-fuel contact.

A note on sizing: gauge dial size does not necessarily correspond to tank size, so confirm the gauge model on the tank rather than inferring it from tank capacity.

Newer generators are also moving away from contact closures entirely. Many now report run status, fault codes, and fuel data over Modbus. An RTU that can poll Modbus devices - over TCP on the network or RTU over RS-485 - can still deliver the familiar generator run and fail-to-start alarms, just sourced differently, and then report them northbound over SNMP. The same applies to HVAC controllers and newer battery systems that expose status over Modbus.


Why Do Analog Environmental Sensors Beat Simple Contacts?

A temperature contact tells you a threshold was crossed. An analog temperature sensor tells you the actual value - 70, 80, or 50 degrees - and supports four thresholds: minor over, major over, minor under, and major under. That value is what lets a technician decide whether a truck roll is actually needed.

Distributed D-Wire sensors make this easy to deploy:

  • Small temperature and temperature-humidity sensors daisy-chain on a single bus, so one run covers several rooms at a site.
  • External probes with water-resistant leads measure outside cabinet or shelter temperature.
  • Outside temperature and humidity support free-air cooling decisions, pulling in outside air instead of running HVAC when conditions allow.

Analog readings also feed derived logic. A temperature value combined with HVAC status is far more informative than either alone.


Do These Features Require Replacing Deployed RTUs?

Derived alarms, accumulators, and expanded protocol support generally arrive with newer RTU generations, which have the processing headroom and memory for more logic and stronger encryption. The practical question for a utility with a large installed base is how disruptive the upgrade is.

Two points reduce the friction considerably:

  1. Pinout compatibility. When a newer generation keeps the same amphenol and RJ connector pinouts as the unit it replaces, a swap is a matter of powering down and moving the cables - no re-terminating or rewiring.
  2. No forced migration. If the deployed units work today, there is no reason to replace them wholesale. The upgrade path matters most when a network security team introduces new requirements, such as SNMPv3-only operation, HTTPS with current TLS, SSH, or centralized RADIUS authentication.

That makes the newer generation a planned option rather than an emergency project. DPS Telecom documents its monitoring security approach for teams evaluating those requirements, and choosing the right RTU for each site type keeps the fleet consistent as it evolves.


FAQ: Derived Alarms, Accumulators, and Fuel Monitoring

What is a virtual relay?

A virtual relay is a logic point that evaluates several real inputs with a Boolean expression and then raises an alarm, changes severity, or operates a control relay when the combination is true.

How does derived logic reduce nuisance alarms?

By alarming on meaningful combinations rather than raw states. A beacon current of zero is normal in daylight and serious at night; a derived alarm knows the difference.

Can an RTU track generator hours for compliance reporting?

Yes. A runtime accumulator totals generator run time. A second accumulator on commercial power loss lets you subtract outage hours and report exercise time separately.

Do I have to drain a propane tank to add remote level monitoring?

Typically not. Remote-ready gauges generally replace the existing gauge with a couple of screws, and the sensing cap snaps onto the dial.

What if our newer generators no longer provide contact closures?

An RTU that polls Modbus can read run status and faults directly from the generator controller and still report the familiar alarms northbound over SNMP.

Is upgrading to a newer RTU generation disruptive?

It need not be. Where connector pinouts are unchanged, a swap means moving the existing cables to the new unit without re-terminating anything.


Get A Free Consultation

If your sites already report dozens of raw points and your staff still has to interpret them by hand, derived alarms, runtime accumulators, and analog fuel and environmental sensing can put that interpretation into the RTU itself. DPS Telecom can review the points you already collect and show which combinations would cut nuisance alarms and truck rolls on your network. Get a Free Consultation, or call 1-800-693-0351 or email sales@dpstele.com.

Share: 
Andrew Erickson

Andrew Erickson

Andrew Erickson is an Application Engineer at DPS Telecom, a manufacturer of semi-custom remote alarm monitoring systems based in Fresno, California. Andrew brings more than 19 years of experience building site monitoring solutions, developing intuitive user interfaces and documentation, and opt...

We use cookies to improve your experience.
By continuing, you agree to our use of essential, analytics, and marketing cookies. Privacy Policy
Cookie Preferences
Choose which categories of cookies you allow. Essential cookies are always active as they keep the site working. See our Privacy Policy for full details.
These cookies are strictly necessary for the website to function and cannot be disabled.
Essential
Always active
Analytics
Traffic & usage data
Marketing
Personalized ads