Template Parameters

Here you can modify in which format you want your template file to be.

Format:
Channel name:
Time format:
Tag Type:
Time Stamp:
Time record no:
Read period:
Read Offset:

Wired Meters

{% for i in range(contents|length): %} {% if contents[i][17:19] in DeviceTypes: %} {% else %} {% endif %} {% if contents[i][20:23] in csvDict: %} {% else %} {% endif %} {% if contents[i]|length == 33: %} {% elif contents[i]|length == 34: %} {% elif contents[i]|length == 35: %} {% endif %} {% endfor %}
# Ident. nr - only works when search is finished Medium Manufacturer Primary Address Verified
M{{i+1}}. {{DeviceTypes[contents[i][17:19]]}}{{contents[i][17:19]}}{{csvDict[contents[i][20:23]]}}{{contents[i][20:23]}}{{contents[i][25:26]}}{{contents[i][25:27]}}{{contents[i][25:28]}}

{% if abortPushed == True: %}

Search was aborted. Found {{meterCount}} meters

{% elif submitPushed > 0 and searchFunctionIsRunning == True: %} Searching... DO NOT SEARCH AGAIN UNTIL SEARCH IS FINISHED!
{% elif submitPushed > 0 and searchFunctionIsRunning == False: %}

Search is Finished. Found {{meterCount}} meters


{% endif %}