runtime/PlcStatus.py
author Mario de Sousa <msousa@fe.up.pt>
Tue, 07 Mar 2023 09:00:33 +0000
changeset 3743 5450dd9e9370
parent 2416 1ca207782dde
permissions -rw-r--r--
Modbus web configuration: add check for valid delay and period parameters
# -*- coding: utf-8 -*-

# See COPYING.Runtime file for copyrights details.


def _(x):
    """No translation"""
    return x


Broken = _("Broken")
Started = _("Started")
Stopped = _("Stopped")
Disconnected = _("Disconnected")
Empty = _("Empty")