OPC UA Simulator in 5 Minutes with SPX: Quickstart
- Aleksander Stanik

- Feb 5
- 2 min read
This is a hands-on quickstart. For a technical overview of OPC UA capabilities and testing workflows, see OPC UA Simulator.

In this quickstart you’ll launch a realistic OPC UA server simulation in about five minutes using SPX. The flow is intentionally simple: download the SPX package, run the setup wizard, start the local stack, open the SPX UI, select a ready-made OPC UA instance, and verify it with a standard OPC UA. The result is a repeatable “virtual device lab” environment you can use for integration testing, demos, and CI-ready baselines.
Tip #1 - Install SPX and select Smart Building Pack
Get your Product Key + installer package
Log in and open Product & Keys: https://www.simplephysx.com/keys
Copy your SPX Product Key
Download the installer package (e.g. spx-examples-<version>.zip)
Extract the ZIP
Unzip the package into a dedicated folder (e.g. spx-examples-<version>/). You should see platform launchers like spx-setup.*.
Run the Setup Wizard (spx-setup.*)
From the extracted folder, start the launcher for your OS:
Windows: double-click spx-setup.bat
macOS: double-click spx-setup.command
Linux desktop: double-click spx-setup.desktop
Terminal (macOS/Linux): ./spx-setup.sh
In the wizard: select Industrial Pack + paste your key
Select Industrial Pack (ENTER accepts recommended defaults)

Paste your SPX Product Key when prompted

Review the summary and choose Start the stack now
Note: For the full, always up-to-date installation instructions (including prerequisites and OS-specific launchers), see the SPX Installation Guide in the docs: https://docs.simplephysx.com/getting-started/installation-guide.
Tip #2 - Open the SPX UI
Open: http://localhost:3000

You should see the SPX interface with a list of available instances from the Industrial Pack.
Tip #3 - Start the OPC UA simulator instance (one click)
From the list of available instances, select:
spx_s7_1500_process_cell

Open the instance. At this point you already have a working OPC UA simulation of a real-world style device stack (gateway + weather station), ready for testing.

Tip #4 - Verify it’s alive
To validate the simulator is live, connect with UAExpert (or another OPC UA client)
1. In SPX instance view, copy the OPC UA endpoint URL, e.g.

2. In UAExpert:
Add Server → paste the endpoint
Connect
Browse the address space
Subscribe to a few variables and confirm values update
Expected outcome (what “done” looks like)
You can browse nodes, read values, and observe live updates — confirming the simulator behaves like a real OPC UA server.
Next: customize and extend (coming next)
Next we’ll take this same instance and:
Tweak the model in the editor and reload it
Generate a new variant via an LLM workflow
Run scenario-driven tests and capture reproducible baselines


