1. Vendor and Product Reality

FANUC Corporation, headquartered in Oshino-mura at the foot of Mount Fuji, is the world's largest manufacturer of industrial robots and the only major vendor that produces its own servomotors, drives, controllers, and CNC systems in a fully vertically integrated stack. Its installed base exceeds 750,000 robots and its CNC systems run a majority of the metalworking machine tools on the planet. The product portfolio spans the LR Mate compact assembly arms, the M-series and R-series articulated industrial robots, the heavy-payload M-2000iA capable of lifting 2.3 tonnes, the CRX collaborative line, and the SCARA and delta variants for high-speed pick-and-place. The unifying control platform is the R-30iB Plus controller running the FANUC system software, which has been refined over four decades of automotive, electronics, and general manufacturing deployment.

The engineering priorities are clear and consistently executed. Uptime is the primary metric, repeatability the secondary, and ease of programming through TP (teach pendant) and KAREL the third. FANUC's vertical integration means the mechanical precision of the harmonic drive reduction, the closed-loop servo control of the alpha-series motors, and the path planning of the controller are co-designed. The result is a robot that runs three-shift operations for years with minimal intervention, with mean-time-between-failures measured in tens of thousands of hours and predictable degradation curves on the wear components.

Within manufacturing IT, FANUC's MT-LINKi and ZDT (Zero Down Time) cloud platforms collect controller telemetry, joint torques, cycle times, alarm history, axis positions, and apply analytics that identify components nearing end of life. Quality monitoring in FANUC installations typically occurs downstream: statistical process control systems measure output dimensions, surface finish, and assembly torque, and flag when products drift outside tolerances. When quality degrades, the cause is diagnosed manually and the robot is reprogrammed, retooled, or serviced. The robot itself does not assess whether its current condition supports the configured quality target. It executes the program, and the factory infers capability from the resulting output stream.

FANUC's customer base spans the automotive Tier 1s, the electronics contract manufacturers (Foxconn, Pegatron, Flex), pharmaceutical primary and secondary packaging, food processing, and increasingly battery cell and module assembly. The global service network and the longevity of the installed platform are decisive commercial advantages. Within its scope, repeatable execution of pre-engineered cycles in well-controlled cells, the FANUC platform is the industry reference.

2. The Architectural Gap

The structural property the FANUC stack does not exhibit is a first-class, real-time capability envelope maintained by the robot itself as a function of its current physical state. The controller knows position, velocity, torque, and alarm thresholds, but it does not maintain a continuously updated multi-dimensional model of what the robot can presently do, under current thermal conditions, current tool wear, current bearing condition, current payload distribution, distinct from what it was originally specified to do. Uptime optimization and capability awareness diverge precisely when conditions drift gradually: the robot is running, therefore presumed capable, until downstream inspection contradicts the presumption.

Consider a precision assembly cell performing screw insertion at the limit of the robot's specified positioning accuracy. Over a long production run, ambient and motor heat cause thermal expansion of the arm structure on the order of 0.1 to 0.3 millimeters, enough to shift the actual tool center point outside the assembly tolerance even though every controller-side metric reads nominal. The robot continues executing at its programmed precision specification because no on-board model relates thermal state to achievable precision. Downstream vision inspection catches the deviation, perhaps an hour later, after several hundred parts have been produced outside tolerance. The same dynamic governs tool wear in deburring, electrode wear in spot welding, gripper compliance change in handling, and bearing degradation in high-cycle pick-and-place.

FANUC's predictive maintenance products address a related but different problem. ZDT predicts when a component will fail; it does not compute, mutation by mutation, what the robot can presently accomplish. The two are different architectural objects. Predictive maintenance is a population-statistics model trained on telemetry to estimate remaining useful life of a part. Capability awareness is a first-person, real-time envelope the robot uses to decide whether to attempt the next task. Adding more sensors to the controller does not produce an envelope; the envelope is an architectural primitive, not a data product.

The consequence is that FANUC's reliability is bought through margin and redundancy: cells are over-specified so the robot stays inside its specification under worst-case drift, inspection is positioned downstream to catch what slips through, and maintenance is scheduled conservatively. This works at automotive scale but constrains the use of robotics in domains where the workpiece is variable, the environment is dynamic, or the cost of out-of-envelope output is high, surgical robotics, aerospace composites, semiconductor handling, contract pharmaceutical fill-finish. FANUC cannot retrofit capability awareness from inside the R-30iB architecture because the controller was designed to execute programs against fixed specifications, not to compute and publish a self-model.

3. What the Capability-Awareness Primitive Provides

The capability awareness layer disclosed in United States Patent Application 19/647,395 treats the capability envelope as first-class state. Every actuator in a conforming system maintains a persistent, structurally accessible envelope expressed across the dimensions relevant to its tasks: positional precision, velocity, acceleration, force, torque, repeatability, payload, reach, settling time, and any domain-specific dimensions such as weld quality, paint thickness, or grip force. The envelope is not a static specification sheet; it is a real-time computed object that contracts and expands as a function of measured physical state, temperature, vibration spectrum, wear estimates, lubrication, and calibration age.

The primitive supplies several structural mechanisms that a fixed-specification controller does not. First, capability-native computation performs three-valued per-dimension matching: for each required dimension, a proposed task's demand is matched against the current envelope and resolves, rather than to a binary pass/fail, to one of three outcomes, satisfied, unsatisfied, or conditionally satisfiable, where conditionally satisfiable means the dimension currently falls short but could be brought into satisfaction through temporal deferral or reconfiguration. The per-dimension results compose into a determinate task-level outcome that is structurally possible, structurally impossible, structurally deferred, or rerouted, rather than a binary execute/alarm. Second, temporal capability forecasting projects the envelope forward over confidence-bounded windows, so a cell can know not only whether the robot is in-envelope now but whether it will remain so across the next production interval, with uncertainty propagated through the forecast. Third, envelope negotiation lets a task and an actuator resolve a mutually admissible operating point instead of failing outright. Fourth, capability genealogy records how each envelope state was derived, so any past output can be related to the capability state at the moment of production, supporting root-cause analysis in seconds rather than shifts.

The envelope is recursive: the robot's own actuation produces state observations (settling time achieved, torque consumed, deviation from commanded path) that re-enter the capability computation as inputs, refining the envelope continuously. This closure is what distinguishes capability awareness from a one-shot self-test. The mechanism is representation-neutral and enables broad embodiment. A skilled implementer can realize the envelope as an interval vector, a probabilistic region, a learned surrogate, or a constraint set; the matching function as symbolic comparison, statistical test, or learned classifier; the forecast as a physics model, a time-series estimator, or a hybrid; and the substrate as an on-controller process, an edge companion module, or a supervisory service. The primitive composes hierarchically: cell-level capability is a function of robot-level capabilities, line-level a function of cell-level, factory-level a function of line-level, so a planner schedules against published envelopes rather than nameplate specifications.

4. Composition Pathway

FANUC integrates with AQ as the actuator and execution surface beneath a capability-awareness substrate that runs on or alongside the R-30iB controller. What stays at FANUC: the servo loop, the kinematics, the path planner, the safety monitoring, the teach pendant programming model, the connector ecosystem, the global service organization, and the entire customer relationship. FANUC's investment in mechanical precision and control engineering remains its differentiated layer.

What moves to AQ as substrate: the capability envelope itself, the credentialed sensor observations that feed it, and the admissibility evaluation that gates each commanded mutation. The integration is well-defined. Controller telemetry, joint torques, motor currents, encoder positions, thermal sensors, is emitted as credentialed observations into the AQ chain. External sensors (laser interferometers, accelerometers, vision-based tool-center-point monitors) are admitted under their own authority credentials. The capability engine computes the envelope and publishes it as a queryable object. Cell-level scheduling and line-level MES query the envelope before assigning the next task; out-of-envelope assignments are deferred to another cell or trigger maintenance scheduling rather than producing scrap.

The new commercial surface is capability-as-substrate for high-mix or high-cost manufacturing. Battery cell production, where electrode handling tolerances are tight and scrap is expensive, is an early target. Aerospace composite layup, surgical-instrument assembly, and semiconductor wafer handling all share the property that the cost of producing an out-of-envelope part dwarfs the cost of deferring or rerouting. For these customers, FANUC plus AQ delivers what FANUC alone cannot: structural assurance that every part produced was within the robot's actual capability at the moment of production. The envelope and its lineage belong to the customer's authority taxonomy, so the audit-grade history is portable across controller upgrades and survives platform migration.

5. Commercial and Licensing Implication

The fitting commercial arrangement is an embedded substrate license: FANUC embeds the AQ capability-awareness primitive into the R-30iB controller as an option SKU and into ZDT as the underlying envelope engine, sub-licensing capability participation to its customers as part of the controller subscription or maintenance contract. Pricing aligns to per-controller or per-mutation-rate rather than per-installation, which matches how high-cycle manufacturing actually consumes capability assurance.

What FANUC gains: a structural answer to the "why did the robot produce a bad part" problem that current SPC and ZDT only address statistically and after the fact, a stronger architectural floor in the converging cobot and high-precision segments where ABB, KUKA, Yaskawa, and Universal Robots also compete, and a forward-compatible posture as regulatory regimes such as the EU Machinery Regulation and the ISO 10218 revision move toward demonstrable in-envelope operation as a safety condition. What the customer gains: reduced scrap, root-cause analysis in seconds rather than shifts, the ability to deploy robotics in higher-mix and higher-cost processes that current static-envelope robots cannot enter, and a portable capability genealogy that survives controller upgrades. Honest framing: the primitive does not replace FANUC's mechanical and control engineering; it gives that engineering the self-model it has always lacked, turning reliable executors into reliable self-aware producers.

6. Disclosure Scope

The capability awareness mechanisms described here, the capability envelope as first-class state, three-valued per-dimension matching, temporal capability forecasting over confidence-bounded windows, uncertainty propagation, envelope negotiation, and capability genealogy, are disclosed in United States Patent Application 19/647,395. This article is a public technical description of that inventive step and its application to industrial-robot execution, and is intended to enable a skilled implementer to build capability-aware execution across the representation, matching, forecasting, and substrate variations enumerated above.

All references to FANUC Corporation, its R-30iB Plus controller, ZDT, MT-LINKi, and its product lines, and to other named manufacturers, are external market and architectural context based on publicly known characteristics of those products. They are provided for comparison only and are not claims of United States Patent Application 19/647,395. Product names belong to their respective owners. Nothing here asserts a defect in any FANUC product; the comparison is scoped to the specific architectural axis, a self-computed real-time capability envelope, that the referenced filing addresses.