Skip to content

Debug

Nodum’s Debug screen is designed for testing, diagnostics, and debugging of connected industrial systems. It allows users to verify connectivity with brokers, analyze real-time signals and logs, and execute diagnostic actions on nodes and devices. This screen is essential for identifying and resolving operational issues, facilitating decision-making and preventive maintenance.

Debug is available in the ENTERPRISE and EDGE versions.

  • Execution of connectivity tests with brokers and industrial devices.
  • Real-time visualization and filtering of logs for event and error analysis.
  • Selection of nodes for specific diagnosis and visualization of associated signals.
  • Tools to send test commands and validate the system’s response.
  • Immediate notifications about the results of tests and diagnostics.
flowchart TD
    A[Access Debug] --> B[Select node or broker]
    B --> C{Successful connectivity?}
    C -- Yes --> D[View signals and logs]
    C -- No --> E[Show connection error]
    D --> F[Run diagnostic tests]
    F --> G[Analyze results]
    G --> H{Problem detected?}
    H -- Yes --> I[Take corrective action]
    H -- No --> J[End diagnosis]
    E --> B
  • Inputs: Parámetros de prueba, selección de nodos o brokers, comandos de diagnóstico.
  • Outputs: Resultados de pruebas, logs en tiempo real, notificaciones de éxito/error, recomendaciones de acción.