runtime/PlcStatus.py
author Mario de Sousa <msousa@fe.up.pt>
Fri, 25 Dec 2020 17:11:38 +0000
changeset 2717 b3b6991f1cb6
parent 2416 1ca207782dde
permissions -rw-r--r--
modbus plugin: add/fix comments
# -*- 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")