Skip to content

Outputs

Nodum’s Outputs screen allows you to configure and manage the data outputs generated by industrial processes. It is possible to send data to different destinations and protocols, adapting to the needs of the end-user and the industrial infrastructure. The default protocol is MQTT, but Nodum currently supports outputs to SQL, MongoDB, Kafka, and OPC UA. Additionally, the system is flexible and can be integrated with other destinations according to user requirements.

Outputs is key for integrating Nodum with external systems, allowing processed data to reach databases, messaging brokers, SCADA systems, analytics platforms, and any other system the client requires.

  • Configuration of data outputs to different protocols and destinations (MQTT, SQL, MongoDB, Kafka, OPC UA, and other custom ones).
  • Visualization and management of active outputs, allowing editing, deleting, or adding new configurations.
  • Advanced filters and search for specific outputs.
  • Export of results and processed data for external analysis or integration with other systems.
  • Notifications about the status of outputs and possible transmission errors.
flowchart TD
    A[Access Outputs] --> B[View configured outputs]
    B --> C{Add/edit/delete output?}
    C -- Yes --> D[Configure protocol and destination]
    D --> B
    C -- No --> E{Filter/search outputs?}
    E -- Yes --> F[Apply filters and search]
    F --> B
    E -- No --> G{Export results?}
    G -- Yes --> H[Export processed data]
    H --> B
    G -- No --> I[End navigation]