Skip to main content

zenon

The zenon Adapter is designed to connect to zenon SCADA systems.

Information table

FieldDescription
Docker image-
Alternative installation scenarioThe zenon adapter is implemented as a Add-In for the zenon AddInFramework.
Adapter configurationNo specific configuration is needed on adapter level

Deployment variants

The zenon Adapter ships as two AddIns that share the gRPC contract with the Windows Service:

AddInHostSurface
Runtimezenon RuntimeOnline variables, CEL/AML events, alarms, historian archives
Editorzenon EditorProject / dynamic-property explorer for Editor-time configuration inspection

Nodes

Triggers

NodeDescription
FromZenonAml@1Read data from the zenon AML (Alarm Message List)
FromZenonCel@1Read data from the zenon CEL (Chronicle Event List)
FromZenonVariableChanged@1Read online variable values from zenon

Runtime nodes (historian / archives)

NodeDescription
ReadZenonArchiveInfo@1Enumerate archives and their variables
ReadZenonArchiveData@1Query historian data for variables in a named archive
SetZenonVariables@1Write variable values to zenon

Editor nodes (dynamic-property explorer)

NodeDescription
ListZenonProjects@1Enumerate projects loaded in the zenon Editor
GetZenonDynamicProperties@1List children at a path in the dynamic-property tree
GetZenonDynamicProperty@1Read a single value from the dynamic-property tree
SetZenonDynamicProperty@1Write a single value to the dynamic-property tree
note

All nodes are available in the zenon adapter that are tagged with general availablity.