コンテンツにスキップ

Try the Demo Factory in Tier0

対応エディションCloud

このコンテンツはまだ日本語訳がありません。

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.

  1. Browse the namespace. Open the UNS explorer, or from your terminal:

    Terminal window
    tier0 uns browse
    tier0 uns browse Plant/Line1 --max-depth 2

    Paths are folders (Plant/Line1); leaves are topics (Plant/Line1/Metric/Temperature). Only topics hold values.

  2. Read live values. The namespace is MQTT pub/sub underneath — data moves when it changes:

    Terminal window
    tier0 uns read "Plant/+/Metric/Temperature" --json
  3. See where data comes from. Flow names mirror the topic paths they feed (Line1-CollectorPlant/Line1/…):

    Terminal window
    tier0 flow list --source
  4. Open a notebook. Query the same topics live — group by asset, plot a trend, join metrics with order context. See Analyze UNS Data.

  5. 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.