FoundryNet / OEMs / Komatsu NTC

CNC / MACHINE TOOL · TELEMETRY NORMALIZATION

Komatsu NTC telemetry normalization: connect your Komatsu NTC equipment to any AI agent

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

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

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

The problem

Why Komatsu NTC data is hard to integrate

Every controller names the same physical quantity differently (spindle speed alone ships as a dozen tag names across firmware revisions), and most shops still bridge it through MTConnect or a hand-rolled OPC UA server.

Typical Komatsu NTC equipment communicates over MTConnect, OPC UA. 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 Komatsu NTC machine

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

MTConnectOPC UA
91%Field coverage
17Canonical CNC / machine tool fields
16,908Corpus mappings

Field coverage

What Forge normalizes for Komatsu NTC

Confirmed canonical fields your agent gets from Komatsu NTC machines, drawn from Forge's 16,908-mapping corpus:

spindle_speed_rpmspindle_load_pctspindle_current_ampsaxes.0.position_actualaxes.0.load_percentaxes.0.temperature_cfeed_ratecnc.path.feedrateprogram_nameprogram_numberpart_counttool_id

Sample normalization

Raw tag inCanonical field outMeaning
spindle_rpm: 4200spindle_speed_rpm: 4200actual spindle speed
sp_load_pct: 63spindle_load_pct: 63spindle load
active_prog: "KOMATSU-01"program_name: "KOMATSU-01"active program
part_ct: 1540part_count: 1540part count

30-second deployment

Add Komatsu NTC to your agent with one call

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

claude mcp add --transport http forge https://mcp.foundrynet.io/mcp --header 'Authorization: Bearer YOUR_API_KEY'
# normalize raw Komatsu NTC telemetry into the universal schema
curl -s https://forge.foundrynet.io/v1/normalize \
  -H 'Content-Type: application/json' \
  -d '{"data": {"spindle_rpm": 4200, "sp_load_pct": 63, "active_prog": "KOMATSU-01"}, "oem": "komatsu"}'
{"spindle_speed_rpm": 4200, "spindle_load_pct": 63, "program_name": "KOMATSU-01", "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 →