runtime/PlcStatus.py
author GP Orcullo <kinsamanka@gmail.com>
Mon, 06 Feb 2023 20:07:51 +0800
branchpython3
changeset 3785 29bc2bebf1d4
parent 2416 1ca207782dde
permissions -rw-r--r--
Generate warning instead of Exception if CTNMaxCount is exceeded for a confnode
# -*- 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")