Skip to content

"Bus error: an error counter reached the 'heavy'/'warning' limit" with Elobau Canopen angle sensor #305

@Topper69

Description

@Topper69

Hi,

I'm trying to read & configure Elobau canopen angle sensor with a Peak PCAN-USB FD reader.
Wiring :
DEUTSCH Sensor connector --- PEAK
PIN 1 GND
PIN 2 +12V power supply
PIN 5 (can L) --- CAN L
PIN 6 (can H) --- CAN H
120Ohm between pin 5&6.

OS : Windows 10 64b + python3.10.2
Example python sketch:

import canopen
network = canopen.Network()
network.connect(bustype='pcan', channel='PCAN_USBBUS1', bitrate=250000)
##green light is flashing
network.scanner.search()
##error : Bus error: an error counter reached the 'heavy'/'warning' limit
##Peak is flashing red

Any clue what's going on?

Many thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions