runtime/PlcStatus.py
author Edouard Tisserant
Thu, 10 Jun 2021 09:40:05 +0200
changeset 2739 7278186a2083
parent 2416 1ca207782dde
permissions -rw-r--r--
Copy description when DnD variables from CodeFile CTN to POUs
# -*- 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")