You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

New for 10.1.5 (draft preview). This page previews a feature shipping in FrameworX 10.1.5 (planned April 2026). The feature is not available in 10.1.4 or earlier. Content under review.

AI skill: produce a human-readable diagram of the UNS. Prefer the Designer Relationship Graph button. Fall back to generate_uns_visual when AI orchestration is needed.

AI IntegrationPlatform Skills Library → Generate UNS Visual


When to invoke

  • “Show me what the UNS looks like”
  • “Draw the AssetTree as a diagram I paste into our wiki”
  • “After importing the IOF ontology, give me a visual I share with the ontology team”

Primary path: the button

If the user is in Designer and wants the default full-solution view, point them at Unified Namespace → Asset Tree → Relationship Graph. One click, no AI, works offline. About 95% of visual-report uses go through this path.

Secondary path: the MCP tool

Use generate_uns_visual when the user wants a narrowed scope, a specific format, or the report as part of a larger AI workflow:

generate_uns_visual(scope="full")
generate_uns_visual(scope="subtree", root_path="/Plant1/Line3")
generate_uns_visual(scope="userTypes", include_inheritance=true, include_references=true)
generate_uns_visual(scope="assetTree")

Output

  • Default: Markdown with embedded Mermaid blocks, in the Exchange folder under Visualizations/.
  • SVG/PNG require mmdc on the host. HTML ships in 10.1.6.
  • Same solution plus same parameters produces byte-identical output. Source-control friendly.

Gotchas to surface

  • Mermaid clutters past around 500 nodes. Suggest subtree or userTypes scoping first.
  • Operators see DisplayText by default, script/MCP users see Name. The diagram shows both (Name is the node ID, DisplayText is the rendered label).
  • Reference targets render as dotted edges in AssetTree scope, as → UDT range labels in UserTypes scope.

See also

  • No labels