runtime/PlcStatus.py
author Edouard Tisserant
Wed, 22 Nov 2023 11:24:16 +0100
changeset 3859 098875cff39f
parent 2416 1ca207782dde
permissions -rw-r--r--
Modbus: More verbose error message in case of thread creation problem
# -*- 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")