runtime/PlcStatus.py
author Edouard Tisserant
Wed, 12 Oct 2022 11:59:47 +0200
changeset 3646 db87744d8900
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: svghmi_references exemple: add missing PLC part to demonstrate assigning PLC/HMI variables when validating a modal dialog.
# -*- 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")