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 Open Visual Graph button. Fall back to generate_uns_visual when AI orchestration is needed.
AI Integration → Platform Skills Library → Generate UNS Visual
If the user is in Designer and wants the default full-solution view, point them at Unified Namespace → UserTypes → Open Visual Graph. One click, no AI, works offline. The button produces an interactive HTML file and opens it in the default browser. About 95% of visual-report uses go through this path.
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", format="html") 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") |
mermaid-md. Markdown with embedded Mermaid blocks, in the Exchange folder under Visualizations/. Good for diffs and source control.html: single self-contained interactive file (cytoscape.js). Available in 10.1.5. This is what the Designer button produces.svg / png: requires mmdc on the host. Falls back to mermaid-md with a warning if unavailable.mermaid-md and html formats.format="html" (interactive, no limit) or narrow via subtree / userTypes scoping.DisplayText by default, script/MCP users see Name. The diagram shows both (Name is the node ID, DisplayText is the rendered label).→ UDT range labels in UserTypes scope.