Quick Start
This walkthrough takes a fresh installation to a live process value shown on an operator screen. It touches every layer of QUBIQ once, so by the end you will know where things live.
You will need: a running QUBIQ (Installation), a super-admin login (First-run setup), and any OPC-UA server or MQTT broker to read from. No device? Use a public demo OPC-UA endpoint, or the MQTT broker of your choice.
Time: ~15 minutes.
Step 1 — Create a project
Everything you author lives inside a project.
- From the landing screen choose New project.
- Name:
demo— lowercase letters, digits,-and_only; it becomes the URL slug. - Title:
Demo Plant— the human-readable label. - Create, then open it.
You are now in the Platform for demo, with the Designer canvas in the centre and the tool rail on
the left.
→ Projects
Step 2 — Add a connection
-
Open Connections from the tool rail.
-
New connection → choose OPC-UA (or MQTT).
-
Fill in the endpoint:
OPC-UA MQTT Name: PLC1Name: Broker1Endpoint: opc.tcp://192.168.1.10:4840Broker: 192.168.1.20, Port1883Security mode: Noneto startProtocol: tcp -
Click Test. A green result means QUBIQ reached the endpoint and authenticated.
-
Save.
The connection now appears with a live health indicator. QUBIQ pools it and watches it continuously — you never open a second client to the same device.
Start with None security to prove reachability, then move to SignAndEncrypt with a trusted
certificate before you go to production. → OPC-UA
Step 3 — Create a folder and a tag
-
Open the Namespace panel.
-
Create a folder: New → Folder, name it
Line1. -
Inside it, create another folder
Motor1. -
Inside
Motor1, New → Tag:Field Value Name SpeedData type floatUnit RPMDescription Motor 1 shaft speed
Your tag's path is now Line1/Motor1/Speed. This path is what screens, alarms, scripts and history
queries refer to — for the rest of the system's life.