runtime/PlcStatus.py
author Edouard Tisserant
Thu, 23 Jan 2020 13:46:05 +0100
branchsvghmi
changeset 2832 e9ba4dee6ffb
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI : wait for initial timeout after watchdog is triggered, since it generaly induces HMI restart
# -*- 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")