runtime/PlcStatus.py
author Edouard Tisserant
Thu, 18 Jul 2019 14:09:33 +0200
branchsvghmi
changeset 2749 2769b3aed34d
parent 2416 1ca207782dde
permissions -rw-r--r--
Use a POU Library's Generate_C to collect all variables in SVGHMI.
# -*- 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")