runtime/PlcStatus.py
author Edouard Tisserant
Thu, 05 May 2022 11:48:43 +0200
changeset 3455 2716cd8e498d
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: Add support for forcing widget update frequency with period longer than a second. As an example, "HMI:Display|10s@/myvar" updates variable every 10 seconds.
# -*- 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")