runtime/PlcStatus.py
author Edouard Tisserant
Wed, 14 Aug 2019 11:05:17 +0200
changeset 2629 caa43c61f90c
parent 2416 1ca207782dde
permissions -rw-r--r--
Add marker to temporary variables created while generating ST code out of FBD, so that they can be recognized as such.
# -*- 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")