Ultimate QC connection guide ← ultimate qc

Connect your rig

Connecting is boring, on purpose: Ultimate QC speaks standard WITSML 1.4.1.1, so whatever already collects your rig data can feed us. Credentials are issued when your access request is approved — one set per operator, never shared.

1Three ways in — pick what you already have

2What to send

objectuidcontent
wellyour uid name; optionally field / pad / country, CRS + north reference, alarm limits as a JSON block in commonData/comments
wellboreyour uid one per bore; sidetracks carry parentWellbore + mdKickoff and land in the right place automatically
trajectoryPLAN the design path — enables plan-vs-actual, return-to-plan and projection
trajectoryACTUAL surveys as drilled: md, incl, azi, dTimStn + field references
logRAWSURVEY raw sensors MD,GX,GY,GZ,BX,BY,BZ — enables the per-station QC gates and independent angle re-computation
logABI continuous at-bit channel MD,ABIINC,ABIAZI (optional)

Minimum to go live: a well and its ACTUAL trajectory. Everything else switches on the moment it arrives — no configuration call needed. A survey station looks like:

<trajectoryStation uid="s2310">
  <dTimStn>2026-08-27T14:03:20Z</dTimStn>
  <md uom="m">2310.0</md>
  <incl uom="dega">88.6</incl>
  <azi uom="dega">357.2</azi>
  <magTotalFieldReference uom="nT">61310</magTotalFieldReference>
  ...
</trajectoryStation>

3What you'll see

4Where your data lives — and how much space it needs

5Try before you connect

Watch our simulator wells drilling live — the exact product your data would land in — or request access and we'll issue sandbox WITSML credentials so your team can push test data end-to-end before a single real well is connected. A sandbox credential is scoped to its own well-uid prefix — your test pushes can't touch (or see) anything else on the instance, and we can revoke it in one click.