FoundryNet / OEMs / Kenworth

HEAVY VEHICLE / OFF-HIGHWAY · TELEMETRY NORMALIZATION

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

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

Forge turns raw Kenworth 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 Kenworth 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 Kenworth 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 Kenworth vehicle

Forge normalizes Kenworth telemetry into Forge's canonical field set, the same 366 canonical fields used across all 18 manufacturers. Point Forge at the vehicle, pass oem: "kenworth", and spindle speed is spindle_speed_rpm whether it came from a Kenworth 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 Kenworth

Confirmed canonical fields your agent gets from Kenworth 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 Kenworth to your agent with one call

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

claude mcp add --transport http forge https://mcp.foundrynet.io/mcp --header 'Authorization: Bearer YOUR_API_KEY'
# normalize raw Kenworth 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": "kenworth"}'
{"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 →