Skip to main content

FromZenonCel@1

The FromZenonCel@1 node is used to extract zenon CEL Messages. The pipeline will be triggered once a zenon CEL message is fired.

It has to be used in combination with the ReadZenonCelMessages@1 which purpose it is to make the paths configurable.

Adapter Prerequisites

Node Configuration

Currently no special node configuration required.

triggers:
- type: FromZenonCel@1
transformations:
- type: ReadZenonCelMessages@1

Data Format

The data format that this node produces looks like the following:

Container

{
"Messages": [
{
...
},
{
...
}
]
}

Message details

This is a sample message that is part of the Messages array in the container.

{
"Reason": 0,
"Areas": "",
"AreaNumbers": "",
"Class": "",
"ClassNumber": "",
"ClassSymbolNumber": "",
"Comment": "",
"Computer": "ZENON12-2",
"Group": "",
"GroupNumber": "",
"GroupSymbolNumber": "",
"Key": "C241007.CEL-9421",
"Status": "0",
"TimeReceived": "2024-10-07T10:48:05.362165Z",
"Unit": "",
"User": "0000",
"UserFullName": "SYSTEM",
"Value": "1",
"VariableName": "ScreenActive_Events",
"VisualText": "@Modify spontaneous value@: (1)",
"ResourceLabel": "",
"TagName": "Screen Active",
"CategoryName": "Variables"
}