zenon
The zenon Adapter is designed to connect to zenon SCADA systems.
Information table
| Field | Description |
|---|---|
| Docker image | - |
| Alternative installation scenario | The zenon adapter is implemented as a Add-In for the zenon AddInFramework. |
| Adapter configuration | No 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:
| AddIn | Host | Surface |
|---|---|---|
| Runtime | zenon Runtime | Online variables, CEL/AML events, alarms, historian archives |
| Editor | zenon Editor | Project / dynamic-property explorer for Editor-time configuration inspection |
Nodes
Triggers
| Node | Description |
|---|---|
| FromZenonAml@1 | Read data from the zenon AML (Alarm Message List) |
| FromZenonCel@1 | Read data from the zenon CEL (Chronicle Event List) |
| FromZenonVariableChanged@1 | Read online variable values from zenon |
Runtime nodes (historian / archives)
| Node | Description |
|---|---|
| ReadZenonArchiveInfo@1 | Enumerate archives and their variables |
| ReadZenonArchiveData@1 | Query historian data for variables in a named archive |
| SetZenonVariables@1 | Write variable values to zenon |
Editor nodes (dynamic-property explorer)
| Node | Description |
|---|---|
| ListZenonProjects@1 | Enumerate projects loaded in the zenon Editor |
| GetZenonDynamicProperties@1 | List children at a path in the dynamic-property tree |
| GetZenonDynamicProperty@1 | Read a single value from the dynamic-property tree |
| SetZenonDynamicProperty@1 | Write a single value to the dynamic-property tree |
note
All nodes are available in the zenon adapter that are tagged with general availablity.