runtime/PlcStatus.py
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Thu, 21 Feb 2019 10:58:37 +0300
changeset 2513 1ee326651a74
parent 2416 1ca207782dde
permissions -rw-r--r--
Add SpinButtons for integer and floating point variables in ForceVariableDialog

it allows to change variable value using only mouse.
# -*- 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")