Node name

Function description

The input parameters node initialises the flow execution. The user can define the input parameters for the rule, time period for analysis and the equipment to target. For each rule there can be only one input parameters node.

The data collector node fetches the time series data point values of a single equipment instance based on a filter criteria using optional point attributes such as function, type, units, and tags.

The topology node allows to create search queries based on the relations between pieces of equipment. The user defines the source or target piece of equipment, the relationship and the target equipment type. More lines can be added to define multiple target equipment types.

The list data collector node collects the time series data point values of all the equipment at the output of a topology node, fetching point values of multiple equipment based on a filter criteria using optional point attributes such as function, type, units, and tags.

The result node is the last node in the flow and allows to save and analyze data received from previous nodes. It persists the rule run results and makes them available via APIs. Only one result node can be used in a flow. The values in the output of the result node will be converted values.

The rules - debug / msg payload node displays selected message properties in the debug tab and optionally the runtime log.

Information about Node-RED standard Nodes is available in the Flow Editor Sidebar. For more information, see Node-RED user guide: https://nodered.org/docs/user-guide/nodes.