-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't read Parameters #11
Comments
Hello Christoph, I think I found the bug (see my last commit). Unfortunately I am not able to test the software, because I do not own a v5 motor... If it is still not working, please write again ;-) |
so I just download the whole package agian? |
I just downloaded just the package again, same issue. Das nächste Bier geht auf mich sobald ich wieder in Düsseldorf bin ;) 'method' object is not connected |
Are you sure, that you used my fixed version? It would be a pity if the current version is not working and the software cannot be used by new users, so I am looking forward for feedback of v5 owners. |
Hey, I tested the software and it's still not working. I go the old software today and the old version is working fine, so there is no other problem. Here the python error message, Just send me the new version I will test it for you. |
Bug Fix (Issue #11): changed dict value type of v5 address from int to str
Hey, I just updated my fork. |
Hey Dominik, I just tested the software and I can say that it works fine!!! good job, thank you!! |
I am glad to read that it is finally working :) |
Hello,
Im facing the problem that I can't read the parameter for Servo V552
It all works fine just when I try to read the parameters the python software stop working and I get this error.
Traceback (most recent call last):
File "ihsv-servo-tool.py", line 344, in readParams
par_list = self.ihsv.get_parameter_list([self.cbSelectParameterGroup.currentText()])
File "C:\users\mrpep\desktop\tool2\iHSV_Properties.py", line 9434, in get_parameter_list
par_dict[par] = int(pars[par], 16)
TypeError: int() can't convert non-string with explicit base
The text was updated successfully, but these errors were encountered: