Skip to content
Snippets Groups Projects

support higher-level EtherCat features

Merged Martin Teichmann requested to merge xrd into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -222,7 +222,7 @@ class EBPFTerminal(Terminal):
await super().initialize(relative, absolute)
if (self.compatibility is not None and
(self.vendorId, self.productCode) not in self.compatibility):
raise RuntimeError("Incompatible Terminal")
raise RuntimeError(f"Incompatible Terminal: {self.vendorId}:{self.productCode}")
def allocate(self, packet, readonly):
if self.pdo_in_sz:
Loading