etherlab/EthercatCIA402Slave.py
changeset 2393 fddc29dee614
parent 2391 3315e621d7fb
child 2396 41adf1dfc7a7
--- a/etherlab/EthercatCIA402Slave.py	Sat Sep 29 16:29:41 2018 +0300
+++ b/etherlab/EthercatCIA402Slave.py	Sat Sep 29 16:31:54 2018 +0300
@@ -133,6 +133,8 @@
 # --------------------------------------------------
 
     def __init__(self):
+        _EthercatSlaveCTN.__init__(self)
+
         # ----------- call ethercat mng. function --------------
         self.CommonMethod = _CommonSlave(self)