You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use Servobox via Ethernet on Win10. Unfortunately, I have problem as below.
python read_servo_max_velocity.py --interface 192.168.0.123 --servo_1_id 123
INFO:read_servo_max_velocity.py:Initializing ServoApi
INFO:read_servo_max_velocity.py:Initializing interface 192.168.0.123
INFO: Connected to UDP socket: 192.168.0.123 port 17700
Traceback (most recent call last):
File "C:\Users\Admin\Desktop\Rozum-Servo-Drives-API-master-mod\python\examples\read_servo_max_velocity.py", line 25, in <module>
interface = api.init_interface(INTERFACE_NAME)
File "C:\Users\Admin\AppData\Local\Programs\Python\Python39\lib\site-packages\rdrive\servo\api.py", line 1102, in init_interface
interface = Interface(self._api, interface_name)
File "C:\Users\Admin\AppData\Local\Programs\Python\Python39\lib\site-packages\rdrive\servo\api.py", line 833, in __init__
self._interface = c_void_p(self._api.rr_init_interface(
OSError: exception: access violation reading 0x000000002A6715D7
At first, I have fixed the problem as this post suggest and it works fine. But when I try to install the code into another PC, I got the error above. Anyone please assist me. Thank you.
The text was updated successfully, but these errors were encountered:
I am trying to use Servobox via Ethernet on Win10. Unfortunately, I have problem as below.
At first, I have fixed the problem as this post suggest and it works fine. But when I try to install the code into another PC, I got the error above. Anyone please assist me. Thank you.
The text was updated successfully, but these errors were encountered: