-
Notifications
You must be signed in to change notification settings - Fork 197
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
Error BUS HEAVY BUS LIGHT #549
Comments
What kind of error message do you get and where do you see it? The "BUS HEAVY" and "BUS LIGHT" labels I recognize from Peak's PCAN-View software. Is that where you see them? In that case, it indicates a physical problem with your CAN bus.
|
yes BUSHEAVY and BUS LIGHT I have seen that in PCAN software Baudrate was configured to 500kbps Same given in PCAN as well. |
This doesn't sound like a canopen issue which is the topic for this project. It sounds like an issue with that module or the CAN bus as earlier stated. A tip could be to start with a CAN-bus configuration that's known to work and change one thing at a time. E.-g. so you have another CAN module you're able to connect to and communicate to using the PCAN adapter without connecting the D20 sensor? If this works without the sensor, but fails to work when the D20 sensor is connected, you know there is something related to the sensor that's not working. Best of luck. |
Basically it is a CANopen pressure sensor |
I'm sorry, but I don't understand what you mean and I need to speculate what you are trying to say. Please describe more accurately what your questions are.
Yes, a proper CANopen device will. But CANopen devices won't start sending data just by applying power. It must be configured by setting the NMT state to 'OPERATIONAL'. If these concepts are unknown to you, I suggest you acquire some CANopen knowledge and learn its concepts. |
If sensor is not connected to power supply but the still air pressure sent to sensor |
I think @sveinse misread the question. WithOUT supplying power to the sensor, it can never function as a CANopen device. CANopen is an active communication protocol and it needs electrical power on each device. |
yes i understood your point |
That's a question you will need to ask your sensor supplier. I don't know of any pressure sensors that need electrical power to protect themselves from damage through applied gas pressure. But really, this all has nothing to do with CANopen or with this Python library. You should learn the basics about your sensing business and some electronics / CAN basics before trying to use this library. |
Thank you i wil check |
Oh, indeed. Sorry for the confusion. |
We are using D 20 9 pressure Sensor, but sensor is not communicating(not sending power up message)
The text was updated successfully, but these errors were encountered: