runtime/PlcStatus.py
author Edouard Tisserant
Wed, 13 May 2020 14:48:52 +0200
branchsvghmi
changeset 2965 8f928cee01e5
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: Makes error when HMI tree is not well formed. Prevents multiple and non-first HMI_NODE, and ensure that all paths in HMI tree are unique.
# -*- 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")