Hello,
I have a problem regarding the output file in python, I added an output file (that was generated automatically the first time).
Now whenever I try to use it again, it still calls the getAssociationView() instead of reading from the output.xml that was created, and when I tried to print the error in the try block in the main.py file, this is what it showed
invalid literal for int() with base 10: 'A'
Hello, I have the same…
Hello, I have the same problem...
traceback:
File "...gurux_dlms/objects/GXDLMSObjectCollection.py", line 149, in load
obj.setAccess(pos, (AccessMode)(int(it)))
ValueError: invalid literal for int() with base 10: 'A'
Hi, I believe that your…
Hi,
I believe that your meter is using Association View version #3. Python doesn't yet support that. I'll add that to the work list, but I can't say when it's released.
BR,
Mikko
Hi, I believe that your…
Hi,
I believe that your meter is using Association View version 2. That is not implemented for Python yet. You can use Java or C#.
BR,
Mikko