Skip to main content

ZeqSPC

Statistical process control with HulyaPulse sampling intervals. Xbar-R charts, Cp/Cpk, Western Electric rules — Zeqond-stamped control limits for audit traceability.

EndpointPOST /api/mfg/spc
Authapi-key
Rate limit20/min
Categorymanufacturing

Parameters

NameTypeRequiredDescription
measurementsarrayYes[{ time, value, subgroup }]
specLimitsobjectYes{ usl, lsl, target }

Returns

{ cpk, ppk, controlLimits, outOfControl, westernElectricViolations, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"measurements": [],
"specLimits": {}
}' \
"https://zeqsdk.com/api/mfg/spc"

This protocol is a named building block — one of the operations you compose inside a state contract. Call it directly with the request above, or invoke it from a contract that fires on your machine's clock. Browse the whole library at GET /api/protocols; fetch this one at GET /api/protocols/zeq-spc.