Skip to content

Opening a Twin

realvirtual WEB opens an industrial digital twin directly in your browser. A twin can arrive as a shared link, a local GLB file, or an example in the public demo. You do not need to install a viewer or create an account to open the public demo or a prepared delivery link.

The preferred delivery format is GLB with rv_extras metadata. It keeps geometry, hierarchy and realvirtual component information together in one self-describing file.

The most common misunderstanding about realvirtual WEB is that “runs in the browser” implies “runs on somebody’s server”. It does not. The browser is the runtime, not the location — and the same viewer runs in four places, with the same file and the same behaviour:

WhereWhat it needsTypical use
On your own computerNothing but the browser — drag a GLB in, or run realvirtual CONNECT, which serves the viewer on localhostEngineering, service calls, a machine on an isolated network
Static hostingAny web server or CDN that can serve files — no application server, no database, no runtimeIntranet, customer portal, your own domain
Hosted by realvirtualAn account for the hosted featuresTrying things out, sharing a document
Air-gapped or frozenA copied folderDelivery with a machine, ten-year documentation duty

Two consequences worth stating plainly:

  • Rendering and simulation happen on your device. There is no remote render service, no upload of your model, and no round-trip to a server for the animation. A local file never leaves the browser.
  • The viewer is open source under AGPL-3.0. You can host it yourself, keep it running after any subscription ends, and inspect what it does — the source is on GitHub. What the open licence asks in return is described under licensing the viewer.

That combination is the point: an interactive machine model that opens like a document, survives ten years in an archive, and needs no service in the middle to keep working.

  • Shared link or URL — Open the address supplied with the twin. The link can select a prepared model and workspace.
  • Local GLB file — Drag a .glb file from your computer onto the viewer to open it locally.
  • Public demo — Open the realvirtual WEB demo to explore a prepared twin without supplying a file. The demo runs the full commercial feature set for evaluation; the free-tier limits apply — CAD import up to 25 MB per STEP file and 12 MB per JT file, and live PLC connectivity through the free realvirtual CONNECT tier serves up to 20 signals.
  • Served by the gateway — Start realvirtual CONNECT on the machine PC and open http://localhost:5100. The viewer comes from the gateway itself, with live signals attached and no internet connection involved.

The project list: Open… and New project above the projects of the current workspace, each with its name and folder

You never have to create a project before you can work. When nothing else applies, realvirtual WEB opens My Workspace — a project that lives in your browser and that every document has as its home. There is no setup step and no empty-state to get past: drag a file in and it has somewhere to go.

Two things follow from that, and both surface as questions rather than as silence:

  • Switching to a folder project asks for write access first. A project in a folder on your computer is only writable while the browser has permission for it, and the browser only grants permission in response to a click. So the request arrives at the moment you switch. Declining it does not fail the switch — the project opens read-only, and you can grant access later.
  • A project that does not come back tells you why. Permission for a folder can lapse between sessions, and a folder can move or become unreadable. Where the project you last used cannot be restored, the viewer says which of the two happened and opens the project list so one click re-grants access — instead of starting somewhere else and leaving you to work out what changed.

When you reopen a project, it returns to the document you last had open in that project, not to whatever was open last overall.

Use a current browser with JavaScript and WebGL enabled. realvirtual WEB supports desktop and tablet use; the available performance depends on the device and the size of the model. Because rendering happens on your device, the graphics card the browser uses decides how the viewer feels — Browser & GPU setup covers how to check that and how to correct it.

Rendering runs on your device rather than on a remote rendering service. A local file stays in the browser while you view it. When you open a hosted link, the browser downloads the twin from the host selected by its provider; a live setup exchanges only the machine data configured for that connection.

  1. Open the URL supplied with your twin, or open the public demo.
  2. To use your own file, drag the .glb file onto the viewer and wait for the model to fit into view.
  3. Confirm that the scene appears, then select a component or open the hierarchy to start exploring.
  4. If the model does not load, verify that JavaScript and WebGL are enabled and try the file or link again in a current browser.