{% extends "base.html" %} {% block title %}Testing Tools - RTU Portal{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Test Mode

min

Test mode allows reading Modbus data without publishing to HTTP/MQTT. Safe for testing configurations.

📡 Device Probe

Check if a specific device responds at a unit ID

🔎 Unit ID Scanner

Scan a range of unit IDs to discover devices

📋 Live Register Inspector

Read and interpret Modbus registers with data type conversion

🔌 Temporary Connection Tester

Test a new Modbus connection without modifying your configuration

{% endblock %} {% block extra_scripts %} {% endblock %}