runtime/PlcStatus.py
author Edouard Tisserant
Tue, 16 Feb 2021 11:32:00 +0100
branchsvghmi
changeset 3145 80ebb88cf7b7
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: Fixed sending HMI_REAL to PLC. Added a svghmi_real test that illustrates using printf style formating in HMI:Display to control precision of Float number display.
# -*- 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")