node-canopen
node-canopen copied to clipboard
CANopen implementation for NodeJS
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...
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...