Printing tag list on startup
This commit is contained in:
@@ -34,7 +34,7 @@ def main():
|
||||
if len(tags) > 0:
|
||||
for t in tags:
|
||||
tagList.append({"id": int(t[0]), "name": t[1], "val": None, "lastVal": None})
|
||||
|
||||
print(tagList)
|
||||
# try:
|
||||
tux = TuxEIP(libpath="/usr/lib/libtuxeip.so")
|
||||
sess = tux.OpenSession(PLC_IP_ADDRESS)
|
||||
|
||||
Reference in New Issue
Block a user