We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5202d1e commit ff8b5caCopy full SHA for ff8b5ca
1 file changed
canopen/profiles/p402.py
@@ -271,7 +271,7 @@ def _check_controlword_configured(self):
271
272
def _check_statusword_configured(self):
273
if 0x6041 not in self.tpdo_values: # Statusword
274
- raise ValueError(
+ logger.warning(
275
"Statusword not configured in node {0}'s PDOs. Using SDOs can cause slow performance.".format(
276
self.id))
277
0 commit comments