runtime/PlcStatus.py
author Mario de Sousa <msousa@fe.up.pt>
Thu, 28 May 2020 10:54:48 +0100
changeset 2647 990004083eb8
parent 2416 1ca207782dde
permissions -rw-r--r--
Modbus plugin: Add "exec. req. flag" and "write on change" features
# -*- 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")