Most facility teams have asset data scattered across spreadsheets, Access databases, BAS hierarchies, and PDF binders. Nexus Asset Registry consolidates everything into one queryable record per asset location, history, documents, and condition.


Four data dimensions, all queryable, all linked to work orders and Signal data.
Make, model, serial, install date, warranty, criticality, runbook, photo. Versioned. Audit-logged.
Standard hierarchical model with parent-child relationships. Roll up cost, downtime, and PM compliance to any level.
Manuals, schematics, warranty docs, calibration certs attached to the asset, not lost on a shared drive.
Asset placed on floor plan and BIM model. Click the AHU on the drawing, get the asset record. Click the asset, see it on the drawing.
A new chiller install: equipment data ingested from manufacturer JSON, install date set on commissioning, warranty terms ingested from the contract, BACnet device discovered and bound, and the asset is queryable end-to-end the same day.

How this looks in your stack.
{
"asset_id": "Z-3041",
"type": "AHU",
"site": "Bldg-3",
"location": "L4-MechRoom",
"manufacturer": "Trane",
"model": "YCAS-260",
"installed": "2014-06-12",
"criticality": 8,
"runbook": "trane-ycas-pm.pdf"
}// query: type=AHU, site=Bldg-3, criticality>=7 [ {"asset_id": "Z-3041", "location": "L4-MechRoom", ...}, {"asset_id": "Z-3042", "location": "L7-MechRoom", ...} ]
On-premise by default. Cloud-deployable when required. Your facility data never leaves your network.
TLS everywhere, secrets in vault, row-level security on every query. Containerized and isolated so one service going down never takes the rest with it.
A·IQ is built by Arcis FM, a Service-Disabled Veteran-Owned Small Business (SDVOSB). Set-aside eligible for federal contracts. CAGE 14DG6 · UEI Z95MQL2KEYG3.
Engineer and operator questions on this capability.
CSV bulk import, BACnet auto-discovery, REST API, manual entry, or BIM/IFC ingest. Most clients combine BACnet builds the hierarchy, CSV adds the metadata.
Yes. REST and SQL access (read-only by default, configurable RBAC). Most clients pull into BI tools or build custom dashboards.
Every change to an asset record is timestamped, attributed, and reversible. Required for ISO and regulated environments.
No practical limit. Largest deployment is 180,000+ assets across a multi-site portfolio.
Asset registry is the foundation. Work orders, planning, and spatial all reference it.
Send us a sample of your current asset register (CSV, Excel, or whatever you have). We will import it, layer in BACnet discovery, and show you the consolidated registry.