We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98aeef4 commit 49dfbe3Copy full SHA for 49dfbe3
canopen/pdo/base.py
@@ -372,7 +372,7 @@ def _raw_from(param):
372
def save(self) -> None:
373
"""Save PDO configuration for this map using SDO."""
374
if self.cob_id is None:
375
- logger.debug("Skipping %s: no cob-id set", self.com_record.od.name)
+ logger.debug("Skipping %s: no COB-iD set", self.com_record.od.name)
376
return
377
logger.info("Setting COB-ID 0x%X and temporarily disabling PDO", self.cob_id)
378
self.com_record[1].raw = self.cob_id | PDO_NOT_VALID | (RTR_NOT_ALLOWED if not self.rtr_allowed else 0x0)
0 commit comments