runtime/PlcStatus.py
author Edouard Tisserant
Fri, 29 Oct 2021 11:49:22 +0200
changeset 3376 83ed4ea362db
parent 2416 1ca207782dde
permissions -rw-r--r--
IDE: prevent invoking matiec when IEC code did not change since last build.
# -*- 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")