Try the Demo Factory in Tier0
此内容尚不支持你的语言。
The quickest way to get Tier0 is to poke at a factory that already works.
Your Cloud trial workspace (14 days) comes with a preloaded plant: A live namespace, flows feeding it with industrial data, notebooks, and applications working on top of the UNS data foundation.
-
Browse the namespace. Open the UNS explorer, or from your terminal:
Terminal window tier0 uns browsetier0 uns browse Plant/Line1 --max-depth 2Paths are folders (
Plant/Line1); leaves are topics (Plant/Line1/Metric/Temperature). Only topics hold values. -
Read live values. The namespace is MQTT pub/sub underneath — data moves when it changes:
Terminal window tier0 uns read "Plant/+/Metric/Temperature" --json -
See where data comes from. Flow names mirror the topic paths they feed (
Line1-Collector→Plant/Line1/…):Terminal window tier0 flow list --source -
Open a notebook. Query the same topics live — group by asset, plot a trend, join metrics with order context. See Analyze UNS Data.
-
Generate an app. Describe something small in the App Builder — an inspection checklist, a maintenance form — review the spec, generate, and try it in the sandbox.
- Choosing the Best Version
- UNS Concepts — understand what you just browsed