runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Fri, 03 Jul 2020 14:02:04 +0200
branchsvghmi
changeset 2991 ddf6144a56cf
parent 2416 1ca207782dde
permissions -rw-r--r--
Prevent global python_poll blocks to be created when accidentally adding content to C-File OnChange column.
# -*- 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")