beremiz
Clone
Summary
Browse
Changes
Graph
py_ext: CSV Writer output FB interface: ERROR and RESULT are valid when ACK is TRUE.
18 months ago, Edouard Tisserant
e894ff2a2584
py_ext: CSV Writer output FB interface: ERROR and RESULT are valid when ACK is TRUE.
+ updated svghmi_csv_json_img_table accordingly
# -*- 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")