← Registry

OperatorAvailable now

Exception Routing

Clears the exception that is about to stall the line, before the queue behind it notices.

Exception Routing watches work queues and line state for the small break that becomes a big one: a station reporting a fault while its queue keeps filling, a job stuck in a status nothing transitions out of, a pick wave assigned to a zone that just went down. The cost is rarely the exception itself; it is the fifteen minutes the line runs degraded while someone walks over to find out why.

When flow breaks, it proposes the fix, reroute the queued work to the healthy station, reschedule the blocked job, dispatch the person who can clear the fault, and the deterministic executor carries it out with idempotency keys, so a re-sent instruction is a safe no-op and never a duplicate command to the line. It is available now: a deployment engineer wires it into your floor systems with you, and it runs propose-only until you approve live actions.

Kind
Operator
Publisher
Fibric
Availability
Available now
Sold by
Fibric
Support
Developed and supported by Fibric

Authentication

Runs inside your Fibric tenant; it acts through the line and comms connectors you have already authorized and holds no credentials of its own.

What it reads

  • Work queues and job status, with how long each item has sat unmoved
  • Line and station state over OPC UA or Modbus, including fault codes
  • Which stations are healthy right now, so a reroute lands somewhere that works

What it can do

  • Reroutes queued work from a faulted station to a healthy one
  • Reschedules a blocked job with the reason attached
  • Dispatches the person who can clear the fault, by text or a channel post

Requirements

  • A line data source (OPC UA or Modbus TCP)
  • A command path (PLC Command Bridge) if you want it to act on the line
  • A comms connector (Slack or Twilio) for dispatch

Works with

OPC UAConnector The industrial standard for shop-floor data: browses the address space, subscribes to nodes, and keeps the model in sync. Available now Modbus TCPConnector Talks to the meters, drives, and PLCs that already run your plant, polling registers on a schedule and normalizing the readings. Available now PLC Command BridgeConnector Sends vetted commands to programmable controllers on the line. Idempotency keys make a re-sent instruction a safe no-op, never a double. Available now SlackConnector Posts the proposed action, waits for the human confirm, then executes, all inside a channel that keeps the record. Available now TwilioConnector Calls and texts the right person when an operator decides to act. Messages are throttled and deduplicated, so one event never becomes a flood. Available now

Bring Exception Routing into your early-access deployment

Available now means a deployment engineer wires this with you, and it runs propose-only until you approve live actions.