grodansparadis / node-red-contrib-socketcan

A socketcan interface
https://www.vscp.org
Other
14 stars 4 forks source link

Node red event loop delaying due to socket can node #42

Open Bhanu5302 opened 1 day ago

Bhanu5302 commented 1 day ago

In node-red-contrib-socketcan 1.2.9 version, whenever the data has been requested from socket can in node for every 250ms, when socket can out node is added to the flow, the other part of the code execution is getting slower. My CAN baudrate is configured at 125kbps

grodansparadis commented 1 day ago

OK I have not noticed this behavior. Would expect that it originate from lower layers but will check. Thanks for reporting.

Bhanu5302 commented 1 day ago

OK I have not noticed this behavior. Would expect that it originate from lower layers but will check. Thanks for reporting.

Yeah, I also suspecting this issue from lower layers. Whenever I'm installing the node-red-contrib-socketcan v1.2.9 version, I'm getting errors due to no longer supported module, I think that may be the issue. If you are aware can you just confirm ? ![Uploading image.png…]() ![Uploading image (1).png…]()

grodansparadis commented 1 day ago

I can't view the pictures. Do you get the warnings with the current version 1.2.14 also. There was a mismatch in version requests of modules in previous versions which is solved.

Bhanu5302 commented 5 hours ago

I can't view the pictures. Do you get the warnings with the current version 1.2.14 also. There was a mismatch in version requests of modules in previous versions which is solved. image

I didn't checked the latest version, bcz I don't have permissions to update the node red version..now i'm using node red 3.0.2, the latest socket module will install only on node red version >3.0.2 Like what kind of issues in node-red-contrib-socketcan module v1.2.9 Because whenever I'm exchanging data through socket CAN, the node red event loop is blocking for sometime