FoundryNet / OEMs / PACCAR

HEAVY VEHICLE / OFF-HIGHWAY · TELEMETRY NORMALIZATION

PACCAR telemetry normalization: connect your PACCAR equipment to any AI agent

16,908 confirmed mappings·18 OEM families·14 protocols·91% field coverage

Forge turns raw PACCAR tags into one clean, governed schema your AI agent already understands. One MCP call, no per-vehicle integration project.

Try it free: 3 machines, no credit card → See the full demo →

The problem

Why PACCAR data is hard to integrate

Diagnostics live as raw J1939 SPNs on the CAN bus. Engine oil pressure, turbo RPM and brake air pressure are just numbered parameters until something decodes and names them.

Typical PACCAR equipment communicates over J1939 (CAN), HTTP / REST. Each firmware revision, model line and integrator names the same physical quantity differently, so every AI or analytics project pays the integration tax again, the tax that cancels 40% of industrial AI deployments before they ship.


The solution

One universal schema for every PACCAR vehicle

Forge normalizes PACCAR telemetry into Forge's canonical field set, the same 366 canonical fields used across all 18 manufacturers. Point Forge at the vehicle, pass oem: "paccar", and spindle speed is spindle_speed_rpm whether it came from a PACCAR controller or anything else on the floor.

J1939 (CAN)HTTP / REST
91%Field coverage
11Canonical heavy vehicle / off-highway fields
16,908Corpus mappings

Field coverage

What Forge normalizes for PACCAR

Confirmed canonical fields your agent gets from PACCAR vehicles, drawn from Forge's 16,908-mapping corpus:

vehicle.engine.oil_pressurevehicle.engine.oil_tempvehicle.engine.fuel_rail_pressurevehicle.engine.intake_manifold_pressurevehicle.turbocharger.rpmvehicle.transmission.oil_tempvehicle.brake.air_pressurevehicle.brake.primary_air_pressurevehicle.wheel_speed_flvehicle.tire_pressure_flvehicle.dtc_description

Sample normalization

Raw tag inCanonical field outMeaning
SPN_100: 54vehicle.engine.oil_pressure: 54oil pressure
SPN_175: 99vehicle.engine.oil_temp: 99oil temp
SPN_103: 79000vehicle.turbocharger.rpm: 79000turbo rpm
SPN_1636: "P0299"vehicle.dtc_description: "Turbo underboost"active DTC

30-second deployment

Add PACCAR to your agent with one call

No SDK, no per-tag mapping, no historian project. Connect the MCP server and normalize live PACCAR data:

claude mcp add --transport http forge https://mcp.foundrynet.io/mcp --header 'Authorization: Bearer YOUR_API_KEY'
# normalize raw PACCAR telemetry into the universal schema
curl -s https://forge.foundrynet.io/v1/normalize \
  -H 'Content-Type: application/json' \
  -d '{"data": {"SPN_100": 54, "SPN_175": 99, "SPN_103": 79000}, "oem": "paccar"}'
{"vehicle.engine.oil_pressure": 54, "vehicle.engine.oil_temp": 99, "vehicle.turbocharger.rpm": 79000, "coverage": "100%", "confidence": 0.97}

Unknown tags never get force-mapped. Fields below the confidence floor abstain rather than guess, so your agent never acts on a bad reading.

Start free: Forge Connect, 3 machines → See the full demo →