iHSV-Servo-Tool icon indicating copy to clipboard operation
iHSV-Servo-Tool copied to clipboard

Python3-based tool to monitor and tune JMC iHSV servos.

Results 13 iHSV-Servo-Tool issues
Sort by recently updated
recently updated
newest added

When the script was run, it gave an error - ./iHSV-Servo-Tool.py Traceback (last call): File "~/linuxcnc/iHSV-Servo-Tool/./iHSV-Servo-Tool.py", line 478, in mainWin = MainWindow() File "~/linuxcnc/iHSV-Servo-Tool/./iHSV-Servo-Tool.py", line 193, in __init__ self.getDataPlots() File...

I installed everything but get always this error: line 24, in import pyqtgraph as pg File "/usr/lib/python3/dist-packages/pyqtgraph/__init__.py", line 13, in from .Qt import QtGui File "/usr/lib/python3/dist-packages/pyqtgraph/Qt.py", line 104, in from...

Ich bin neu in Linux, habe aber die grundlegende Vorgehensweisen verstanden. Ich nutze Debian Wheezy, aber es funktioniert nicht, die ganzen Python3/PyQt5 bzw. pip3 minimalmodbus zu installieren. Python3 kann ich...

I've been trying to get the graph working, but nothing shows up. I've tried both on Windows 10 with Anaconda as well as on Mac OS. I first open the...

In welcher Einheit wird der Fehler/Abweichung angezeigt? Sind das die Encodereinheiten, also in der Regel 1000 je Umdrehung? Konnte dazu leider nichts finden.

During handling of the above exception, another exception occurred: Traceback (most recent call last): File "iHSV-Servo-Tool.py", line 402, in writeParams self.servo.write_register(reg, value, functioncode=6) File "/home/ilya/Code/Motor/env/lib/python3.5/site-packages/minimalmodbus.py", line 518, in write_register payloadformat=_PAYLOADFORMAT_REGISTER,...

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...

"conda install pyqt pyqtgraph pyserial numpy" hat bei mir nicht funktioniert aber "pip install pyqtgraph" hat funktioniert. Damit konnte ich die GUI starten. Allerdings scheinen keine Parameter angezeigt zu werden....

Hello Robert, Thank you so much for sharing your tool. Unfortunately I cannot install it. I did all the steps, installing Python, Anaconda, Pip and installed the required packages except...

(base) C:\Windows\system32>C:\downloads\iHSV-Servo-Tool-master\iHSV-Servo-Tool.p y Traceback (most recent call last): File "C:\downloads\iHSV-Servo-Tool-master\iHSV-Servo-Tool.py", line 20, in from PyQt5.QtCore import * ModuleNotFoundError: No module named 'PyQt5.sip'