superlogan72

Results 13 comments of superlogan72

I'm following the eden-desta example in python, but i'm not able to get any movement somebody is so nice to help me to understand how I can move my servo

nodo_luca = BaseNode402(1, 'EBS.eds') network = canopen.Network() network.add_node(nodo_luca) network.connect(bustype="gs_usb", channel=dev.product, bus=dev.bus, address=dev.address, bitrate=500000) network.scanner.search() time.sleep(0.05) for node_id in network.scanner.nodes: print("Found node %d!" % node_id) #here i get Found node 1!...

Hello again i have add this line: stato = network.nmt.state #here I get Inizializing time.sleep(2) network.nmt.state = 'PRE-OPERATIONAL' stato = network.nmt.state #here I get Pre-operational time.sleep(2) network.nmt.state ='OPERATIONAL' stato =...

yes is better but in any case i'm not able to move the motor

i see the the message came from the class ObjectDictionary in the __getitem__ function but i don't understand why class ObjectDictionary(MutableMapping): """Representation of the object dictionary as a Python dictionary."""...

Hello again now we reach the driver producers he reply asking us to test the following command In velocity RxPDO sPdo.dwMap[0] = 0x60400010; // Control register sPdo.dwMap[1] = 0x60FF0020; //...

Hello i have proceed with some test and basing to the example I have done this: import canopen import sys import os import traceback import usb import time try: #...

i have done it but i get the error: Exception "unhandled usb.core.USBError" [Errno 13] Access denied (insufficient permissions) File: C:\Users\Luca\AppData\Local\Programs\Python\Python38\lib\site-packages\usb\backend\libusb1.py, Line: 604 I'm using win10 64bit

I have redo all and now it works. Many thanks

Sorry again i try a simple program but i get this error Can you suggest something? nodo_luca = BaseNode402(1, 'EBS.eds') network = canopen.Network() network.add_node(nodo_luca) network.connect(bustype="gs_usb", channel=dev.product, bus=dev.bus, address=dev.address, bitrate=500000) network.scanner.search()...