Skip to main content

ListZenonProjects@1

The ListZenonProjects@1 node enumerates all zenon projects currently loaded in the zenon Editor. Typical use: discovery root for the dynamic-property explorer (GetZenonDynamicProperties@1, GetZenonDynamicProperty@1).

Requires the zenon Editor AddIn to be running and connected. The Runtime AddIn cannot serve this node.

Adapter Prerequisites

Node Configuration

For fields targetPath, targetValueWriteMode, and targetValueKind, see Overview.

transformations:
- type: ListZenonProjects@1
targetPath: $.projects
targetValueWriteMode: Overwrite

Output shape

A list of EditorProjectInfo objects:

[
{ "Name": "MyZenonProject", "ProjectId": "11111111-1111-1111-1111-111111111111" }
]

Either Name or ProjectId can be passed to downstream DynProp nodes as the projectIdOrName parameter.