Skip to main content
Bivrost 彼络
DNC Pro · NC program management

The single trusted source
for CNC programs on the floor

DNC Pro is a CNC program management system that runs inside the shop LAN, on top of one or more Bivrost IoT Gateways. The link between part, operation, program version and what is actually on the machine moves out of people’s memory and shared folders into records that can be queried, approved and traced.

Controlled versionsTransactional transferRolling mirror backupHash-chained auditOn-premise
DNC Pro console overview: pending approvals, edits at the machine, running trials, failed transfers and gateway health
The problem on the floor

Shared folders, USB sticks and memory fail in six recurring ways

The six scenarios come from chapter 2 of the DNC Pro manual and are used to judge fit before an installation. Each maps to one fixed measure in the system.

01

Nobody can say which version is on the machine

How it fails

Versions live in file names. “final”, “final 2” and “final_feed” coexist, and no one can tell which of them the machine is running.

What the system does

Versions are numbered by the system. Every managed file on every machine records the last successfully transferred version, and the rolling mirror keeps checking the machine against it.

02

An interrupted transfer leaves a partial program

How it fails

A dropped line, network jitter, a full controller memory or a locked program number cuts the transfer short. The machine holds an incomplete program and the operator assumes it finished.

What the system does

Transactional transfer. Success is declared only when the read-back matches what was sent; any failure after the delete step rolls the machine back from the snapshot.

03

Edits at the machine go unnoticed

How it fails

An operator adjusts a cutting parameter on the control. The change exists only in that machine’s memory, the process engineer never hears of it, and the next transfer overwrites it.

What the system does

When the mirror detects a change it is captured as a pending version and queued in the console. An engineer reviews the diff and adopts or rejects it. The system never overwrites the machine on its own.

04

A trial program stays on the machine

How it fails

A trial version is never withdrawn. The next shift treats it as the released program and runs the batch on it.

What the system does

Trials are explicit and time-boxed, badged on every screen; when they expire a person decides whether to release or withdraw. Trials can be disabled per machine group.

05

The controller loses its data

How it fails

A dead battery, lost parameters or a board swap wipes every program on the machine, most of them local programs accumulated over years and never filed anywhere.

What the system does

The rolling mirror backs up every file on every machine around the clock, not only managed programs. Unmanaged files keep their snapshot history and can be restored.

06

Traceability questions cannot be answered

How it fails

A batch is out of tolerance. Which program version, who approved it, when was it sent, to which machine? The existing records cannot say.

What the system does

An append-only, hash-chained audit log records every state change and every time program content leaves the system, searchable by operator, machine, object and time range.

Capabilities

Six capability lines, from programming to the machine

The capability structure follows table 1-1 of the manual. All six share one data set and one audit chain, so every action traces back to a named person.

01
Manual 5.1

Program vault and versions

Programs are versioned through draft → pending approval → released → retired. Content is deduplicated by hash and any two versions can be compared side by side. Approval policy is set per vault: number of approvers, no self-approval, auto-release.

02
Manual 5.4

Transactional transfer

Every transfer is a transaction; a failure at any stage rolls back from the snapshot. Success is declared only when the read-back equals what was sent. “Send complete” or “read-back complete” alone never counts.

03
Manual 5.5

Trials

An explicit, time-boxed operation badged on every screen. On expiry the status becomes “expired” and stays visible; a person decides whether to release or withdraw. The system does not touch the machine.

04
Manual 5.6

Rolling mirror

Continuous, incremental backup of every file on every machine, including unmanaged legacy programs. Three kinds of snapshot (pre-transfer, read-back, mirror) are stored deduplicated by content hash. Edits at the machine are captured as pending versions, never auto-reverted.

05
Manual 6.1

Roles and permissions

Five fixed roles (administrator, programmer, approver, operator, read-only) × scope (machine group, vault). Local accounts work fully offline; OIDC single sign-on is optional.

06
Manual 5.9

Audit

An append-only, hash-chained log of every state change and every export of program content (viewing or downloading the body). Query, CSV export and chain integrity verification.

02 Six-stage transaction
  1. 01 Pre-check
  2. 02 Snapshot
  3. 03 Delete
  4. 04 Send
  5. 05 Read back
  6. 06 Verify
  7. Success (verified)
Failure at any stage: the original program is restored from the snapshot
Division of work with the gateway

The gateway talks to the machine. DNC Pro keeps the programs under control

DNC Pro never connects to a machine directly. All machine communication goes through the Bivrost IoT Gateway: vendor differences are absorbed there, and one system can manage several shops with one gateway each. The gateway’s own program-transfer page remains available for debugging and one-off jobs; DNC Pro is its controlled upper layer.

Responsibility Bivrost Gateway DNC Pro
Machine communication (protocol, encoding, timeouts, reconnect)
Collecting output, OEE, alarms, tool data
Program versions, approval, permissions
Transactional transfer with read-back verification
Fleet-wide rolling backup and snapshot history
Audit and compliance traceability
Four things the system does not do
  • No machining data collection

    Output, OEE, alarms and tool life belong to the Bivrost Gateway and the systems above it. DNC Pro manages programs only.

  • No decisions on people’s behalf

    Expired trials are not withdrawn automatically and edited programs are not overwritten automatically. Both wait on screen for a person.

  • No cloud service

    The whole system runs inside the customer’s LAN, all data stays on the customer’s own server, and it keeps working fully offline.

  • No serial drip-feed

    DNC Pro is gateway-connected, file-level controlled management, not RS-232 drip-feed streaming.

Control systems with a profile in the manual FANUC 0i-D / 0i-F / 30i / 31i / 32i / 35iFANUC legacySiemensMitsubishiBrother S seriesBrother TC series

The gateway supports more control systems than these; unmatched systems fall back to a conservative generic profile. Full coverage is in the gateway compatibility matrix.

Interfaces

Console and shop-floor terminal: two clients of one API

The console serves process, quality and equipment staff. The shop-floor terminal serves operators and shows only the machines they are authorised for and the program each should be running. Screenshots come from the manual’s demo data set; part numbers, program names and people are placeholders.

Transfer log · stage and rollback
DNC Pro transfer log: stage, result and rollback status of every transfer
Screen 01

Transfer log

A failed transfer records the failing stage (e.g. send) and the rollback result (e.g. rolled back). No walk to the machine to check.

Edit review · diff
DNC Pro edit review: diff between the machine content and the controlled version
Screen 02

Edits at the machine

When the mirror detects a change to a managed file it is queued; an engineer reviews the diff and adopts or rejects it. Pushing the controlled version back is a separate, explicit action.

Shop-floor terminal · machine page
DNC Pro shop-floor terminal machine page: authorised machine and its expected program
Screen 03

Shop-floor terminal

A touch-screen view limited to the operator’s authorised machines and the program each should be running, with a one-tap “I changed the program, check now”.

API and deployment

Everything the screens can do, the API can do

The console and the shop-floor terminal are both clients of the same REST API; there are no private endpoints. MES, CAM and dashboard integrations use the same calls and the same permission rules as the screens.

Integration examples in manual 6.3.5
  • CAM post-processor uploads a new version 6.3.5.1
  • MES transfers in batch per work order 6.3.5.2
  • Dashboard reads the overview data 6.3.5.3
  • Quality traceability: export the audit trail for a machine 6.3.5.4
Deployment
Inside the shop LAN

All data on the customer’s own server; runs fully offline

Delivery
docker-compose

Linux host; console and shop-floor terminal on one port

API docs
OpenAPI

Interactive docs ship with the system; endpoints grouped by auth, vault, approvals, fleet, transfer, trials, mirror, audit

Program transfer, per machine
Under 1 minute

Measured on existing projects; the USB-stick round trip is on the order of 30 minutes

DNC Pro manual · v1.0.0 · online · Chinese

The manual is online. No registration

Written as the system’s technical documentation in seven chapters: setup, operation, reference and troubleshooting. The six-stage transfer, the rolling mirror, the role and permission matrix and every REST endpoint are specified item by item. Currently published in Chinese only.