node-canopen icon indicating copy to clipboard operation
node-canopen copied to clipboard

CANopen implementation for NodeJS

Results 3 node-canopen issues
Sort by recently updated
recently updated
newest added

This is in reference to #36 The current implementation of the SDO block transfer may run into issues when running multiple transfers. This needs to be tested and fixed if...

enhancement

If I'm setting two values in a PDO, e.g. ``` device.setValue("Frame tv_sec", sec); device.setValue("Frame tv_nsec", nsec); ``` the observed behavior is that if both values are updated, a change in...

This issue can be related to another issue, which does not let to ˙`setBlockSize()` larger than 30. However, If I still use my original test with segmented transfer, the duration...