Viewing properties of the elements
The properties of the selected element can be viewed via the Properties window on the right-hand side of the RuleEngine Pipeline Editor. The properties vary depending on the type.
MQTT source
- Broker: Message broker of the data source.
- Stream: Topic of the data source
- SystemID: System ID of the data source
- Cycle time: Cycle time of the data source
- Symbols: Number and names of the symbols selected at the data source.

Rule
- Alias: Alias name of the rule
- Type: Type of rule. There are currently StreamingDataRules and BatchDataRules. StreamingDataRules refer to streamed data and run continuously to process the streamed data. BatchDataRules refer to data that has already been saved. These do not run continuously, but are started via triggers. They process a certain amount of stored data and then shut down again.
- Nodes: Number of nodes in a rule.
- Symbols: Number and names of the symbols that are output from the rule.
- RuleTrigger (only for BatchDataRules): Number of configured triggers.

Recording
- CycleTime: Cycle time of the data recording
- Storage: Name of the data memory
- Mode: Recording mode (Infinite duration or ring buffer)
- Symbols: Number and names of the selected symbols
